aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include
AgeCommit message (Expand)AuthorFilesLines
2022-10-19rockchip: px30: support debug uart on UART0Quentin Schulz1-0/+19
2022-10-09imx: gpmi: Add register needed to control nand bus timingMichael Trimarchi1-0/+9
2022-10-06arm: nuvoton: Add support for Nuvoton NPCM845 BMCJim Liu2-0/+166
2022-09-27Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians...Tom Rini1-3/+3
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini1-0/+5
2022-09-26configs: stm32f769-disco: Fix internal flash sizePatrice Chotard1-3/+3
2022-09-20ARM: imx: Deduplicate i.MX8M SNVS LPGPR unlockMarek Vasut1-0/+5
2022-09-19Merge branch 'master' into nextTom Rini2-2/+8
2022-09-18imx: imxrt1170-evk: Add support for the NXP i.MXRT1170-EVKJesse Taube1-0/+1
2022-09-13arm: mvebu: Fix moving internal registersPali Rohár1-2/+7
2022-09-02Makefile: Allow LTO to be disabled for a buildSimon Glass1-1/+1
2022-09-02arm: ARMv4 assembly compatibilitySergei Antonov1-2/+8
2022-08-20net: lpc32xx_eth.c ethernet driverTom Rini1-3/+0
2022-08-12Convert CONFIG_SYS_FSL_QMAN_V3 et al to KconfigTom Rini1-2/+0
2022-08-12Convert CONFIG_SYS_FSL_NUM_CC_PLLS to KconfigTom Rini1-3/+0
2022-08-12Convert CONFIG_SYS_FSL_MAX_NUM_OF_SEC to KconfigTom Rini7-17/+0
2022-08-12Remove CONFIG_SYS_FSL_SCFG_IODSECR1_ADDR et alTom Rini3-14/+0
2022-08-04Convert CONFIG_SYS_FSL_CORES_PER_CLUSTER to KconfigTom Rini1-1/+0
2022-08-04Convert CONFIG_FSL_MEMAC et al to KconfigTom Rini1-10/+0
2022-08-04Convert CONFIG_SYS_FSL_CCSR_GUR_BE et al to KconfigTom Rini2-36/+0
2022-08-04Convert CONFIG_SYS_FMAN_V3 to KconfigTom Rini1-2/+0
2022-07-26board: freescale: imx93_evk: support ethernetPeng Fan1-0/+7
2022-07-26imx: imx93_evk: Set ARM clock to 1.7GhzPeng Fan1-1/+3
2022-07-26ddr: imx: Add i.MX9 DDR controller driverYe Li2-2/+130
2022-07-26imx: imx9: clock: Add DDR clock supportYe Li1-0/+3
2022-07-26imx: imx9: Add M33 release prepare functionPeng Fan1-0/+2
2022-07-26imx: imx9: Add MIX power initPeng Fan2-0/+174
2022-07-26imx: imx9: Add gpio registers structureYe Li1-0/+20
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 Li1-1/+1
2022-07-26imx: imx9: Get the chip revision through S400 APIPeng Fan1-0/+3
2022-07-26imx: imx9: Add TRDC driver for TRDC initYe Li1-0/+19
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 Li3-3/+3
2022-07-26imx: imx9: support romapiPeng Fan2-4/+4
2022-07-26imx: imx9: disable watchdogYe Li1-0/+4
2022-07-26imx: imx9: Add function to initialize timerJian Li1-0/+1
2022-07-26imx: imx9: Add CCM and clock API supportPeng Fan3-1/+510
2022-07-26imx: add basic i.MX9 supportPeng Fan8-1/+768
2022-07-26imx: add USB2_BOOT typePeng Fan1-0/+1
2022-07-26imx: move get_boot_device to common filePeng Fan1-0/+1
2022-07-26imx: move get_boot_device to common headerPeng Fan6-5/+2
2022-07-26imx: simplify dependency with SPL_BOOTROM_SUPPORTPeng Fan1-3/+0
2022-07-25configs: imx8mm: Define CONFIG_SYS_UBOOT_BASE for i.MX8mMamta Shukla1-0/+1
2022-07-25imx8: add rom api wrappersRasmus Villemoes1-0/+4
2022-07-25imx8: sys_proto.h: change guard logic around ROM APIRasmus Villemoes1-1/+1
2022-07-11Merge branch 'next'Tom Rini25-3599/+155