Age | Commit message (Expand) | Author |
2017-02-07 | x86: make LOAD_FROM_32_BIT visible for platforms | Andy Shevchenko |
2017-02-07 | x86: qemu: Mark ucode as optional for SPL in u-boot.dtsi | Bin Meng |
2017-02-07 | x86: qemu: Set up device tree for SPL | Bin Meng |
2017-02-07 | x86: qemu: Fix compiler warnings for 64-bit | Bin Meng |
2017-02-07 | x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot proper | Bin Meng |
2017-02-07 | x86: Compile irq.c for 64-bit | Bin Meng |
2017-02-07 | x86: spl: Add weak arch_cpu_init_dm() | Bin Meng |
2017-02-07 | x86: Wrap print_ch() with config option | Bin Meng |
2017-02-07 | x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.c | Bin Meng |
2017-02-07 | x86: Update compile/link flags to support 64-bit U-Boot | Simon Glass |
2017-02-07 | x86: link: Set up device tree for SPL | Simon Glass |
2017-02-07 | x86: link: Add SPL declarations to the binman image | Simon Glass |
2017-02-07 | x86: Add a dummy setjmp implementation for x86_64 | Simon Glass |
2017-02-07 | x86: Move setjmp to the i386 directory | Simon Glass |
2017-02-07 | x86: Move call64 to the i386 directory | Simon Glass |
2017-02-07 | x86: Change irq_already_routed to a local variable | Simon Glass |
2017-02-07 | x86: Move turbo_state to global_data | Simon Glass |
2017-02-07 | x86: Move pirq_routing_table to global_data | Simon Glass |
2017-02-06 | x86: Support jumping from SPL to U-Boot | Simon Glass |
2017-02-06 | x86: Drop interrupt support in 64-bit mode | Simon Glass |
2017-02-06 | x86: Don't try to boot Linux from SPL | Simon Glass |
2017-02-06 | x86: Don't build 32-bit efi files on x86_64 | Simon Glass |
2017-02-06 | x86: Don't build cpu files which are not supported on 64-bit | Simon Glass |
2017-02-06 | x86: Don't build call64 and setjmp on 64-bit | Simon Glass |
2017-02-06 | x86: Don't try to run the VGA BIOS in 64-bit mode | Simon Glass |
2017-02-06 | x86: ivybridge: Provide a dummy SDRAM init for 64-bit | Simon Glass |
2017-02-06 | x86: ivybridge: Skip SATA init in SPL | Simon Glass |
2017-02-06 | x86: Fix up type sizes for 64-bit | Simon Glass |
2017-02-06 | x86: Drop flag_is_changable() on x86_64 | Simon Glass |
2017-02-06 | x86: Fix up byteorder.h for x86_64 | Simon Glass |
2017-02-06 | x86: Add a link script for SPL | Simon Glass |
2017-02-06 | x86: Add a link script for 64-bit x86 | Simon Glass |
2017-02-06 | x86: Fix up CONFIG_X86_64 check | Simon Glass |
2017-02-06 | x86: Support global_data on x86_64 | Simon Glass |
2017-02-06 | x86: Add cpu code for x86_64 | Simon Glass |
2017-02-06 | x86: Move the i386 code into its own directory | Simon Glass |
2017-02-06 | x86: Add an SPL implementation | Simon Glass |
2017-02-06 | x86: Tidy up use of size_t in relocation | Simon Glass |
2017-02-06 | x86: Add support for 64-bit relocation | Simon Glass |
2017-02-06 | x86: Refactor relocation to prepare for 64-bit | Simon Glass |
2017-02-06 | x86: Add 64-bit start-up code | Simon Glass |
2017-02-06 | x86: ivybridge: Allow 32-bit init to move to SPL | Simon Glass |
2017-02-06 | x86: Use X86_32BIT_INIT instead of X86_RESET_VECTOR | Simon Glass |
2017-02-06 | x86: Use X86_16BIT_INIT instead of X86_RESET_VECTOR | Simon Glass |
2017-02-06 | x86: Kconfig: Add location options for 16/32-bit init | Simon Glass |
2017-02-06 | x86: Add Kconfig options to build 64-bit U-Boot | Simon Glass |
2017-02-06 | x86: lib: Fix types and casts for 64-bit compilation | Simon Glass |
2017-02-06 | x86: fsp: Fix cast for 64-bit compilation | Simon Glass |
2017-02-06 | x86: dts: Mark serial as needed before relocation | Simon Glass |
2017-02-06 | x86: ivybridge: Fix types for 64-bit compilation | Simon Glass |