Commit Graph

577 Commits (8850c5d57c10aa6431d138d426e6e105c99cc7ba)

Author SHA1 Message Date
Simon Glass deb9599915 fs: Kconfig: Add a separate config for FS_CBFS 8 years ago
Simon Glass d66a10fc00 fs: Convert CONFIG_CMD_CBFS to Kconfig 8 years ago
Simon Glass a6eb6769c6 x86: Drop leading spaces in cpu_x86_get_desc() 8 years ago
Simon Glass 76b00aca4f board_f: Drop setup_dram_config() wrapper 8 years ago
Simon Glass 76d1d02fd2 board_f: x86: Use checkcpu() for CPU init 8 years ago
Stefan Roese 706865afe5 dm: core: Add flags parameter to device_remove() 8 years ago
Andy Shevchenko 308c75e08d x86: Intel MID platforms has no microcode update 8 years ago
J. Tang 3c03f4928e x86: Force 32-bit jumps in interrupt handlers 8 years ago
Simon Glass e160f7d430 dm: core: Replace of_offset with accessor 8 years ago
Andy Shevchenko 446d4e048e x86: make LOAD_FROM_32_BIT visible for platforms 8 years ago
Bin Meng 63767071d9 x86: qemu: Fix compiler warnings for 64-bit 8 years ago
Bin Meng e760feb19f x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot proper 8 years ago
Bin Meng d8f25c2a5a x86: Compile irq.c for 64-bit 8 years ago
Bin Meng 020a5d4f63 x86: Wrap print_ch() with config option 8 years ago
Bin Meng 45ffa122f2 x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.c 8 years ago
Simon Glass 3a03703afc x86: Update compile/link flags to support 64-bit U-Boot 8 years ago
Simon Glass c780069f1e x86: Add a dummy setjmp implementation for x86_64 8 years ago
Simon Glass 4d3ac6c326 x86: Move setjmp to the i386 directory 8 years ago
Simon Glass 8cfc966c77 x86: Move call64 to the i386 directory 8 years ago
Simon Glass a0c75f9080 x86: Move turbo_state to global_data 8 years ago
Simon Glass 1bff83637f x86: Move pirq_routing_table to global_data 8 years ago
Simon Glass fa5fcb3bc6 x86: Support jumping from SPL to U-Boot 8 years ago
Simon Glass fb355619b2 x86: Don't build cpu files which are not supported on 64-bit 8 years ago
Simon Glass 23b89d4d6e x86: Don't build call64 and setjmp on 64-bit 8 years ago
Simon Glass 1b4086307e x86: ivybridge: Provide a dummy SDRAM init for 64-bit 8 years ago
Simon Glass 45cc9e4cc5 x86: ivybridge: Skip SATA init in SPL 8 years ago
Simon Glass 3c2dd537c7 x86: Add a link script for SPL 8 years ago
Simon Glass 3742d7a851 x86: Add a link script for 64-bit x86 8 years ago
Simon Glass 34722da68a x86: Fix up CONFIG_X86_64 check 8 years ago
Simon Glass a160092a61 x86: Support global_data on x86_64 8 years ago
Simon Glass 93031595ed x86: Add cpu code for x86_64 8 years ago
Simon Glass be059e8813 x86: Move the i386 code into its own directory 8 years ago
Simon Glass dca9220c35 x86: Add 64-bit start-up code 8 years ago
Simon Glass 987116f7f6 x86: ivybridge: Allow 32-bit init to move to SPL 8 years ago
Simon Glass 2eff989585 x86: Use X86_32BIT_INIT instead of X86_RESET_VECTOR 8 years ago
Simon Glass 972188b3a8 x86: Use X86_16BIT_INIT instead of X86_RESET_VECTOR 8 years ago
Simon Glass c7ccb2c032 x86: ivybridge: Fix types for 64-bit compilation 8 years ago
Simon Glass 8d8f3acda9 x86: ivybridge: Add more debugging for failures 8 years ago
Simon Glass 05af050e9f x86: ivybridge: Declare global data where it is used 8 years ago
Simon Glass 42fd8c19b5 x86: Use unsigned long for address in table generation 8 years ago
Simon Glass d36badfdc6 x86: Move efi .lds files into the 'lib' directory 9 years ago
Simon Glass 65e4c0b168 x86: efi: Add EFI loader support for x86 9 years ago
Alexander Graf 94eaa79cec cpu: Add get_vendor callback 9 years ago
Alexander Graf 6f192ddcbd cpu: Add DMTF id and family fields 9 years ago
Simon Glass f822403f01 x86: Add implementations of setjmp() and longjmp() 9 years ago
Simon Glass b02e4044ff libfdt: Bring in upstream stringlist functions 9 years ago
Bin Meng 2d3c573ee6 x86: coreboot: Convert to use DM coreboot video driver 9 years ago
Simon Glass 2545fa59f8 x86: ivybridge: Tidy up enable_clock_gating() for 64-bit 9 years ago
Simon Glass 4e0318c32f x86: ivybridge: Fix PCH power setup 9 years ago
Simon Glass 21b3b66ace x86: Correct address casts in interrupt code 9 years ago