aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-03-06arm: cpu: Add optional CMOs by VAMarc Zyngier4-26/+155
2023-03-03freescale: Drop old pre-DM_ETH codeSimon Glass1-12/+0
2023-03-02sandbox: Use the generic VPL option to enable VPLSimon Glass1-1/+1
2023-03-02sandbox: Tidy up RTC optionsSimon Glass3-5/+5
2023-03-02sandbox: Expand size for VPL imageSimon Glass1-2/+2
2023-03-02s5p: Remove empty arch_misc_initTom Rini1-7/+0
2023-03-02mvebu: Drop empty arch_misc_initTom Rini2-12/+0
2023-03-02mvebe: Drop ARCH_MISC_INIT from alleycat 5Tom Rini1-9/+0
2023-03-02imx9: Remove ARCH_MISC_INITTom Rini1-5/+0
2023-03-02arm: rk3368: Select ARCH_EARLY_INIT_R when usedTom Rini1-0/+2
2023-03-02arm: zynq: Move to select'ing ARCH_EARLY_INIT_R if we have FPGATom Rini1-1/+1
2023-03-02arm: mvebu: Add select on ARCH_EARLY_INIT_R if ARM64Tom Rini1-0/+1
2023-03-01arm: mvebu: Define SPL memory mapsPali Rohár1-0/+16
2023-03-01arm: mvebu: Define env_sf_get_env_addr() also for Proper U-BootPali Rohár3-13/+14
2023-03-01arm: mvebu: Fix comment about CPU_ATTR_BOOTROM mappingPali Rohár1-1/+1
2023-03-01arm: mvebu: Remove A39x relictsPali Rohár4-44/+8
2023-03-01arm: mvebu: Fix description of MVEBU_SPL_BOOT_DEVICE_(SPI|MMC) optionsPali Rohár1-2/+2
2023-03-01arm: mvebu: Add support for generating PEX kwbimagePali Rohár2-0/+7
2023-03-01arm: mvebu: Add support for generating NAND kwbimagePali Rohár3-0/+28
2023-03-01arm: mvebu: spl: Fix support for loading U-Boot proper from SD cardPali Rohár2-9/+32
2023-03-01arm: mvebu: spl: Load proper U-Boot from selected eMMC boot partitionPali Rohár2-1/+8
2023-03-01arm: mvebu: spl: Remove checks for BOOT_DEVICE_MMC2 and BOOT_DEVICE_MMC2_2Pali Rohár1-3/+1
2023-03-01arm: mvebu: spl: Fix parsing SATA kwbimagePali Rohár1-11/+2
2023-03-01arm: mvebu: spl: Fix parsing SDIO kwbimagePali Rohár1-8/+0
2023-02-28tpm: Separate out the TPM tests for v1 and v2Simon Glass1-0/+4
2023-02-27Merge tag 'v2023.04-rc3' into nextTom Rini52-388/+924
2023-02-23Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegraWIP/23Feb2023Tom Rini29-120/+673
2023-02-23ARM: tegra20: implement BCT patchingSvyatoslav Ryhel4-4/+124
2023-02-23ARM: tegra30: implement BCT patchingRamin Khonsari4-0/+131
2023-02-23ARM: tegra: crypto: extend crypto functionalSvyatoslav Ryhel3-38/+91
2023-02-23ARM: tegra: expose crypto module for all Tegra SoCsSvyatoslav Ryhel6-1/+8
2023-02-23board: tegra30: switch to updated pre-dm i2c writeSvyatoslav Ryhel2-44/+0
2023-02-23ARM: tegra: create common pre-dm i2c writeSvyatoslav Ryhel4-26/+33
2023-02-23ARM: tegra: add late init supportSvyatoslav Ryhel2-0/+8
2023-02-23ARM: tegra: Fix Tegra PWM parent clockSvyatoslav Ryhel7-7/+7
2023-02-23ARM: tegra30: add PLLD to pll setupSvyatoslav Ryhel1-0/+41
2023-02-23ARM: tegra: clock: add clock_decode_pair helperSvyatoslav Ryhel2-0/+36
2023-02-23ARM: tegra: clock: add clk_id_to_pll_id helperSvyatoslav Ryhel6-0/+194
2023-02-23ARM: t20/t30: swap host1x and disp1 clock parentsSvyatoslav Ryhel2-4/+4
2023-02-23tegra30: clock: add EXTPERIPHSvyatoslav Ryhel2-6/+6
2023-02-23x86: Pass -z execstack for EFI payload flagsTom Rini1-1/+2
2023-02-22arm: dts: chameleonv3: Add 270-2 variantPaweł Anikiel3-0/+18
2023-02-22arm: dts: chameleonv3: Rename chameleonv3.dts to .dtsiPaweł Anikiel3-2/+2
2023-02-22arm: dts: chameleonv3: Override chameleonv3 bitstream namesPaweł Anikiel2-0/+8
2023-02-17riscv: binman: Add help message for missing blobsRick Chen1-0/+1
2023-02-17riscv: Rename Andes cpu and board namesLeo Yu-Chi Liang7-5/+5
2023-02-17configs: ae350: Enable v5l2 cache for AE350 platforms in SPLYu Chien Peter Lin1-0/+1
2023-02-17riscv: ax25: cache.c: Cleanups to L1/L2 cache function used in SPLYu Chien Peter Lin1-30/+68
2023-02-17riscv: ae350: dts: Update L2 cache compatible stringYu Chien Peter Lin2-2/+2
2023-02-17riscv: cpu: ax25: Simplify cache enabling logic in harts_early_init()Yu Chien Peter Lin2-37/+43