aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-07-26ARM: uniphier: remove SPL support for ARMv8 SoCsMasahiro Yamada29-1995/+6
2017-07-25Convert CONFIG_ENV_IS_IN_FAT to KconfigSimon Glass1-0/+1
2017-07-25Convert CONFIG_ENV_IS_IN_SPI_FLASH to KconfigSimon Glass2-0/+2
2017-07-25Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass9-0/+30
2017-07-25Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigSimon Glass7-0/+14
2017-07-24configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSTom Rini3-0/+9
2017-07-23arm: omap3: Detect boot mode very earlyAdam Ford1-0/+6
2017-07-23powerpc: Remove 8260 remaindersChristophe Leroy1-14/+0
2017-07-23powerpc, 8xx: fix missing function declarations.Christophe Leroy7-13/+17
2017-07-22powerpc: move get_pvr() and get_svr() into CChristophe Leroy5-37/+9
2017-07-22powerpc, 8xx: move cache helper into CChristophe Leroy3-38/+32
2017-07-22powerpc, 8xx: move get_immr() into CChristophe Leroy2-16/+8
2017-07-22powerpc, 8xx: Move cache function into C filesChristophe Leroy3-56/+50
2017-07-22powerpc, 8xx: Simplifying check_CPU()Christophe Leroy1-32/+7
2017-07-22powerpc: Remove unneccessary #ifdefs in reginfoChristophe Leroy4-3/+10
2017-07-22powerpc: move set_msr() and get_msr() into .hChristophe Leroy3-28/+14
2017-07-22power, timer: reset TBL before TBUChristophe Leroy1-1/+1
2017-07-22powerpc, timer: Does 8xx specific actions in 8xx cpu_initChristophe Leroy2-12/+4
2017-07-22powerpc: get rid of addr_probe()Christophe Leroy4-53/+0
2017-07-22powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk()Christophe Leroy1-22/+3
2017-07-22arm: mach-omap2: am33xx: Add FDT fixup suport for AM33xx/AM43xx boardsAndrew F. Davis2-0/+44
2017-07-22arm: mach-omap2: fdt-common: Add OP-TEE node when firmware node is definedAndrew F. Davis1-6/+14
2017-07-22arm: mach-omap2: Factor out common FDT fixup suportAndrew F. Davis6-120/+174
2017-07-22arm: mach-omap2: Move omap5/sec-fxns.c into sec-common.cAndrew F. Davis5-262/+251
2017-07-22meson-gx: reserved memory regionsxypron.glpk@gmx.de1-3/+5
2017-07-18Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini117-98/+100
2017-07-12Merge git://www.denx.de/git/u-boot-marvellTom Rini3-0/+469
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic117-90/+92
2017-07-12mx6sabreauto: Update to SPL only modeVanessa Maegima1-3/+3
2017-07-12mx6qsabreauto: Add SPL supportVanessa Maegima1-0/+1
2017-07-12mx6: soc: Move mxs_dma_init() into the mxs nand driverFabio Estevam1-5/+0
2017-07-12imx: mx6ull: fix USB bmode for i.MX 6UL and 6ULLStefan Agner1-0/+4
2017-07-12marvell: armada385: Add the Turris Omnia boardMarek BehĂșn1-0/+22
2017-07-12arch/arm/dts: Add Turris Omnia device treeMarek BehĂșn2-0/+447
2017-07-11am33xx: board: Refactor USB initialization into separate functionAlexandru Gagniuc1-4/+10
2017-07-11ARM: ti816x: Fix enabling GPIO0, enable GPIO1 as wellTom Rini1-1/+7
2017-07-11armv8: fsl-layerscape: use get_nand_dev_by_index()Grygorii Strashko1-6/+9
2017-07-11Merge git://git.denx.de/u-boot-dmTom Rini42-41/+211
2017-07-11Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini45-335/+3317
2017-07-11tegra: fdt: Ensure that the console UART is enabledSimon Glass17-0/+68
2017-07-11tegra: Show a debug message if the LCD PMIC fails to startSimon Glass1-1/+3
2017-07-11tegra: Fix up include file orderingSimon Glass2-16/+10
2017-07-11sandbox: Stop printing platdata at the start of SPLSimon Glass1-11/+0
2017-07-11sandbox: Enable more console optionsSimon Glass1-0/+1
2017-07-11x86: Move link to use driver model for SCSISimon Glass1-1/+21
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass2-3/+3
2017-07-11dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass1-1/+3
2017-07-11sata: Move drivers into new drivers/ata directorySimon Glass1-1/+1
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass4-6/+6
2017-07-11Convert CONFIG_CMD_SATA to KconfigSimon Glass5-0/+53