aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Merge git://git.denx.de/u-boot-dmTom Rini9-35/+70
2016-05-27Merge git://git.denx.de/u-boot-rockchipTom Rini4-1/+87
2016-05-27ARM: OMAP4+: Fix DPLL programming sequenceLokesh Vutla1-3/+5
2016-05-27arm64: rename __asm_flush_dcache_level to __asm_dcache_levelMasahiro Yamada1-6/+6
2016-05-27arm64: fix comment "flush & invalidate"Masahiro Yamada1-2/+2
2016-05-27arm64: optimize __asm_{flush, invalidate}_dcache_allMasahiro Yamada1-8/+2
2016-05-27ARM: dts: AM335x-ICEv2: Add minimal dts supportLokesh Vutla2-1/+432
2016-05-27ARM: AM33xx: Add support for Clock SynthesizerLokesh Vutla3-0/+149
2016-05-27board: AM335x-ICEv2: Add DDR dataLokesh Vutla1-0/+15
2016-05-27ARM: dts: AM335x-BBG: Add initial supportLokesh Vutla2-1/+59
2016-05-27ARM: dts: AM335x-evmsk: Add initial supportLokesh Vutla2-1/+722
2016-05-27ARM: dts: am335x: fix cd-gpios definition as per hardware design and dt bindi...Mugunthan V N2-3/+2
2016-05-27ARM: dts: am335x-bone: Enable uart and timerLokesh Vutla3-4/+6
2016-05-27ARM: dts: AM437x-IDK Initial SupportLokesh Vutla2-1/+422
2016-05-27ARM: dts: AM43x-EPOS Initial SupportLokesh Vutla2-1/+808
2016-05-27ARM: omap5: add hooks for cpu/SoC fdt fixupsDaniel Allred2-0/+185
2016-05-27ARM: omap-common: Add device type to CPU stringDaniel Allred3-8/+32
2016-05-27spl: build: ti: add support for secure boot imagesDaniel Allred1-0/+6
2016-05-27ti: AM43xx: config.mk: Add support for generating secure boot imagesDaniel Allred1-0/+20
2016-05-27ti: omap-common: Add commands for generating secure SPL imagesDaniel Allred1-0/+66
2016-05-27ti: omap-common: Add Kconfig file for secure device supportMadan Srinivas2-7/+18
2016-05-27arm: Kconfig: Add support for AM43xx SoC specific KconfigMadan Srinivas2-6/+26
2016-05-27arm: am33xx: Kconfig: Add secure device definitionsMadan Srinivas1-0/+27
2016-05-27Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUPRobert P. J. Day4-10/+10
2016-05-27Drop HAVE_GENERIC_BOARD and SYS_GENERIC_BOARD optionsSimon Glass1-32/+0
2016-05-27Drop references to CONFIG_SYS_GENERIC_BOARD in config filesSimon Glass1-2/+0
2016-05-27powerpc: Drop unused code related to generic boardSimon Glass5-122/+1
2016-05-27mips: Drop unused code in u-boot.hSimon Glass1-16/+0
2016-05-27m68k: Drop unused code in u-boot.hSimon Glass1-39/+0
2016-05-27avr32: Drop unused code in u-boot.hSimon Glass1-20/+0
2016-05-27sh: Drop the arch-specific board initSimon Glass3-190/+2
2016-05-27sh: Fix build errors for generic boardSimon Glass8-19/+33
2016-05-27openrisc: Drop the arch-specific board initSimon Glass2-141/+0
2016-05-27arm: meson: implement calls to secure monitorBeniamino Galvani4-1/+71
2016-05-27arm: add initial support for Amlogic Meson and ODROID-C2Beniamino Galvani9-0/+415
2016-05-27arm: implement generic PSCI reset call for armv8Beniamino Galvani3-1/+34
2016-05-27dm: rockchip: Enable CONFIG_BLKSimon Glass1-0/+3
2016-05-27rockchip: rock2: dts: use status = "okay" not okSjoerd Simons1-1/+1
2016-05-27rockchip: rk3288-firefly: Add gmac definitionSjoerd Simons1-0/+16
2016-05-27rockchip: rk3288: grf: Define GRF_SOC_CON1 and GRF_SOC_CON3Sjoerd Simons1-0/+53
2016-05-27rockchip: rk3288: Add clock support for the gmac ethernet interfaceSjoerd Simons1-0/+17
2016-05-26mailbox: implement a sandbox testStephen Warren2-0/+32
2016-05-26Rename reset to sysresetStephen Warren6-35/+35
2016-05-25Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini9-1159/+48
2016-05-26mips: ath79: ar933x: Avoid warning with gcc5Wills Wang1-0/+2
2016-05-26mips: ath79: ar933x: Fix ethernet PHY mismatchWills Wang2-1/+3
2016-05-26mips: Drop JZ4740 remnantsMarek Vasut2-1158/+0
2016-05-26mips: Allow overriding start.S in SPLMarek Vasut1-0/+6
2016-05-26malta: Use device model & tree for UARTPaul Burton3-0/+37
2016-05-25Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini10-202/+285