aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-08kbuild: beautify the log of config whitelist checkMasahiro Yamada2-8/+11
2017-02-08ARM: dts: k2*: Rename the k2* files to keystone-k2* filesLokesh Vutla20-24/+24
2017-02-08aspeed: ast2500: Fix H-PLL and M-PLL clock rate calculationmaxims@google.com1-2/+2
2017-02-08cmd: gpt: backup boot code before writing MBRVincent Tinelli1-0/+7
2017-02-08cmd: rework "license" commandMasahiro Yamada8-66/+39
2017-02-08cmd: add a new command "config" to show .config contentsMasahiro Yamada9-5/+97
2017-02-08scripts: import bin2c.c from Linux 4.10-rc6Masahiro Yamada1-0/+36
2017-02-08arm64: use store with auto-incrementMasahiro Yamada1-2/+1
2017-02-08arm64: use xzr to zero-out the bss sectionMasahiro Yamada1-2/+1
2017-02-07x86: make LOAD_FROM_32_BIT visible for platformsAndy Shevchenko2-10/+10
2017-02-07x86: qemu: Add a config for 64-bit U-BootBin Meng4-1/+95
2017-02-07x86: qemu: Add build options for SPLBin Meng1-0/+9
2017-02-07x86: qemu: Add a text base for 64-bit U-BootBin Meng1-2/+2
2017-02-07tools: binman: Handle optional microcode case in SPL imageBin Meng1-0/+6
2017-02-07tools: binman: Call correct init for Entry_u_boot_spl_with_ucode_ptrBin Meng1-1/+1
2017-02-07x86: qemu: Mark ucode as optional for SPL in u-boot.dtsiBin Meng1-0/+6
2017-02-07x86: qemu: Set up device tree for SPLBin Meng2-0/+8
2017-02-07x86: qemu: Fix compiler warnings for 64-bitBin Meng2-4/+4
2017-02-07x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot properBin Meng1-1/+4
2017-02-07x86: Compile irq.c for 64-bitBin Meng1-1/+1
2017-02-07x86: spl: Add weak arch_cpu_init_dm()Bin Meng1-0/+5
2017-02-07x86: Wrap print_ch() with config optionBin Meng1-0/+2
2017-02-07x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.cBin Meng1-0/+2
2017-02-07x86: link: Add a config for 64-bit U-BootSimon Glass4-1/+104
2017-02-07x86: Update compile/link flags to support 64-bit U-BootSimon Glass2-4/+28
2017-02-07x86: link: Add build options for SPLSimon Glass1-0/+9
2017-02-07x86: link: Set up device tree for SPLSimon Glass2-3/+16
2017-02-07x86: link: Add SPL declarations to the binman imageSimon Glass1-0/+19
2017-02-07x86: link: Add a text base for 64-bit U-BootSimon Glass1-1/+2
2017-02-07x86: Add a dummy setjmp implementation for x86_64Simon Glass2-1/+21
2017-02-07x86: Move setjmp to the i386 directorySimon Glass3-3/+1
2017-02-07x86: Move call64 to the i386 directorySimon Glass3-1/+2
2017-02-07x86: Change irq_already_routed to a local variableSimon Glass1-4/+6
2017-02-07x86: Move turbo_state to global_dataSimon Glass2-4/+5
2017-02-07x86: Move pirq_routing_table to global_dataSimon Glass2-7/+6
2017-02-06x86: Support jumping from SPL to U-BootSimon Glass3-0/+76
2017-02-06x86: Drop interrupt support in 64-bit modeSimon Glass1-0/+5
2017-02-06x86: Don't try to boot Linux from SPLSimon Glass1-0/+4
2017-02-06x86: Don't build 32-bit efi files on x86_64Simon Glass1-0/+4
2017-02-06x86: Don't build cpu files which are not supported on 64-bitSimon Glass1-1/+8
2017-02-06x86: Don't build call64 and setjmp on 64-bitSimon Glass2-1/+12
2017-02-06x86: Don't try to run the VGA BIOS in 64-bit modeSimon Glass2-1/+3
2017-02-06x86: ivybridge: Provide a dummy SDRAM init for 64-bitSimon Glass3-0/+31
2017-02-06x86: ivybridge: Skip SATA init in SPLSimon Glass1-0/+2
2017-02-06x86: Fix up type sizes for 64-bitSimon Glass2-0/+10
2017-02-06x86: Drop flag_is_changable() on x86_64Simon Glass1-0/+3
2017-02-06x86: Fix up byteorder.h for x86_64Simon Glass1-8/+9
2017-02-06x86: Add SPL build rules for start-up codeSimon Glass1-1/+8
2017-02-06x86: Add a link script for SPLSimon Glass1-0/+74
2017-02-06x86: Add a link script for 64-bit x86Simon Glass2-0/+82