Commit Graph

41846 Commits (3a03703afcabb779f8e74720d95889e2be83a861)
 

Author SHA1 Message Date
Simon Glass 3a03703afc x86: Update compile/link flags to support 64-bit U-Boot 8 years ago
Simon Glass c17c422854 x86: link: Add build options for SPL 8 years ago
Simon Glass 6935dc1b7d x86: link: Set up device tree for SPL 8 years ago
Simon Glass 164f0414da x86: link: Add SPL declarations to the binman image 8 years ago
Simon Glass 19f8b32cea x86: link: Add a text base for 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 337705833c x86: Change irq_already_routed to a local variable 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 c2bf0dfaa3 x86: Drop interrupt support in 64-bit mode 8 years ago
Simon Glass ca5114f9af x86: Don't try to boot Linux from SPL 8 years ago
Simon Glass e1b610b084 x86: Don't build 32-bit efi files on x86_64 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 05cbd985c0 x86: Don't try to run the VGA BIOS in 64-bit mode 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 db357236e3 x86: Fix up type sizes for 64-bit 8 years ago
Simon Glass 4b57414a62 x86: Drop flag_is_changable() on x86_64 8 years ago
Simon Glass 9097805067 x86: Fix up byteorder.h for x86_64 8 years ago
Simon Glass 84547b4e66 x86: Add SPL build rules for start-up code 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 4bbc02454f x86: Add an SPL implementation 8 years ago
Simon Glass f196bd21be x86: Tidy up use of size_t in relocation 8 years ago
Simon Glass b50b1633c0 x86: Add support for 64-bit relocation 8 years ago
Simon Glass dc7e21339e x86: Refactor relocation to prepare for 64-bit 8 years ago
Simon Glass 6bda55a38c x86: Do relocation before clearing BSS 8 years ago
Simon Glass fb92308b98 x86: board_r: Set the global data pointer after relocation 8 years ago
Simon Glass 4acff45247 board_f/r: Use static const for the init sequences 8 years ago
Simon Glass 530f27eab5 x86: board_f: Update init sequence for 64-bit startup 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 13f1dc64fd x86: Kconfig: Add location options for 16/32-bit init 8 years ago
Simon Glass a66ad67ff2 x86: Add Kconfig options to build 64-bit U-Boot 8 years ago
Simon Glass 113e75592a x86: lib: Fix types and casts for 64-bit compilation 8 years ago
Simon Glass beb4d65e92 x86: fsp: Fix cast for 64-bit compilation 8 years ago
Simon Glass f9d275b2bd x86: dts: Mark serial as needed before relocation 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