aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-28linker_lists: Rework start/end macros to not rely on undefined behaviorCHECK/rework-linkerlistsTom Rini1-4/+12
2023-03-28CI: Move to clang-16Tom Rini3-7/+7
2023-03-28Merge tag 'u-boot-at91-2023.07-a' of https://source.denx.de/u-boot/custodians...Tom Rini12-42/+308
2023-03-27Revert "rockchip: Fix early use of bootph props"WIP/27Mar2023-nextTom Rini5-11/+11
2023-03-27Merge branch 'master' into nextTom Rini471-646/+1553
2023-03-27Prepare v2023.04-rc5v2023.04-rc5Tom Rini2-2/+2
2023-03-27configs: Resync with savedefconfigTom Rini334-352/+347
2023-03-27Merge branch '2023-03-27-rockchip-rk3399-fixes'Tom Rini5-55/+43
2023-03-27rockchip: rk3399: Drop altbootcmdWIP/2023-03-27-rockchip-rk3399-fixesTom Rini1-4/+1
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-27boot: Create a common BOOT_DEFAULTS for distro and bootstdSimon Glass1-34/+28
2023-03-27lmb: Enable LMB if SYS_BOOT_RAMDISK_HIGHSimon Glass1-0/+1
2023-03-27Move DISTRO_DEFAULTS into boot/Simon Glass2-27/+27
2023-03-27rockchip: Drop bootstage stash in TPL and SPL for rockpro64Simon Glass1-5/+0
2023-03-27Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/27Mar2023Tom Rini15-7/+27
2023-03-27configs: at91: sam9x60: Add required configs for the USB clockSergiu Moga5-0/+5
2023-03-27clk: at91: sam9x60: Add initial setup of UPLL and USBCK ratesSergiu Moga1-0/+30
2023-03-27clk: at91: pmc: export clock setup to pmcClaudiu Beznea3-42/+64
2023-03-27clk: at91: sam9x60: Register the required clocks for USBSergiu Moga1-0/+33
2023-03-27clk: at91: Add support for sam9x60 USB clockSergiu Moga4-0/+176
2023-03-27x86: som-db5800-som-6867: Fix up adjustment of CONFIG_TEXT_BASESimon Glass2-1/+2
2023-03-27x86: dfi-bt700: Fix up adjustment of CONFIG_TEXT_BASESimon Glass3-1/+3
2023-03-27x86: conga-qeval20-qa3-e3845: Fix up adjustment of CONFIG_TEXT_BASESimon Glass5-1/+5
2023-03-27x86: bayleybay: Fix up adjustment of CONFIG_TEXT_BASESimon Glass2-1/+2
2023-03-27x86: minnowmax: Fix up adjustment of CONFIG_TEXT_BASESimon Glass3-3/+15
2023-03-25Merge tag 'efi-next-20230325' of https://source.denx.de/u-boot/custodians/u-b...WIP/25Mar2023-nextTom Rini23-143/+539
2023-03-25Merge tag 'efi-2023.04-rc5' of https://source.denx.de/u-boot/custodians/u-boo...WIP/25Mar2023Tom Rini3-12/+46
2023-03-25cmd: bootefi: allocate device-tree copy from high memoryHeinrich Schuchardt1-16/+3
2023-03-25efI: Allow packaging a kernel in the debugging scriptSimon Glass1-1/+13
2023-03-25efi: Support showing tablesSimon Glass3-2/+53
2023-03-25efi: Split out table-listing code into a new fileSimon Glass4-6/+37
2023-03-25doc: Add help for the efi commandSimon Glass2-0/+198
2023-03-25efi: Include GUID names with EFI app and payloadSimon Glass1-1/+1
2023-03-25efi: Add another tranch of GUIDsSimon Glass2-0/+27
2023-03-25x86: Support zboot and bootm in the EFI appSimon Glass2-2/+2
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 Glass2-2/+3
2023-03-25efi_loader: simplify efi_str_to_u16()Heinrich Schuchardt1-3/+2
2023-03-25efi_loader: move dp_alloc() to efi_alloc()Heinrich Schuchardt3-50/+40
2023-03-25efi_loader: move struct efi_device_path to efi.hHeinrich Schuchardt2-7/+12
2023-03-25efi_loader: fix device-path for USB devicesHeinrich Schuchardt1-12/+33
2023-03-25efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt2-0/+13
2023-03-25efi_loader: fix device-path for USB devicesHeinrich Schuchardt1-12/+33
2023-03-25efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt2-0/+13
2023-03-24Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvel...WIP/24Mar2023-nextTom Rini12-70/+84
2023-03-24Merge branch 'rpi-2023.04' of https://source.denx.de/u-boot/custodians/u-boot...WIP/24Mar2023Tom Rini5-23/+158