Merge branch 'master' of git://git.denx.de/u-boot-x86
* 'master' of git://git.denx.de/u-boot-x86: x86: Convert board_init_f_r to a processing loop x86: Split init functions out of board.c x86: Move relocation code out of board.c x86: Move setup_pcat_compatibility() out of board.c x86: Move do_go_exec() out of board.c CHECKPATCH: arch/x86/lib/* x86: Tweak IDT and GDT for alignment and readability x86: Allow cache before copy to RAM x86: Create weak init_cache() and default enable_caches() functions x86: Set GD_FLG_RELOC after entering in-RAM copy of U-Boot x86: Use fs for global data x86: Rework relocation calculations x86: Simplify Flash-to-RAM code execution transition x86: Rework Global Descriptor Table loading x86: Remove GDR related magic numbers x86: Speed up copy-to-RAM and clear BSS operations x86: Import glibc memcpy implementation
No related branches found
No related tags found
Showing
- arch/x86/cpu/cpu.c 77 additions, 32 deletionsarch/x86/cpu/cpu.c
- arch/x86/cpu/interrupts.c 1 addition, 1 deletionarch/x86/cpu/interrupts.c
- arch/x86/cpu/start.S 15 additions, 18 deletionsarch/x86/cpu/start.S
- arch/x86/cpu/start16.S 45 additions, 12 deletionsarch/x86/cpu/start16.S
- arch/x86/include/asm/global_data.h 14 additions, 7 deletionsarch/x86/include/asm/global_data.h
- arch/x86/include/asm/init_helpers.h 44 additions, 0 deletionsarch/x86/include/asm/init_helpers.h
- arch/x86/include/asm/init_wrappers.h 42 additions, 0 deletionsarch/x86/include/asm/init_wrappers.h
- arch/x86/include/asm/processor.h 20 additions, 4 deletionsarch/x86/include/asm/processor.h
- arch/x86/include/asm/relocate.h 33 additions, 0 deletionsarch/x86/include/asm/relocate.h
- arch/x86/include/asm/string.h 1 addition, 1 deletionarch/x86/include/asm/string.h
- arch/x86/include/asm/u-boot-x86.h 5 additions, 0 deletionsarch/x86/include/asm/u-boot-x86.h
- arch/x86/lib/Makefile 4 additions, 0 deletionsarch/x86/lib/Makefile
- arch/x86/lib/bios.S 86 additions, 48 deletionsarch/x86/lib/bios.S
- arch/x86/lib/board.c 152 additions, 365 deletionsarch/x86/lib/board.c
- arch/x86/lib/cmd_boot.c 64 additions, 0 deletionsarch/x86/lib/cmd_boot.c
- arch/x86/lib/init_helpers.c 217 additions, 0 deletionsarch/x86/lib/init_helpers.c
- arch/x86/lib/init_wrappers.c 137 additions, 0 deletionsarch/x86/lib/init_wrappers.c
- arch/x86/lib/realmode_switch.S 36 additions, 25 deletionsarch/x86/lib/realmode_switch.S
- arch/x86/lib/relocate.c 91 additions, 0 deletionsarch/x86/lib/relocate.c
- arch/x86/lib/string.c 61 additions, 0 deletionsarch/x86/lib/string.c
Loading
Please register or sign in to comment