summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-03-30arm: mvebu: Define all options for AXP BOOT_FROM_* macrosPali Rohár1-0/+4
2023-03-30arm: mvebu: Define all BOOTROM_ERR_MODE_* macrosPali Rohár1-0/+7
2023-03-30arm: mvebu: Define all options for A38x BOOT_FROM_* macrosPali Rohár1-4/+7
2023-03-30arm: mvebu: Convert BOOT_FROM_* constants to function macrosPali Rohár2-23/+22
2023-03-30arm: mvebu: Remove A38x BOOT_FROM_SATA 0x22 constantPali Rohár2-3/+1
2023-03-30arm: mvebu: Remove A38x BOOT_FROM_UART_ALT 0x3f constantPali Rohár2-4/+0
2023-03-30arm: mvebu: Cleanup get_boot_device() codePali Rohár1-5/+10
2023-03-30arm: mvebu: clearfog: Detect MMC vs SDHC and fixup fdtMartin Rowe1-0/+1
2023-03-30arm: mvebu: clearfog: Fix MMC detectionMartin Rowe1-0/+1
2023-03-29mpc83xx: Remove CONFIG_SYS_GPIO{1/2}_PRELIM and relatedChristophe Leroy1-8/+0
2023-03-29mpc83xx: Remove stale CONFIG_SYS_LBLAWBAR{4/5/6/7}_PRELIMChristophe Leroy1-16/+0
2023-03-29arm: mach-k3: introduce generic board detction kconfig optionChristian Gmeiner4-6/+9
2023-03-29iot2050: Add support for configuring M.2 connectorJan Kiszka4-2/+114
2023-03-29arm: dts: iot2050: Add support for M.2 variantchao zeng2-1/+123
2023-03-29arm: dts: iot2050: Optionally embed OTP programming data into imageJan Kiszka1-0/+9
2023-03-29arm: dts: iot2050: Allow verifying U-Boot proper by SPLJan Kiszka1-0/+16
2023-03-29iot2050: Update firmware layoutJan Kiszka1-22/+8
2023-03-29arm: dts: iot2050: Use the auto generator nodes for fdtSu Baocheng1-37/+7
2023-03-29board: siemens: iot2050: Split the build for PG1 and PG2Su Baocheng1-55/+25
2023-03-27Revert "rockchip: Fix early use of bootph props"Tom Rini5-11/+11
2023-03-27Merge branch 'master' into nextTom Rini45-89/+922
2023-03-27rockchip: Use BOOTSTD_DEFAULTS if not DISTRO_DEFAULTSTom Rini1-0/+1
2023-03-27rockchip: Disable DISTRO_DEFAULTS for rk3399 boardsSimon Glass1-1/+1
2023-03-27x86: som-db5800-som-6867: Fix up adjustment of CONFIG_TEXT_BASESimon Glass1-1/+1
2023-03-27x86: dfi-bt700: Fix up adjustment of CONFIG_TEXT_BASESimon Glass1-1/+1
2023-03-27x86: conga-qeval20-qa3-e3845: Fix up adjustment of CONFIG_TEXT_BASESimon Glass1-1/+1
2023-03-27x86: bayleybay: Fix up adjustment of CONFIG_TEXT_BASESimon Glass1-1/+1
2023-03-27x86: minnowmax: Fix up adjustment of CONFIG_TEXT_BASESimon Glass1-1/+1
2023-03-25Merge tag 'efi-next-20230325' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini6-43/+104
2023-03-25x86: Exit EFI boot services before starting kernelSimon Glass1-0/+18
2023-03-25x86: Support booting a 64-bit kernel from 64-bit U-BootSimon Glass3-16/+36
2023-03-25x86: Add return-value comment to cpu_jump_to_64bit()Simon Glass1-0/+1
2023-03-25x86: Adjust bootparam.h to be more like linuxSimon Glass2-25/+47
2023-03-25efi: Set RUN_64BIT correctly for the EFI appSimon Glass1-2/+2
2023-03-24Merge branch 'rpi-2023.04' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini3-1/+74
2023-03-24mmc: bcm2835-host: let firmware manage the clock divisorVincent Fazio3-0/+54
2023-03-24arm: rpi: fallback to max clock rate for MMC clockVincent Fazio2-1/+20
2023-03-24arm: kirkwood: Move internal registers in arch_very_early_init() functionPali Rohár4-3/+15
2023-03-24arm: mvebu: Set common SPI flash default speed and modeTony Dinh1-0/+10
2023-03-22spl: Add function prototype for spl_mmc_get_uboot_raw_sectorTom Rini1-0/+1
2023-03-22arm: Correct cpu_reset function prototype on some platformsTom Rini3-3/+6
2023-03-22arm: mach-k3: am62: move scratch board area to HSM RAMKamlesh Gurudasani1-2/+1
2023-03-22console: Use flush() before panic and resetTony Dinh1-2/+2
2023-03-22Merge tag 'u-boot-amlogic-20230322' of https://source.denx.de/u-boot/custodia...Tom Rini1-0/+8
2023-03-19arm: dts: rockchip: rk3188-radxarock-u-boot: remove timer compatible replacementJohan Jonker1-1/+0
2023-03-19Revert "arm64: dts: rk356x-u-boot: Drop combphy1 assigned-clocks/rates"Vasily Khoruzhick1-5/+0
2023-03-19rockchip: rk3588: Add boot device detectionJonas Karlman1-0/+7
2023-03-19rockchip: rk3568-rock-3a: Sync device tree from linuxJonas Karlman2-9/+262
2023-03-19rockchip: rk3568: Fix boot device detectionJonas Karlman2-2/+2
2023-03-19rockchip: Fix early use of bootph propsJonas Karlman5-11/+11