summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-12-03arm: pxa: Drop pxa_wait_ticks()Simon Glass1-8/+4
2019-12-03common: Move some time functions out of common.hSimon Glass8-0/+8
2019-12-03common: Move serial functions out of common.hSimon Glass1-0/+1
2019-12-03Move strtomhz() to vsprintf.hSimon Glass21-0/+21
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass2-0/+2
2019-12-03status_led: Tidy up the code styleSimon Glass1-1/+1
2019-12-03Drop CONFIG_SHOW_ACTIVITYSimon Glass1-13/+0
2019-12-03common: Move older CPU functions to their own headerSimon Glass6-0/+6
2019-11-28Merge git://git.denx.de/u-boot-socfpgaTom Rini2-1/+13
2019-11-28Merge tag 'mmc-11-27-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini6-57/+0
2019-11-28Merge tag 'u-boot-stm32-20191126' of https://gitlab.denx.de/u-boot/custodians...Tom Rini27-530/+670
2019-11-28Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini9-0/+56
2019-11-27mpc83xx: remove unused clock.hYangbo Lu1-22/+0
2019-11-27arm: drop eSDHC clock getting in mxc_get_clock() for layerscapeYangbo Lu5-35/+0
2019-11-26ARM: dts: stm32: update eMMC configuration for stm32mp157c-ev1Patrick Delaunay4-8/+66
2019-11-26ARM: dts: stm32: DT alignment with kernel v5.4-rc4Patrick Delaunay10-14/+237
2019-11-26ARM: dts: stm32: DT alignment with kernel v5.3Patrick Delaunay20-508/+367
2019-11-25Merge tag 'rpi-next-2020.01' of https://github.com/mbgg/u-bootTom Rini10-19/+167
2019-11-25ARM: socfpga: Unreset NAND in SPL on Gen5Marek Vasut1-0/+7
2019-11-25ARM: socfpga: Add ArriaV ST/SX IDMarek Vasut1-0/+2
2019-11-25ARM: socfpga: Purge pending transactions upon enabling bridges on Gen5Marek Vasut1-0/+3
2019-11-25ARM: socfpga: Actually put bridges into reset on Gen5 in bridge disableMarek Vasut1-1/+1
2019-11-25arch: powerpc: add eSDHC node to t4240 dtsYinbo Zhu1-0/+6
2019-11-25arch: powerpc: add eSDHC node to t104x dtsYinbo Zhu1-0/+6
2019-11-25arch: powerpc: add eSDHC node to t102x dtsYinbo Zhu1-0/+6
2019-11-25arch: powerpc: add eSDHC node to p5040 dtsYinbo Zhu1-0/+6
2019-11-25arch: powerpc: add eSDHC node to p4080 dtsYinbo Zhu1-0/+6
2019-11-25arch: powerpc: add eSDHC node to p3041 dtsYinbo Zhu1-0/+6
2019-11-25arch: powerpc: add eSDHC node to p2041 dtsYinbo Zhu1-0/+6
2019-11-25arch: powerpc: add eSDHC node to p2020 dtsYinbo Zhu1-0/+7
2019-11-25arch: powerpc: add eSDHC node to p1020 dtsYinbo Zhu1-0/+7
2019-11-24ARM: defconfig: add unified config for RPi3 and RPi4Matthias Brugger1-0/+7
2019-11-24ARM: bcm283x: Set memory map at run-timeMatthias Brugger1-0/+92
2019-11-24ARM: bcm283x: Set rpi_bcm283x_base at run-timeMatthias Brugger2-8/+18
2019-11-24ARM: bcm283x: Move BCM283x_BASE to a global variableMatthias Brugger8-9/+52
2019-11-24arm: dts: bcm283x: Rename U-Boot fileMatthias Brugger1-0/+0
2019-11-24fdt: fix bcm283x dm-pre-reloc definitionsMatthias Brugger1-4/+0
2019-11-24Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodi...Tom Rini4-54/+113
2019-11-23arm: fix -march for ARM11Heinrich Schuchardt1-2/+2
2019-11-23rockchip: px30: enable spl-fifo-mode for both emmc and sdmmc on evbHeiko Stuebner1-2/+5
2019-11-23rockchip: Setup dwc3_device (for non-dm gadgets)Jagan Teki1-2/+30
2019-11-23rockchip: Convert to use FIT generator for opteeKever Yang2-50/+78
2019-11-22Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2-4/+7
2019-11-22Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-1/+0
2019-11-22arm: socfpga: stratix10: Add alias for gmac0 in S10 dtsOoi, Joyce1-0/+1
2019-11-22arm: dts: Stratix10: change pad skew values for EMAC0 PHY driverOoi, Joyce1-1/+1
2019-11-21env: Finish migration of common ENV optionsTom Rini1-1/+1
2019-11-21socfpga: fix include guard in misc.h (arch vs. global)Simon Goldschmidt1-3/+3
2019-11-21arm: dts: Stratix10: Fix memory node address and size cellsLey Foon Tan1-0/+2
2019-11-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini7-10/+54