Commit Graph

78 Commits (ba923cab0006838eb726e40207501ddf16eabd80)

Author SHA1 Message Date
Masahiro Yamada df05ff7789 x86: delete unused header files 11 years ago
Masahiro Yamada 0f0f75774e cosmetic: remove empty lines at the top of file 11 years ago
Wolfgang Denk cb3761ea99 SPDX-License-Identifier: convert BSD-3-Clause files 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Simon Glass d8819f94d5 x86: Support tracing function 11 years ago
Simon Glass 5397d8058c x86: Support adding coreboot timestanps to bootstage 11 years ago
Simon Glass d0b6f247a1 x86: Re-enable PCAT timer 2 for beeping 11 years ago
Simon Glass e761ecdbb8 x86: Add TSC timer 11 years ago
Simon Glass c78a62acdf x86: Implement panic output for coreboot 11 years ago
Simon Glass fa790fa0a9 x86: Remove legacy board init code 11 years ago
Simon Glass dfdedd9c2e x86: Remove unused bios/pci code 11 years ago
Simon Glass 949747b17f x86: Enable generic board 11 years ago
Simon Glass e424c15c1f x86: Enable generic board support 11 years ago
Simon Glass 86cfb6bdec x86: Use sections header to obtain link symbols 11 years ago
Simon Glass 716cc8cc7f Change stub example to use asm-generic/sections.h 11 years ago
Simon Glass 1865286466 Introduce generic link section.h symbol files 11 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 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 12 years ago
Gabe Black 91d82a29e7 x86: Add back cold- and warm-boot flags 12 years ago
Gabe Black 8313315b9a x86: Initialise SPI if enabled 12 years ago
Gabe Black ec516c4899 x86: Increase the size of the phys_size_t and phys_addr_t types 12 years ago
Graeme Russ 98568f0fa9 x86: Import MSR/MTRR code from Linux 12 years ago
Stefan Reinauer 095593c030 x86: Add basic cache operations 12 years ago
Vadim Bendebury 3cdc18a8de x86: Add a CBMEM timestamp generated right before the kernel startup. 12 years ago
Vadim Bendebury 6dbe0cce3f x86: Enable coreboot timestamp facility support in u-boot. 12 years ago
Vadim Bendebury 2f899e03a9 x86: Add function to read time stamp counter 12 years ago
Bill Richardson 55ae10f8db x86: gpio: Add GPIO driver for Intel ICH6 and later. 12 years ago
Stefan Reinauer 339c511106 x86: Don't spam POST80 codes with slow IO functions 12 years ago
Gabe Black 687c108b10 x86: Include types.h explicitly in the i386 version of io.h 12 years ago
Gabe Black f30fc4de41 x86: Add a default implementation for cleanup_before_linux() 12 years ago
Gabe Black 028a56289a x86: Add an fdt pointer to the global data structure 12 years ago
Simon Glass 402ed0048a x86: coreboot: Decode additional coreboot sysinfo tags 12 years ago
Gabe Black 452f50f7cf x86: coreboot: Tell u-boot about PCI bus 0 when initializing 12 years ago
Gabe Black c953fbee54 x86: Add some missing includes 12 years ago
Simon Glass 8a487a4417 x86: Add initial memory barrier macros 12 years ago
Graeme Russ 8abebe3ead x86: Add ilog2 to bitops 12 years ago
Graeme Russ 8d61625d6a x86: Put global data on the stack 12 years ago
Graeme Russ e4fb611649 x86: Forward declare gd_t 12 years ago
Simon Glass 55f97c1bfb x86: Change global data baudrate to int 12 years ago