aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-28CI: Update to newer imageCHECK/check-v4-android-imageTom Rini2-2/+2
2023-03-28Dockerfile: add mkbootimg toolSafae Ouajih1-0/+4
2023-03-28test/py: android: extend abootimg testSafae Ouajih1-13/+123
2023-03-28doc: android: add documentation for v3, v4 boot image headerSafae Ouajih1-1/+12
2023-03-28android: boot: support bootconfigSafae Ouajih2-2/+67
2023-03-28android: boot: support boot image header version 3 and 4Safae Ouajih6-23/+99
2023-03-28drivers: fastboot: zImage flashing is not supported for v3, v4Safae Ouajih1-0/+8
2023-03-28android: boot: update android_image_get_dtb_img_addr to support v3, v4Safae Ouajih1-14/+33
2023-03-28android: boot: support extra command lineSafae Ouajih1-0/+11
2023-03-28android: boot: ramdisk: support vendor ramdiskSafae Ouajih2-4/+13
2023-03-28android: boot: update android_image_get_data to support v3, v4Safae Ouajih3-3/+91
2023-03-28android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih6-39/+81
2023-03-28android: boot: boot image header v3, v4 do not support recovery DTBOSafae Ouajih1-2/+2
2023-03-28android: boot: content print is not supported for v3, v4 header versionSafae Ouajih1-1/+5
2023-03-28android: boot: move to andr_image_data structureSafae Ouajih2-71/+81
2023-03-28android: boot: kcomp: support andr_image_dataSafae Ouajih3-1/+113
2023-03-28android: boot: add boot image header v3 and v4 structuresSafae Ouajih1-1/+182
2023-03-28android: boot: replace android_image_check_headerSafae Ouajih5-29/+19
2023-03-28android: boot: support vendor boot image in abootimgSafae Ouajih1-3/+15
2023-03-28android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih6-33/+129
2023-03-28linker_lists: Rework start/end macros to not rely on undefined behaviorTom Rini1-4/+12
2023-03-28smartweb: Enable LTOTom Rini1-0/+1
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