aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-03-29imx: imx8ulp: Get chip revision from SentinelYe Li3-3/+31
2023-03-29imx: imx8ulp: Fix MU device probe failureYe Li1-4/+2
2023-03-27Revert "rockchip: Fix early use of bootph props"WIP/27Mar2023-nextTom 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...WIP/25Mar2023-nextTom 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...WIP/24Mar2023Tom 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
2023-03-18ARM: rmobile: Split R-Car Gen3 into separate Kconfig from common 64bit optionsMarek Vasut2-201/+206
2023-03-18ARM: rmobile: Introduce CONFIG_RCAR_64 symbolMarek Vasut1-12/+17
2023-03-18ARM: rmobile: Factor out SYS_SOC Kconfig optionMarek Vasut4-9/+3
2023-03-18ARM: rmobile: Sort R-Car Gen3 Kconfig listsMarek Vasut2-16/+16
2023-03-18ARM: rmobile: Convert ifdef in rmobile_get_prr() to IS_ENABLED()Marek Vasut1-4/+3
2023-03-18ARM: renesas: Enable DTO support by default on R-Car Gen3Marek Vasut1-0/+3
2023-03-16Merge tag 'xilinx-for-v2023.07-rc1' of https://source.denx.de/u-boot/custodia...WIP/16Mar2023-nextTom Rini17-125/+106
2023-03-16Merge tag 'fsl-qoriq-next-2023-3-14' of https://source.denx.de/u-boot/custodi...Tom Rini2-15/+46
2023-03-15Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-cold...WIP/15Mar2023Tom Rini12-31/+89
2023-03-15Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini11-19/+459
2023-03-15m68k: add private libgcc ashrdi3Angelo Dureghello2-1/+49
2023-03-15m68k: rename CONFIG_MCFTMR to CFG_MCFTMRAngelo Dureghello6-23/+23
2023-03-15m68k: dts: stmark2: set correct compatible field for spi norAngelo Dureghello1-1/+1
2023-03-15arch: enable private libgcc for m68kAngelo Dureghello1-0/+1
2023-03-15m68k: add global variable sdhc_per_clk for m68kAngelo Dureghello1-0/+3
2023-03-15m68k: use longword-based jumpsAngelo Dureghello1-6/+12
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini52-40/+9571