aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-07-17x86: Correct get_sp() implementation for 64-bitSimon Glass1-1/+1
2023-07-17x86: Show the CPU physical address size with bdinfoSimon Glass1-0/+1
2023-07-17x86: Add a comment for board_init_f_r_trampoline()Simon Glass1-2/+14
2023-07-17x86: Tidy up EFI code in interrupt_init()Simon Glass1-12/+5
2023-07-17x86: Allow listing MTRRs in SPLSimon Glass3-0/+88
2023-07-17x86: zimage: Export the function to obtain the cmdlineSimon Glass2-3/+18
2023-07-17x86: Add a function to boot a zimageSimon Glass2-11/+88
2023-07-14powerpc: Fix flush_cache() speed regressionChristophe Leroy1-5/+5
2023-07-14arch: arm: npcm8xx: add cpu version and 4G ram supportJim Liu2-1/+12
2023-07-14ARM: dts: npcm8xx: fix dts node errorJim Liu1-16/+17
2023-07-14expo: Add tests for the configuration editorSimon Glass2-0/+12
2023-07-14expo: Support building an expo from a description fileSimon Glass2-0/+69
2023-07-14expo: Add spacing around menus and itemsSimon Glass1-0/+2
2023-07-14sandbox: Fix quiting when the LCD window is closedSimon Glass1-1/+2
2023-07-13Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini7-113/+348
2023-07-13Merge tag 'u-boot-imx-20230713' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini63-868/+2720
2023-07-13arm: mvebu: Remove unused alias from RC AC5X dtsChris Packham1-1/+0
2023-07-13arm: mvebu: Add Allied Telesis x240 boardChris Packham3-1/+221
2023-07-13mx23_olinuxino: Convert to CONFIG_DM_SERIALFabio Estevam2-1/+1
2023-07-13mx23evk: Convert to CONFIG_DM_SERIALFabio Estevam2-1/+2
2023-07-13mx28evk: Convert to CONFIG_DM_SERIALFabio Estevam2-1/+1
2023-07-13arm64: dts: verdin-imx8mp: add ctrl_sleep_moci# hogAndrejs Cainikovs1-0/+8
2023-07-13arm64: dts: verdin-imx8mm: add ctrl_sleep_moci# hogAndrejs Cainikovs1-0/+8
2023-07-13verdin-imx8mm/verdin-imx8mp: synchronise device trees with linuxMarcel Ziswiler8-335/+309
2023-07-13arm: dts: imx8mp-beacon-kit: Enable USB Power domainsAdam Ford1-2/+0
2023-07-13arm: dts: imx8mp: Sync the DT with kernel 6.4-rc4Adam Ford2-119/+386
2023-07-13imx8mn-var-som: adjust PHY reset gpios according to hardware configurationHugo Villeneuve1-4/+0
2023-07-13ARM: imx: romapi: Fix signed integer bitwise ops misuseMarek Vasut1-11/+21
2023-07-13configs: imx8m: Prepare imx8m-venice boards for HAB supportTim Harvey1-0/+9
2023-07-13imx: priblob: Update to use structureMaximus Sun1-3/+7
2023-07-13imx: imx8m: add CAAM_BASE_ADDRPeng Fan1-0/+1
2023-07-13imx: imx8: ahab: sha256: enable image verification using ARMv8 crypto extensionGaurav Jain1-4/+24
2023-07-13imx: ahab: Update AHAB for iMX8 and iMX8ULPYe Li4-123/+103
2023-07-13imx: parse-container: Use malloc for container processingNitin Garg1-11/+27
2023-07-13imx: imx8m: clock: not configure reserved SRC registerPeng Fan1-1/+0
2023-07-13imx: imx8: bootaux: Add i.MX8 M4 boot supportYe Li5-5/+192
2023-07-13imx: bootaux: Fix bootaux issue when running on ARM64Ye Li1-3/+3
2023-07-13imx: bootaux: change names of MACROs used to boot MCU on iMX devicesPeng Fan5-18/+18
2023-07-13imx: iamge-container: support secondary containerPeng Fan1-7/+87
2023-07-13imx: image-container: Fix container header checkingYe Li1-1/+1
2023-07-13imx: hab: Fix coverity issue in HAB event decodingYe Li1-19/+22
2023-07-13imx: imx8ulp: start the ELE RNG at bootPeng Fan1-0/+1
2023-07-13imx: cmd_dek: add ELE DEK Blob generation supportClement Faure2-0/+91
2023-07-13imx: cmd_dek: Fix Uninitialized pointer readYe Li1-1/+2
2023-07-13imx: ele_api: add DEK Blob generationPeng Fan1-1/+1
2023-07-13imx: ele_api: support program secure fuse and return lifecyclePeng Fan2-0/+76
2023-07-13imx: ele_ahab: use hextoulPeng Fan1-1/+1
2023-07-13imx: parse-container: fix build warningPeng Fan1-2/+2
2023-07-13imx: use generic name ele(EdgeLockSecure Enclave)Peng Fan12-76/+77
2023-07-13imx: mach: correct SCU API usagePeng Fan5-101/+94