summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-09-23arm: mediatek: add support for MediaTek MT7986 SoCWeijie Gao7-0/+477
2022-09-23ARM: dts: stm32mp15: update DDR nodePatrick Delaunay4-16/+16
2022-09-23arm: stm32mp: adapt the command stm32key for STM32MP13xPatrick Delaunay1-7/+45
2022-09-23arm: stm32mp: support several key in command stm32keyPatrick Delaunay1-46/+149
2022-09-23arm: stm32mp: introduced read_close_status function in stm32key commandPatrick Delaunay1-42/+65
2022-09-23arm: stm32mp: add defines for BSEC_LOCK status in stm32key commandPatrick Delaunay1-6/+9
2022-09-23stm32mp: stm32prog: improve the partitioning tracePatrick Delaunay1-2/+2
2022-09-23ARM: dts: stm32mp: alignment with v6.0-rc3Patrick Delaunay6-30/+91
2022-09-23stm32mp: stm32prog: correctly handle OTP when SMC is not supportedPatrick Delaunay2-8/+22
2022-09-23stm32mp: stm32prog: solve warning for 64bits compilationPatrick Delaunay5-32/+31
2022-09-23stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDRPatrick Delaunay4-7/+7
2022-09-23stm32mp: stm32prog: support empty flashlayoutPatrick Delaunay1-0/+4
2022-09-21arm64: zynqmp: Wire GEM reset gpioMichal Simek6-1/+6
2022-09-21arm64: zynqmp: Describe TI phy as ethernet-phy-idMichal Simek6-38/+73
2022-09-20ARM: imx: Deduplicate i.MX8M SNVS LPGPR unlockMarek Vasut2-0/+17
2022-09-20arm: dts: imx8mm-venice-gw7901: add dsa phy handles to u-boot dtsiTim Harvey1-0/+51
2022-09-20arm: dts: imx8mp-venice-gw74xx: add dsa phy handles to u-boot dtsiTim Harvey1-0/+59
2022-09-20Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvel...Tom Rini6-23/+34
2022-09-20Merge tag 'u-boot-at91-2023.01-a' of https://source.denx.de/u-boot/custodians...Tom Rini14-462/+488
2022-09-20arm: mvebu: dts: mvebu-u-boot.dtsi: Add "u-boot, dm-pre-reloc" to timer DT nodeStefan Roese1-0/+11
2022-09-20arm: mvebu: dts: armada-375.dtsi: Add timer0 & timer1Stefan Roese1-2/+2
2022-09-20arm: mvebu: dts: Makefile: Compile Armada 375 dtb in a separate stepStefan Roese1-1/+5
2022-09-20arm: mvebu: Use CONFIG_TIMER on all MVEBU & KIRKWOOD platformsStefan Roese2-5/+4
2022-09-20arm: mvebu: theadorable: Update eth & mdio DT nodesStefan Roese1-15/+12
2022-09-19Merge branch 'master' into nextTom Rini72-440/+4157
2022-09-19Merge tag 'u-boot-imx-20220919' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini21-148/+3856
2022-09-19powerpc: mpc85xx: Fix incorrect application of patchMarek Behún1-3/+3
2022-09-19ARM: dts: at91: sama7: Align with Linux DevicetreeSergiu Moga3-43/+60
2022-09-19ARM: dts: at91: sama5: Align with Linux DevicetreeSergiu Moga10-419/+411
2022-09-19ARM: dts: at91: sam9x60_curiosity: add onewire supportDurai Manickam KR1-0/+17
2022-09-18bsh: imx6ulz_smm_m2: Add imx6ulz BSH SMM M2 boardsMichael Trimarchi4-0/+194
2022-09-18board: purism: add the Purism Librem5 phoneAngus Ainslie5-1/+1325
2022-09-18ARM: dts: imx: Fix I2C5 GPIO assignment on i.MX8M Plus DHCOMMarek Vasut1-2/+2
2022-09-18ARM: dts: imx: Adjust ECSPI1 pinmux on i.MX8M Plus DHCOMMarek Vasut1-5/+5
2022-09-18ARM: dts: imx: Rename imx8mp-dhcom{-pdk2,}-boot.dtsiMarek Vasut2-136/+142
2022-09-18ARM: dts: imx: Add SoM compatible to i.MX8M Plus DHCOM PDK2Marek Vasut1-1/+2
2022-09-18ARM: dts: imx: Drop Atheros PHY header from i.MX8M Plus DHCOM PDK2Marek Vasut1-1/+0
2022-09-18ARM: dts: imx: Add HW variant details to i.MX8M Plus DHCOM PDK2Marek Vasut1-0/+5
2022-09-18arm: dts: imx8mn-beacon-kit-u-boot: Fix broken bootingAdam Ford1-0/+4
2022-09-18imx: romapi: fix spurious ampersand in address printMarcel Ziswiler1-1/+1
2022-09-18ARM: dts: imx: add i.MXRT1170-EVK supportJesse Taube4-1/+603
2022-09-18ARM: dts: imxrt11170-pinfunc: Add pinctrl binding headerJesse Taube1-0/+1561
2022-09-18imx: imxrt1170-evk: Add support for the NXP i.MXRT1170-EVKJesse Taube3-0/+12
2022-09-18watchdog: Get rid of ASSEMBLY hacksStefan Roese1-2/+3
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese9-16/+16
2022-09-16mmc: fsl_esdhc_spl: Add support for builds without CONFIG_SYS_MMC_U_BOOT_OFFSPali Rohár1-0/+10
2022-09-16powerpc: mpc85xx: Fix loading U-Boot proper from SD card in SPLPali Rohár1-1/+1
2022-09-16powerpc: mpc85xx: Fix check for CONFIG_SDCARDMarek Behún1-1/+1
2022-09-16Makefile: Reduce usage of custom mpc85xx u-boot.bin targetPali Rohár2-5/+5
2022-09-16Makefile: Build final mpc85xx non-SPL image in standard file u-boot.binPali Rohár2-2/+2