Commit Graph

62 Commits (c9aa831ee26f629fbd2df67cab8bb357777e2256)

Author SHA1 Message Date
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 96dfc0633a x86: Remove unused real mode code 12 years ago
Simon Glass 1f3a581495 x86: Remove sc520 cpu 12 years ago
Gerald Van Baren 58864ddc72 Clean up libfdt.h includes 12 years ago
Kim Phillips 12e06fe03f treewide: include libfdt_env.h before fdt.h 12 years ago
Simon Glass 43cff66e03 x86: Use generic global_data 12 years ago
Simon Glass 6cb49c13f6 x86: Remove reset_status, relocoff from global_data 12 years ago
Simon Glass 5a35e6c48e x86: Move gd_addr into arch_global_data 12 years ago
Simon Glass df4aa625a2 x86: Remove gdt_addr from arch_global_data 12 years ago
Simon Glass 5cb48582ac Add architecture-specific global data 12 years ago
Simon Glass a94e9d70e3 x86: Remove video_init() prototype from u-boot-x86.h 13 years ago
Gabe Black 91d82a29e7 x86: Add back cold- and warm-boot flags 13 years ago
Gabe Black 8313315b9a x86: Initialise SPI if enabled 13 years ago
Gabe Black ec516c4899 x86: Increase the size of the phys_size_t and phys_addr_t types 13 years ago
Graeme Russ 98568f0fa9 x86: Import MSR/MTRR code from Linux 13 years ago
Stefan Reinauer 095593c030 x86: Add basic cache operations 13 years ago
Vadim Bendebury 3cdc18a8de x86: Add a CBMEM timestamp generated right before the kernel startup. 13 years ago
Vadim Bendebury 6dbe0cce3f x86: Enable coreboot timestamp facility support in u-boot. 13 years ago
Vadim Bendebury 2f899e03a9 x86: Add function to read time stamp counter 13 years ago
Bill Richardson 55ae10f8db x86: gpio: Add GPIO driver for Intel ICH6 and later. 13 years ago
Stefan Reinauer 339c511106 x86: Don't spam POST80 codes with slow IO functions 13 years ago
Gabe Black 687c108b10 x86: Include types.h explicitly in the i386 version of io.h 13 years ago
Gabe Black f30fc4de41 x86: Add a default implementation for cleanup_before_linux() 13 years ago
Gabe Black 028a56289a x86: Add an fdt pointer to the global data structure 13 years ago
Simon Glass 402ed0048a x86: coreboot: Decode additional coreboot sysinfo tags 13 years ago
Gabe Black 452f50f7cf x86: coreboot: Tell u-boot about PCI bus 0 when initializing 13 years ago
Gabe Black c953fbee54 x86: Add some missing includes 13 years ago
Simon Glass 8a487a4417 x86: Add initial memory barrier macros 13 years ago
Graeme Russ 8abebe3ead x86: Add ilog2 to bitops 13 years ago
Graeme Russ 8d61625d6a x86: Put global data on the stack 13 years ago
Graeme Russ e4fb611649 x86: Forward declare gd_t 13 years ago
Simon Glass 55f97c1bfb x86: Change global data baudrate to int 13 years ago
Mike Frysinger 47fde91f0c global_data: unify global flag defines 13 years ago
Mike Frysinger de30122bb5 net: move bootfile init into eth_initialize 13 years ago
Mike Frysinger 50a47d0523 net: punt bd->bi_ip_addr 13 years ago
Graeme Russ a1d57b7aba x86: Convert board_init_f_r to a processing loop 14 years ago
Graeme Russ d47ab0ecde x86: Split init functions out of board.c 14 years ago
Graeme Russ d653244b12 x86: Create weak init_cache() and default enable_caches() functions 14 years ago
Graeme Russ 9e6c572ff0 x86: Use fs for global data 14 years ago
Graeme Russ f48dd6fc6c x86: Simplify Flash-to-RAM code execution transition 14 years ago
Graeme Russ 109ad143f8 x86: Remove GDR related magic numbers 14 years ago
Graeme Russ b2c2a03842 x86: Import glibc memcpy implementation 14 years ago
Gabe Black 69370d144a x86: Refactor the zboot innards so they can be reused with a vboot image 14 years ago
Gabe Black 233dbc1194 x86: Add support for booting Linux using the 32 bit boot protocol 14 years ago
Gabe Black d3a2bc3fd1 x86: Clean up the x86 zimage code in preparation to extend it 14 years ago
Gabe Black 63f559cd12 x86: Import code from coreboot's libpayload to parse the coreboot table 14 years ago
Gabe Black dbaef6ef33 x86: Import the glibc memset implementation 14 years ago
Graeme Russ 1cfcf03701 x86: Misc PCI touchups 14 years ago