summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: add missing EFI_RESET_PLATFORM_SPECIFICHeinrich Schuchardt2018-04-043-0/+3
* efi_loader: exit status for efi_reset_system_initHeinrich Schuchardt2018-04-042-4/+4
* Merge git://git.denx.de/u-boot-dmTom Rini2018-04-011-0/+48
|\
| * core: ofnode: Fix translation for #size-cells == 0Mario Six2018-04-011-0/+48
* | Merge git://git.denx.de/u-boot-marvellTom Rini2018-03-304-16/+73
|\ \
| * | arm64: a37xx: dts: enable pcie portWilson Ding2018-03-303-0/+31
| * | arm64: a37xx: populate pcie memory regionWilson Ding2018-03-301-0/+8
| * | Revert "arm64: a37xx: dts: Add pin control nodes to DT"Ken Ma2018-03-301-14/+0
| * | arm64: a37xx: dts: Correct mpp definitionsKen Ma2018-03-303-3/+8
| * | arm64: a37xx: dts: Fix the number of GPIO on south bridgeKen Ma2018-03-301-1/+1
| * | arm64: a37xx: dts: Add additional pinctrl definitionKen Ma2018-03-302-0/+18
| * | arm64: a37xx: dts: Add pinctrl configuration for ESPRESSOBin boardKen Ma2018-03-301-0/+8
| * | arm64: a37xx: dts: add gpio head file includingKen Ma2018-03-301-0/+1
| |/
* | Merge git://git.denx.de/u-boot-x86Tom Rini2018-03-302-2/+40
|\ \
| * | x86: zImage: Pass working device tree data to the kernelIvan Gorinov2018-03-302-2/+40
| |/
* | Merge git://git.denx.de/u-boot-riscvTom Rini2018-03-3016-271/+59
|\ \
| * | riscv: ae250: Support DT provided by the board at runtimeRick Chen2018-03-301-0/+2
| * | Drop CONFIG_FTSDC010_BASERick Chen2018-03-303-6/+0
| * | nds32: dts: AG101P support sd High-Speed modeRick Chen2018-03-301-0/+1
| * | riscv: dts: AE250 support sd High-Speed modeRick Chen2018-03-301-0/+1
| * | riscv: bootm: Remove ATAGSRick Chen2018-03-302-226/+2
| * | riscv: bootm: Support to boot riscv-linuxRick Chen2018-03-301-4/+4
| * | riscv: checkpatch: Fix static const char * array declarationsRick Chen2018-03-301-1/+1
| * | riscv: checkpatch: Fix missing a blank line after declarationsRick Chen2018-03-301-2/+2
| * | riscv: checkpatch: Fix alignment should match open parenthesisRick Chen2018-03-302-19/+13
| * | riscv: checkpatch: Fix use of volatileRick Chen2018-03-301-1/+1
| * | riscv: checkpatch: Fix Macro argument reuseRick Chen2018-03-304-15/+35
| |/
* | rockchip: pinctrl: rk3188: Move the iomux definitions into pinctrl-driverAlexander Kochetkov2018-03-281-380/+0
* | rockchip: pinctrl: rk3036: Move the iomux definitions into pinctrl-driverAlexander Kochetkov2018-03-281-409/+0
* | rockchip: pinctrl: rk3399: add support for I2C[123467]Philipp Tomsich2018-03-281-0/+30
* | rockchip: pinctrl: rk3399: fix GPIO2B1 and GPIO2B2 shift valuePhilipp Tomsich2018-03-281-2/+2
|/
* Merge tag 'xilinx-for-v2018.05' of git://git.denx.de/u-boot-microblazeTom Rini2018-03-2513-414/+304
|\
| * arm64: zynqmp: Add support for verifying secure imagesSiva Durga Prasad Paladugu2018-03-232-0/+3
| * arm64: zynqmp: Remove ep108 boardMichal Simek2018-03-233-408/+0
| * arm: zynq: Enable cadence driver on zc706Michal Simek2018-03-231-0/+4
| * arm: zynq: Wire watchdog internalsMichal Simek2018-03-231-0/+1
| * arm64: zynqmp: Enable newer pmufw versionsMichal Simek2018-03-231-1/+1
| * arm64: zynqmp: Convert board to use zynqmp-clk driverMichal Simek2018-03-236-5/+295
* | Merge git://git.denx.de/u-boot-arcTom Rini2018-03-2321-958/+610
|\ \ | |/ |/|
| * ARC: bootm: Refactor GO and PREP subcommands implementationEugeniy Paltsev2018-03-231-22/+29
| * ARC: Cache: Refactor arc_ioc_setup()Eugeniy Paltsev2018-03-211-6/+6
| * ARC: Cache: Add missing cache cleanup before cache disableEugeniy Paltsev2018-03-211-14/+39
| * ARC: Cache: Add more HW configuration checksEugeniy Paltsev2018-03-211-0/+75
| * ARC: Implement a function to sync and cleanup cachesEugeniy Paltsev2018-03-214-5/+29
| * ARC: Cache: Fix SLC operations when SLC is bypassed for dataEugeniy Paltsev2018-03-211-11/+28
| * ARC: Cache: Implement [i,d]cache_enabled() as separate functionsEugeniy Paltsev2018-03-211-17/+21
| * ARC: Move IOC enabling to compile-time optionsEugeniy Paltsev2018-03-213-20/+52
| * ARC: Cache: Move PAE exists check into slc_upper_region_init()Eugeniy Paltsev2018-03-211-6/+9
| * ARC: Move cache global variables to arch_global_dataEugeniy Paltsev2018-03-212-10/+15
| * ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variablesEugeniy Paltsev2018-03-211-24/+43