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