aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-02-04arm: dts: lx2160a: Add FSPI node propertiesKuldeep Singh2-1/+38
2020-02-04arm: dts: ls1028a: Add FSPI node propertiesKuldeep Singh2-0/+31
2020-02-04arm: dts: ls1028a: fix interrupt propertiesMichael Walle1-24/+31
2020-02-04arm: ls1028a: use the new flexspi driverMichael Walle1-6/+8
2020-02-01Merge tag 'u-boot-rockchip-20200130' of https://gitlab.denx.de/u-boot/custodi...Tom Rini26-741/+1214
2020-01-31Merge tag 'uniphier-v2020.04-2' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini9-79/+10
2020-02-01ARM: uniphier: set gd->ram_base correctlyMasahiro Yamada1-6/+1
2020-02-01mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISCMasahiro Yamada1-0/+1
2020-02-01ARM: uniphier: remove adhoc reset deassertion for the NAND controllerMasahiro Yamada7-73/+8
2020-01-30rockchip: rk3308: add alias for emmc/sdmmcKever Yang1-0/+7
2020-01-30ram: rk3328: update lpddr3 settingYouMin Chen1-4/+4
2020-01-30ram: rk3328: add support ddr4 initYouMin Chen1-0/+216
2020-01-30rockchip: Add Single boot image (with binman, pad_cat)Jagan Teki5-0/+28
2020-01-30arm: dts: rk3188: Add rk3188-u-boot.dtsiJagan Teki2-0/+6
2020-01-30arm: dts: rk3036: Add rk3036-u-boot.dtsiJagan Teki2-0/+6
2020-01-30rockchip: rk3399: Add bootcount supportJagan Teki2-0/+12
2020-01-30rockchip: Add common reset causeJagan Teki4-52/+62
2020-01-30arm: rockchip: Add common cru.hJagan Teki8-16/+33
2020-01-30rockchip: Add cpu-infoJagan Teki2-0/+17
2020-01-30rockpro-rk3399: Enable SPI FlashJagan Teki1-0/+4
2020-01-30roc-pc-rk3399: Enable SPI FlashJagan Teki1-0/+4
2020-01-30rockchip: dts: Sync ROC-RK3399-PC changes from LinuxJagan Teki2-670/+816
2020-01-28Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini3-2/+4
2020-01-28arm: exynos: Read default MMC device from XOM[7:5] pinsMarek Szyprowski1-0/+1
2020-01-27Merge tag 'u-boot-clk-26Jan2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-95/+2
2020-01-26clock_imx8mq: Make frac_pll_init() staticPedro Jardim1-1/+1
2020-01-26clock_imx8mq: Remove the function sscg_pll_init()Pedro Jardim1-71/+0
2020-01-26clock_imx8mq: Make do_imx8m_showclocks() staticPedro Jardim1-1/+1
2020-01-26clock_imx8mq: Delete not used init_usb_clk()Pedro Jardim1-22/+0
2020-01-26Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini44-740/+1691
2020-01-26sunxi: Automate loading from 128KB MMC offsetAndre Przywara1-0/+20
2020-01-26sunxi: SPL: Factor out sunxi_get_boot_source()Andre Przywara1-5/+13
2020-01-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini9-15/+106
2020-01-25asm: dma-mapping.h: Fix dma mapping functionsVignesh Raghavendra4-8/+84
2020-01-25usb: musb-new: mt85xx: add musb-new gadget driver.mingming lee1-0/+13
2020-01-24phy: sun4i-usb: Add Allwinner R40 supportAndre Przywara1-0/+1
2020-01-24sunxi: dts: R40: Update Bananapi M2 Berry .dtsAndre Przywara1-15/+120
2020-01-24sunxi: H3/H5 Sync DT files from upstream Linux kernel as of next-20200108Chen-Yu Tsai41-720/+1537
2020-01-24common: Move hang() to the same header as panic()Simon Glass57-4/+60
2020-01-24common: Move RAM-sizing functions to init.hSimon Glass24-0/+24
2020-01-24common: Move reset_cpu() to the CPU headerSimon Glass39-4/+42
2020-01-24common: Move reset_misc() function to arch headerSimon Glass1-0/+2
2020-01-24common: Move get_tbclk() to time.hSimon Glass22-5/+23
2020-01-24common: Move clock functions into a new fileSimon Glass33-4/+35
2020-01-24common: Move upmconfig() to ppc.hSimon Glass1-0/+1
2020-01-24common: Move ll_boot_init() to init.hSimon Glass5-0/+5
2020-01-24common: arm: Move s_init() to an ARM-specific headerSimon Glass1-0/+2
2020-01-24common: Move device-tree setup functions to fdt_support.hSimon Glass1-0/+1
2020-01-24common: Move reset_phy() to net.hSimon Glass1-0/+1
2020-01-24common: Move relocate_code() to init.hSimon Glass18-16/+18