Commit Graph

253 Commits (97f3a178b2a3d5a7767cb6cb15ba9c40ba804ebb)

Author SHA1 Message Date
Simon Glass 003504b6fe x86: Remove unnecessary find_fdt(), prepare_fdt() functions 11 years ago
Bin Meng 258b1357c6 x86: Save TSC frequency in the global data 11 years ago
Bin Meng 80de049561 x86: Add quick TSC calibration via PIT 11 years ago
Bin Meng 076bb44b0e x86: Do TSC MSR calibration only for known/supported CPUs 11 years ago
Simon Glass 2c363cb003 x86: Correct a few progress message nits 11 years ago
Simon Glass 61643ae61a x86: bootm: Support booting a 64-bit raw kernel 11 years ago
Simon Glass 76539383ea x86: Move kernel boot function to arch/x86/lib/bootm.c 11 years ago
Simon Glass 7bddac947d x86: Move paging functions into cpu.c 11 years ago
Simon Glass 6bcb8ade30 x86: Use correct printf() format string for uintptr_t 11 years ago
Simon Glass 9c284ffd93 dm: x86: Remove ebp assembler warning in zimage.c 11 years ago
Masahiro Yamada dd43fa22de x86: set CONFIG_USE_PRIVATE_LIBGCC to y 11 years ago
Simon Glass 97d1e0c850 x86: Allow cmdline setup in setup_zimage() to be optional 11 years ago
Simon Glass 0d0ba59ccd x86: Rewrite bootm.c to make it similar to ARM 11 years ago
Masahiro Yamada c79cba37b3 cosmetic: replace MIN, MAX with min, max 11 years ago
Simon Glass 709ea543b9 stdio: Pass device pointer to stdio methods 11 years ago
Simon Glass 91d0be1dd8 stdio: Remove redundant code around stdio_register() calls 11 years ago
Masahiro Yamada 254d68b601 kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib 11 years ago
Masahiro Yamada b6e53eb320 kbuild, x86: use a short log for arch/x86/lib/libgcc.a 11 years ago
Masahiro Yamada 6ab6b2afa0 dts: re-write dts/Makefile more simply with Kbuild 11 years ago
Masahiro Yamada 9e4140329e kbuild: change out-of-tree build 11 years ago
Masahiro Yamada 3954b739b3 x86: convert makefiles to Kbuild style 12 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Dirk Eibach b8eee4354f Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM 12 years ago
Simon Glass 7af26b1669 blackfin: x86: bootm: Handle PREP stage of bootm 12 years ago
Simon Glass d8819f94d5 x86: Support tracing function 12 years ago
Simon Glass bdc7d5cda3 x86: Correct missing local variable in bootm 12 years ago
Simon Glass d0b6f247a1 x86: Re-enable PCAT timer 2 for beeping 12 years ago
Simon Glass f9083bbe78 x86: Remove ISR timer 12 years ago
Simon Glass e761ecdbb8 x86: Add TSC timer 12 years ago
Simon Glass 7949703a95 x86: Rationalise kernel booting logic and bootstage 12 years ago
Simon Glass 7282d834cd x86: Declare global_data pointer when it is used 12 years ago
Simon Glass fa790fa0a9 x86: Remove legacy board init code 12 years ago
Simon Glass dfdedd9c2e x86: Remove unused bios/pci code 12 years ago
Andreas Bießmann d2eae43ba8 lib: consolidate hang() 12 years ago
Simon Glass 192868b061 x86: Move PCI init before SPI init 12 years ago
Simon Glass e424c15c1f x86: Enable generic board support 12 years ago
Simon Glass 86cfb6bdec x86: Use sections header to obtain link symbols 12 years ago
Simon Glass 1938f4a5b6 Introduce generic pre-relocation board_f.c 12 years ago
Simon Glass 62f7970a5a x86: Add error checking to x86 relocation code 12 years ago
Simon Glass f697d528ca x86: Support relocation of FDT on start-up 12 years ago
Simon Glass 4b491b8dde x86: Add an __end symbol to signal the end of the U-Boot binary 12 years ago
Simon Glass bc2df1afb9 x86: Permit bootstage and timer data to be used prior to relocation 12 years ago
Simon Glass 5e98947f9b x86: Add function to get top of usable ram 12 years ago
Simon Glass 96dfc0633a x86: Remove unused real mode code 12 years ago
Simon Glass 058d59b08d x86: Build vga video code only if CONFIG_VIDEO_VGA is defined 13 years ago
Gabe Black b208c7f1d0 x86: Add support for CONFIG_OF_CONTROL 13 years ago
Stefan Reinauer 05b71646a9 x86: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading 13 years ago
Gabe Black d65297b64d x86: Make calculate_relocation_address an overridable function 13 years ago
Gabe Black 842d33874f x86: Make the upper bound on relocated symbols closed instead of open 13 years ago
Gabe Black 32f98735f9 x86: Reorder x86's post relocation memory layout 13 years ago