summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Convert CONFIG_FSL_CORENET to KconfigTom Rini2-10/+17
2022-08-04Convert CONFIG_SYS_FMAN_V3 to KconfigTom Rini2-7/+0
2022-08-04sh: Remove unused code in arch/sh/lib/bootm.cTom Rini1-15/+0
2022-08-04arm: mach-k3: security: Remove certificate if detected on GP deviceAndrew Davis1-1/+29
2022-08-04arm: mach-k3: security: Bypass image signing at runtime for GP devicesAndrew Davis3-4/+4
2022-08-04arm: mach-k3: security: Allow signing bypass if type is HS-FSAndrew Davis1-1/+21
2022-08-04arm: mach-k3: Add support for device type detectionAndrew Davis3-1/+70
2022-08-04mx7ulp_com: fix incorrect select for SPL optionsQuentin Schulz1-3/+3
2022-08-04ARM: dts: npcm7xx: add npcm750 full function nodeJim Liu4-11/+343
2022-08-01Merge tag 'fsl-qoriq-2022-7-29' of https://source.denx.de/u-boot/custodians/u...Tom Rini4-0/+163
2022-07-29arm: mvebu: turris_omnia: Fix mpp26 pin name and commentMarek Behún1-2/+2
2022-07-29arm: mvebu: Synchronize armada-385-turris-omnia with Linux v5.20Pali Rohár2-50/+183
2022-07-29arm: mvebu: Synchronize armada-385.dtsi with Linux v5.20Pali Rohár1-8/+44
2022-07-29arm: mvebu: Synchronize armada-38x.dtsi with Linux v5.20Pali Rohár1-5/+50
2022-07-29arm: mvebu: Fix compatible string for nand controllerPali Rohár4-4/+4
2022-07-29powerpc: mpc85xx: Add support for generating QorIQ pre-PBL eSDHC boot sectorPali Rohár4-0/+163
2022-07-29arm: mvebu: turris_omnia: Add mcu node with gpio-controllerPali Rohár1-1/+8
2022-07-28arm: mvebu: Add gpio-ranges into Armada 38x device tree filePali Rohár1-0/+2
2022-07-27ARM: relocate: Fix Thumb code by using proper label typeAndre Przywara1-1/+2
2022-07-26Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini280-7646/+26981
2022-07-26imx: imx8mm-icore: migrate to use BINMANPeng Fan2-9/+2
2022-07-26arm: dts: imx8m: shrink ddr firmware size to actual file sizePeng Fan10-38/+38
2022-07-26arm: dts: imx8m: update binman ddr firmware node namePeng Fan10-38/+58
2022-07-26board: freescale: imx93_evk: support ethernetPeng Fan1-0/+7
2022-07-26imx: imx93_evk: Set ARM clock to 1.7GhzPeng Fan2-1/+12
2022-07-26imx: imx93_evk: Add basic board supportPeng Fan4-0/+700
2022-07-26arm: dts: Add i.MX93 SoC DTSi filePeng Fan1-0/+688
2022-07-26ddr: imx: Add i.MX9 DDR controller driverYe Li2-2/+130
2022-07-26imx: imx9: clock: Add DDR clock supportYe Li2-0/+44
2022-07-26imx: imx9: Support multiple env storages at runtimeYe Li1-0/+34
2022-07-26imx: imx9: Support booting m33 from AcorePeng Fan3-1/+146
2022-07-26imx: imx9: Add M33 release prepare functionPeng Fan2-0/+53
2022-07-26imx: imx9: Add MIX power initPeng Fan3-0/+275
2022-07-26imx: imx9: Add gpio registers structureYe Li2-0/+21
2022-07-26misc: fuse: support to access fuse on i.MX93Alice Guo1-0/+2
2022-07-26misc: S400_API: Rename imx8ulp_s400_msg to sentinel_msgYe Li3-3/+3
2022-07-26imx: imx9: Get the chip revision through S400 APIPeng Fan2-1/+51
2022-07-26imx: imx9: Add AHAB boot supportYe Li3-0/+352
2022-07-26imx: imx9: Add TRDC driver for TRDC initYe Li4-1/+604
2022-07-26misc: s400_api: introduce ahab_release_m33_troutPeng Fan1-0/+1
2022-07-26misc: S400_API: New API for FW status and chip infoPeng Fan1-0/+13
2022-07-26misc: S400_API: Update release RDC APIYe Li1-1/+1
2022-07-26misc: s4mu: Support iMX93 with Sentinel MUPeng Fan1-0/+30
2022-07-26misc: imx: S400_API: Move S400 MU and API to a common placeYe Li7-7/+356
2022-07-26imx: imx9: support romapiPeng Fan3-4/+41
2022-07-26imx: imx9: disable watchdogYe Li2-1/+48
2022-07-26imx: imx9: Add function to initialize timerJian Li2-0/+20
2022-07-26imx: imx9: Add CCM and clock API supportPeng Fan7-3/+1720
2022-07-26imx: pinctrl: add pinctrl and pinfunc file for i.MX93Peng Fan1-0/+625
2022-07-26imx: add basic i.MX9 supportPeng Fan17-6/+989