aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-10-23rockchip: dts: rk3328: Sync rock64 device tree file from LinuxMatwey V. Kornilov1-12/+2
2023-10-23board: rockchip: add FriendlyElec NanoPC-T6 rk3588 boardJohn Clark4-0/+999
2023-10-23rockchip: rk3568-radxa-e25: Enable pcie3x1 nodeJonas Karlman1-2/+9
2023-10-23sunxi: add MangoPi MQ-R board supportAndre Przywara1-0/+2
2023-10-22sunxi: psci: implement PSCI on R528Sam Edwards3-2/+57
2023-10-22sunxi: psci: stop modeling register layout with C structsSam Edwards2-101/+23
2023-10-22sunxi: psci: refactor register access to separate functionsSam Edwards1-19/+47
2023-10-22sunxi: psci: clean away preprocessor macrosSam Edwards1-60/+43
2023-10-22sunxi: refactor serial base addresses to avoid asm/arch/cpu.hAndre Przywara11-31/+39
2023-10-22sunxi: add Allwinner R528/T113 SoC supportAndre Przywara6-2/+37
2023-10-22sunxi: clock: support D1/R528 PLL6 clockAndre Przywara2-7/+19
2023-10-22sunxi: clock: D1/R528: Enable PLL LDO during PLL1 setupAndre Przywara2-5/+8
2023-10-22sunxi: introduce NCAT2 generation modelAndre Przywara10-15/+80
2023-10-22pinctrl: sunxi: move PIO_BASE into sunxi_gpio.hAndre Przywara3-6/+0
2023-10-22pinctrl: sunxi: remove GPIO_EXTRA_HEADERAndre Przywara5-198/+3
2023-10-22pinctrl: sunxi: remove struct sunxi_gpioAndre Przywara1-34/+6
2023-10-22pinctrl: sunxi: move pinctrl codeAndre Przywara3-95/+4
2023-10-22sunxi: remove CONFIG_MACPWRAndre Przywara1-7/+0
2023-10-22sunxi: remove CONFIG_SATAPWRAndre Przywara2-8/+2
2023-10-22sunxi: dts: arm: add T113s/D1 DT files from Linux-v6.6-rc6Andre Przywara5-0/+1162
2023-10-22sunxi: dts: arm: update devicetree files from Linux-v6.6-rc6Andre Przywara8-4/+225
2023-10-22sunxi: dts: arm64: update devicetree files from Linux-v6.6-rc6Andre Przywara6-122/+234
2023-10-19serial: sh: Add RZ/G2L SCIF supportPaul Barker1-0/+1
2023-10-19Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini10-34/+445
2023-10-19riscv: Add Zbb support for building U-BootYu Chien Peter Lin7-1/+392
2023-10-19riscv: dts: binman: add condition for opensbi os bootRandolph1-0/+24
2023-10-19riscv: kconfig: introduce SPL_LOAD_FIT_OPENSBI_OS_BOOT symbolRandolph1-0/+8
2023-10-19riscv: andes: Rearrange Andes PLICSW to single-bit-per-hart strategyRandolph1-13/+11
2023-10-19riscv: binman: Fix compilation errorMayuresh Chitale1-4/+10
2023-10-19riscv: remove dram_init_banksize()Heinrich Schuchardt1-16/+0
2023-10-19sandbox: watchdog: Avoid an error on startupSimon Glass1-1/+1
2023-10-18arm64: dts: imx8mp: Describe M24C32-D write-lockable page in DH i.MX8MP DHCOM DTMarek Vasut2-0/+20
2023-10-18arm: meson-a1: dts: Sync DT with LinuxIgor Prusov1-5/+351
2023-10-17test: spl: Add a test for the SPI load methodSean Anderson1-0/+1
2023-10-17test: spl: Add a test for the NOR load methodSean Anderson1-0/+1
2023-10-17test: spl: Add a test for the NET load methodSean Anderson2-0/+5
2023-10-17test: spl: Add functions to create imagesSean Anderson1-0/+2
2023-10-17sandbox: Support -T in splSean Anderson1-2/+7
2023-10-17Move i.MX8 container image loading support to common/splSean Anderson3-172/+1
2023-10-17arm: imx: Check header before calling spl_load_imx_containerSean Anderson8-87/+10
2023-10-17arm: imx: Add function to validate i.MX8 containersSean Anderson6-5/+15
2023-10-17arm: imx: Use log_err for errors in read_auth_containerSean Anderson1-2/+3
2023-10-17arm: imx: Add newlines after error messagesSean Anderson1-2/+2
2023-10-17arm: imx: Fix i.MX8 container load addressSean Anderson1-1/+1
2023-10-17ARM: imx: Add support for detecting primary/secondary bmode on MX8MFedor Ross3-1/+10
2023-10-17ARM: imx: Use correct U-Boot offset in case of secondary boot from eMMCFedor Ross1-0/+39
2023-10-17ARM: imx: Factor out parsing of ROM logFedor Ross1-18/+37
2023-10-17spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector()Marek Vasut3-6/+6
2023-10-17arm: dts: imx93-11x11-evk: add bootph-some-ram propertySébastien Szymanski1-0/+20
2023-10-17Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shWIP/17Oct2023Tom Rini15-2/+2388