summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass3-6/+9
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass3-3/+8
2016-10-06spl: Convert boot_device into a structSimon Glass3-3/+3
2016-10-06spl: Kconfig: Move SPL_DISPLAY_PRINT to KconfigSimon Glass2-0/+6
2016-10-06spl: Add a parameter to jump_to_image_linux()Simon Glass3-6/+6
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass1-1/+1
2016-10-06spl: Move spl_board_load_image() into a generic headerSimon Glass2-17/+0
2016-10-03Merge git://git.denx.de/u-boot-rockchipTom Rini12-25/+205
2016-10-02ti: omap-common: Allow AM33xx devices to be built securelyAndrew F. Davis1-1/+1
2016-10-02am33xx: config.mk: Fix option used to enable SPI SPL image typeAndrew F. Davis1-2/+2
2016-10-02am33xx: config.mk: Add support for additional secure boot image typesAndrew F. Davis1-2/+18
2016-10-02Kconfig: Separate AM33XX SOC config from target board configAndrew F. Davis2-88/+98
2016-10-02ARM: omap5: add fdt secure dram reservation fixupDaniel Allred1-2/+62
2016-10-02ARM: DRA7: Add secure emif setup callsDaniel Allred1-0/+15
2016-10-02arm: omap5: secure API for EMIF memory reservationsDaniel Allred3-0/+151
2016-10-02ti: omap5: Add Kconfig options for secure EMIF reservationsDaniel Allred1-0/+26
2016-10-02rockchip: add boot-mode support for rk3288, rk3036Jacob Chen3-5/+103
2016-10-02rockchip: move common function from board-file to rk3036-board.cJacob Chen2-0/+84
2016-10-02rockchip: rename board.c to rk3288-board.cJacob Chen2-1/+1
2016-10-02rockchip: miniarm: remove eMMC supportXu Ziyuan1-12/+0
2016-10-02dts: evb-rk3399: add init voltage node for vdd-centerKever Yang1-0/+1
2016-10-02Kconfig: rockchip: enable DM_PWM and DM_REGULATORKever Yang1-0/+2
2016-10-02rockchip: rkpwm: fix the register sequenceKever Yang1-1/+1
2016-10-02rockchip: rk3399: update PPLL and pmu_pclk frequencyKever Yang1-2/+2
2016-10-02Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled.Sandy Patterson1-0/+3
2016-10-02rockchip: Fix SPL console output when ROCKCHIP_SPL_BACK_TO_BROM is enabledSandy Patterson1-1/+4
2016-10-02rockchip: rk3288: sdram: fix DDR address rangeXu Ziyuan1-3/+4
2016-10-02ARM: keystone2: Add support for parsing monitor headerLokesh Vutla1-4/+18
2016-10-02board: k2g: Enable ECC byte laneLokesh Vutla1-2/+1
2016-10-02input: specify the default of I8042_KEYB in more correct mannerMasahiro Yamada1-3/+0
2016-10-02sandbox, x86: select DM_KEYBOARD instead of default y entryMasahiro Yamada3-6/+2
2016-10-01Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini5-73/+77
2016-10-01Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini4-1/+31
2016-09-29nds32: Support relocation.rick5-73/+77
2016-09-28mpc85xx: powerpc: usb: Update the list of Socs afftected by erratum A006261Sriram Dash1-3/+1
2016-09-28mpc85xx: powerpc: usb: Enable Usb phy initialisation settings for P1010Sriram Dash2-0/+3
2016-09-28mpc85xx: powerpc: usb: Modified the erratum A006261 according to endiannessSriram Dash1-2/+2
2016-09-28ARM: dts: vf-colibri: Enable USB device tree node for Colibri VybridSanchayan Maity1-0/+11
2016-09-28ARM: dts: vf: Add device tree node for USB on VybridSanchayan Maity1-0/+14
2016-09-28dra7x: boot: add dfu bootmode supportB, Ravi2-1/+6
2016-09-27Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini45-673/+2730
2016-09-27ARM: tegra: flush caches via SMC callStephen Warren2-0/+24
2016-09-27ARM: tegra: fix ULPI PHY on Ventana and SeaboardStephen Warren1-1/+1
2016-09-27ARM: tegra: fix USB controller aliasesStephen Warren4-6/+9
2016-09-27ARM: tegra: fix USB ULPI PHY reset signal inversion confusionStephen Warren2-2/+4
2016-09-27ARM: tegra: enable standard clock/reset APIs everywhereStephen Warren1-3/+11
2016-09-27ARM: tegra: fix clock_get_periph_rate() for UART clocksStephen Warren1-2/+36
2016-09-27ARM: tegra: add APIs the clock uclass driver will needStephen Warren7-86/+323
2016-09-27ARM: tegra: add peripheral clock init tableStephen Warren7-0/+134
2016-09-27ARM: tegra: pull Tegra210 SoC DT from Linux v4.7Stephen Warren1-80/+613