summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-05-31include: Remove unused header filesTom Rini19-947/+0
2023-05-31arm: uniphier: fix header inclusion guardAndre Przywara1-1/+1
2023-05-31imx: fix header inclusion guardsAndre Przywara3-3/+3
2023-05-31arm: Remove ti816x_evm board and ti816x SoC supportTom Rini23-2186/+3
2023-05-10arm: mach-imx: use CONFIG_$(SPL_)SATA instead of CONFIG_SATATroy Kisky1-1/+1
2023-05-10x86: cpu: qemu: qemu: remove SPL use with CONFIG_IS_ENABLEDTroy Kisky1-1/+1
2023-05-07Merge branch 'for-2023.07-2' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini9-31/+224
2023-05-05Merge tag 'fsl-qoirq-2023-5-5' of https://source.denx.de/u-boot/custodians/u-...Tom Rini7-309/+1063
2023-05-05powerpc: mpc8xx: Add SMC relocation CPM microcodeChristophe Leroy3-0/+126
2023-05-05powerpc: mpc885: Add CPM USB-SOF microcode for CPM15 ERRATAChristophe Leroy4-0/+71
2023-05-05powerpc: Force cast on memcpy_toio()Christophe Leroy1-3/+3
2023-05-05arm: dts: ten64: fix header typo and update copyrightMathew McBride1-2/+3
2023-05-05arm: dts: ten64: syncronise device tree with LinuxMathew McBride2-24/+45
2023-05-05arm: dts: fsl-ls1088a: copy all missing bindings from LinuxMathew McBride1-16/+304
2023-05-05arm: dts: fsl-ls1088a: move and sync existing bindings to be under /socMathew McBride1-81/+104
2023-05-05arm: dts: fsl-ls1088a: syncronise fsl-mc definition with LinuxMathew McBride2-81/+85
2023-05-05arm: dts: fsl-ls1088a: syncronise MDIO+PCS U-Boot definitions with LinuxMathew McBride2-16/+112
2023-05-05arm: dts: fsl-ls1088a: sync usb controller nodes with LinuxMathew McBride2-14/+30
2023-05-05arm: dts: fsl-ls1088a: move I2C nodes under "soc" and syncronize with LinuxMathew McBride1-32/+44
2023-05-05arm: dts: fsl-ls1088a: move GPIO controller under "soc" per LinuxMathew McBride1-44/+44
2023-05-05arm: dts: fsl-ls1088a: import CPU definition from Linux kernelMathew McBride1-0/+87
2023-05-05arm: dts: fsl-ls1088a: match Linux FDT by disabling PCIe by defaultMathew McBride2-0/+16
2023-05-05arm: dts: fsl-ls1088a: sync PCIe controller definition with LinuxMathew McBride1-48/+106
2023-05-05arm: dts: fsl-ls1088a: import and sync full SMMU nodes with LinuxMathew McBride1-3/+106
2023-05-05arm: dts: fsl-ls1088a: move memory node into U-Boot specific fileMathew McBride2-6/+8
2023-05-05arm: dts: fsl-ls1088a: move u-boot bootph tags into u-boot only filesMathew McBride5-2/+25
2023-05-05armv8: fsl-layerscape: check for crypto node first in fdt_fixup_remove_jrMathew McBride1-0/+4
2023-05-04arm: dts: k3-j7200: ddr: Update to 0.6 version of DDR config toolNeha Malcom Francis1-60/+60
2023-05-04arm: dts: k3-j721e: ddr: Update to 0.9.1 version of DDR config toolNeha Malcom Francis1-74/+75
2023-05-04Kconfig: j721s2: Change K3_MCU_SCRATCHPAD_BASE to non firewalled regionManorit Chawdhry1-1/+1
2023-05-04arm: dts: iot2050: Include u-boot specific bits implicitlyJan Kiszka8-8/+24
2023-05-04powerpc: mpc8xx: Reorganise init RAMChristophe Leroy2-11/+13
2023-05-04powerpc: mpc8xx: CPM parameter RAM can be anywhereChristophe Leroy3-17/+11
2023-05-03Merge tag 'u-boot-imx-20230503' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini9-35/+495
2023-05-03starqltechn: use button keyboard driverDzmitry Sankouski1-0/+18
2023-05-03arm: histb: hi3798mv200: add initial support for Hi3798MV200 HC2910-2AGHD05 b...Yang Xiwen5-0/+351
2023-05-03arm: add support for Hisilicon HiSTB family SoCsYang Xiwen6-0/+93
2023-05-03arm: Remove omap5_uevm boardTom Rini8-5646/+0
2023-05-03arm: mach-k3: Workaround errata ID i2331Nitin Yadav1-0/+33
2023-05-03board: mediatek: add Bananapi-R3 devicetreeDaniel Golle3-0/+302
2023-05-03arm: mach-k3: am62a7: Enable QoS for DSSAradhya Bhatia5-0/+187
2023-05-03arm: mach-k3: j7200: Fix firewall warnings at boot timeManorit Chawdhry1-0/+6
2023-05-02arm: mach-k3: common: don't reconfigure background firewallsManorit Chawdhry2-1/+8
2023-05-02arm: mach-k3: common: Default to non fitImage boot on HS-FSVignesh Raghavendra1-2/+2
2023-05-02arm: dts: msm: add GENI SE QUP device tree nodeVladimir Zapolskiy3-12/+17
2023-05-02serial: msm-geni: Use upstream Linux bindingsKonrad Dybcio1-2/+2
2023-05-02board: Add new Broadcom Northstar boardLinus Walleij3-0/+60
2023-05-02arm: Add support for the Broadcom Northstar SoCsLinus Walleij1-1/+20
2023-05-02arm: dts: Import device tree for Broadcom NorthstarLinus Walleij1-0/+581
2023-05-02test: Add tests for the extconSvyatoslav Ryhel1-0/+4