summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeLines
* Merge git://git.denx.de/u-boot-rockchipTom Rini2017-02-11-65/+65
|\
| * rockchip: rename miniarm to tinker boardEddie Cai2017-02-09-10/+10
| * rockchip: dts: rk3288: correct sdram setting for miniarmJacob Chen2017-02-09-8/+8
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2017-02-09-2/+2
|\ \
| * | net: phy: dp83867: Add support for MAC impedance configurationMugunthan V N2017-02-07-2/+2
* | | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-02-09-8/+142
|\ \ \
| * | | arm: dts: trats: add the pmic node for using DMJaehoon Chung2017-02-09-8/+142
| | |/ | |/|
* | | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2017-02-08-0/+9
|\ \ \ | |/ / |/| |
| * | arm: socfpga: set the mpuclk divider in the Altera group registerDinh Nguyen2017-02-08-0/+9
| |/
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-02-08-27/+34
|\ \
| * | dm: core: Replace of_offset with accessorSimon Glass2017-02-08-27/+29
| * | dtoc: Replace dot with underscore to avoid compiler errorsSimon Glass2017-02-08-0/+5
* | | cmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to KconfigMasahiro Yamada2017-02-08-0/+1
* | | arm64: fix comment in relocate_64.SMasahiro Yamada2017-02-08-1/+1
* | | ARM: dts: k2*: Rename the k2* files to keystone-k2* filesLokesh Vutla2017-02-08-20/+20
* | | arm64: use store with auto-incrementMasahiro Yamada2017-02-08-2/+1
* | | arm64: use xzr to zero-out the bss sectionMasahiro Yamada2017-02-08-2/+1
|/ /
* | x86: make LOAD_FROM_32_BIT visible for platformsAndy Shevchenko2017-02-07-10/+10
* | x86: qemu: Mark ucode as optional for SPL in u-boot.dtsiBin Meng2017-02-07-0/+6
* | x86: qemu: Set up device tree for SPLBin Meng2017-02-07-0/+8
* | x86: qemu: Fix compiler warnings for 64-bitBin Meng2017-02-07-4/+4
* | x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot properBin Meng2017-02-07-1/+4
* | x86: Compile irq.c for 64-bitBin Meng2017-02-07-1/+1
* | x86: spl: Add weak arch_cpu_init_dm()Bin Meng2017-02-07-0/+5
* | x86: Wrap print_ch() with config optionBin Meng2017-02-07-0/+2
* | x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.cBin Meng2017-02-07-0/+2
* | x86: Update compile/link flags to support 64-bit U-BootSimon Glass2017-02-07-4/+28
* | x86: link: Set up device tree for SPLSimon Glass2017-02-07-1/+14
* | x86: link: Add SPL declarations to the binman imageSimon Glass2017-02-07-0/+19
* | x86: Add a dummy setjmp implementation for x86_64Simon Glass2017-02-07-1/+21
* | x86: Move setjmp to the i386 directorySimon Glass2017-02-07-3/+1
* | x86: Move call64 to the i386 directorySimon Glass2017-02-07-1/+2
* | x86: Change irq_already_routed to a local variableSimon Glass2017-02-07-4/+6
* | x86: Move turbo_state to global_dataSimon Glass2017-02-07-4/+5
* | x86: Move pirq_routing_table to global_dataSimon Glass2017-02-07-7/+6
* | x86: Support jumping from SPL to U-BootSimon Glass2017-02-06-0/+76
* | x86: Drop interrupt support in 64-bit modeSimon Glass2017-02-06-0/+5
* | x86: Don't try to boot Linux from SPLSimon Glass2017-02-06-0/+4
* | x86: Don't build 32-bit efi files on x86_64Simon Glass2017-02-06-0/+4
* | x86: Don't build cpu files which are not supported on 64-bitSimon Glass2017-02-06-1/+8
* | x86: Don't build call64 and setjmp on 64-bitSimon Glass2017-02-06-1/+12
* | x86: Don't try to run the VGA BIOS in 64-bit modeSimon Glass2017-02-06-0/+2
* | x86: ivybridge: Provide a dummy SDRAM init for 64-bitSimon Glass2017-02-06-0/+31
* | x86: ivybridge: Skip SATA init in SPLSimon Glass2017-02-06-0/+2
* | x86: Fix up type sizes for 64-bitSimon Glass2017-02-06-0/+10
* | x86: Drop flag_is_changable() on x86_64Simon Glass2017-02-06-0/+3
* | x86: Fix up byteorder.h for x86_64Simon Glass2017-02-06-8/+9
* | x86: Add a link script for SPLSimon Glass2017-02-06-0/+74
* | x86: Add a link script for 64-bit x86Simon Glass2017-02-06-0/+82
* | x86: Fix up CONFIG_X86_64 checkSimon Glass2017-02-06-1/+1