summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-07-19microblaze: Do not call timer init that earlyMichal Simek1-0/+4
2018-07-19microblaze: Use default implementation from include/linux/io.hMichal Simek1-3/+0
2018-07-19xilinx: zynq: Add support to secure imagesSiva Durga Prasad Paladugu2-0/+2
2018-07-19arm/arm64: zynq/zynqmp: pass the PS init file as a kconfig variableLuca Ceresoli1-0/+1
2018-07-17Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini41-920/+3666
2018-07-17sunxi: Enable eMMC on Libre Computer Board ALL-H3-CC boardsChen-Yu Tsai1-0/+9
2018-07-16zynqmp: zcu102: Add qspi driver support for ZynqMP zcu102 boardsSiva Durga Prasad Paladugu1-1/+1
2018-07-16configs: Bananapi_M2_Ultra: enable gigabit ethernetLothar Felten1-0/+16
2018-07-16sunxi: R40: add gigabit ethernet devicetree nodeLothar Felten1-0/+34
2018-07-16sunxi: R40: add gigabit ethernet clocksLothar Felten1-1/+9
2018-07-16dm: sunxi: Use DM for MMC and SATA on all A10 boardsAdam Sampson1-0/+2
2018-07-16sunxi: DT: A64: add proper SoPine baseboard device treeAndre Przywara3-1/+294
2018-07-16sunxi: DT: H3: update board .dts files from LinuxAndre Przywara15-161/+604
2018-07-16sunxi: DT: H5: update board .dts files from LinuxAndre Przywara6-63/+536
2018-07-16sunxi: DT: update device tree files for Allwinner H3 and H5 SoCsAndre Przywara18-554/+986
2018-07-16sunxi: DT: A64: update board .dts files from LinuxAndre Przywara8-72/+900
2018-07-16sunxi: DT: A64: update device tree file for Allwinner A64 SoCAndre Przywara2-79/+287
2018-07-13mach-stm32: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESETLey Foon Tan1-1/+1
2018-07-13Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini20-84/+1470
2018-07-12arm: socfpga: Fixes: include <debug_uart.h>Ley Foon Tan1-0/+1
2018-07-12arm: socfpga: Fix: Compile MCR instruction on ARM 32-bit onlyLey Foon Tan1-0/+2
2018-07-12arm: dts: socfpga: stratix10: Fix memory nodeLey Foon Tan1-2/+2
2018-07-12imx_lpi2c: Update lpi2c driver to support imx8Ye Li1-519/+0
2018-07-12ARM: socfpga: Assure correct ACTLR configurationMarek Vasut1-1/+12
2018-07-12ARM: socfpga: Make DRAM node available in SPLMarek Vasut1-0/+1
2018-07-12ARM: socfpga: Pull DRAM size from DTMarek Vasut1-1/+3
2018-07-12arm: socfpga: Add do_bridge_reset for Arria 10Ley Foon Tan1-0/+9
2018-07-12arm: socfpga: stratix10: Enable Stratix10 SoC buildLey Foon Tan2-4/+19
2018-07-12ddr: altera: stratix10: Add DDR support for Stratix10 SoCLey Foon Tan2-6/+188
2018-07-12arm: socfpga: stratix10: Add timer support for Stratix10 SoCLey Foon Tan2-1/+29
2018-07-12arm: socfpga: stratix10: Add SPL driver for Stratix10 SoCLey Foon Tan3-0/+323
2018-07-12arm: socfpga: Restructure the SPL fileLey Foon Tan3-52/+120
2018-07-12arm: socfpga: stratix10: Add MMU support for Stratix10 SoCLey Foon Tan2-0/+72
2018-07-12arm: socfpga: stratix10: Add mailbox support for Stratix10 SoCLey Foon Tan3-0/+525
2018-07-12arm: socfpga: stratix10: Add misc support for Stratix10 SoCLey Foon Tan2-0/+134
2018-07-12arm: socfpga: misc: Move bridge command to misc commonLey Foon Tan3-23/+37
2018-07-10board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons10-0/+158
2018-07-10configs: Remove empty #ifdef/#ifndef blocks from configsAlex Kiernan1-3/+0
2018-07-09reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESETLey Foon Tan1-1/+1
2018-07-09arm: dts: bubblegum_96: Enable UART5 for serial consoleManivannan Sadhasivam1-0/+12
2018-07-09arm: dts: s900: Add UART nodeManivannan Sadhasivam1-0/+8
2018-07-09clk: Add Actions Semi OWL clock supportManivannan Sadhasivam2-0/+121
2018-07-09arm: dts: s900: Add Clock Management Unit (CMU) nodesManivannan Sadhasivam1-0/+22
2018-07-09board: Add uCRobotics Bubblegum-96 board supportManivannan Sadhasivam3-0/+41
2018-07-09arm: Add support for Actions Semi OWL SoC familyManivannan Sadhasivam6-0/+74
2018-07-04Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini5-6/+301
2018-07-03arm: timer: sunxi: add Allwinner timer erratum workaroundAndre Przywara2-0/+28
2018-07-03arm: timer: factor out FSL arch timer erratum workaroundAndre Przywara1-6/+25
2018-07-02board/aries: RemoveTom Rini9-380/+0
2018-07-02Merge git://git.denx.de/u-boot-x86Tom Rini7-4/+54