aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-30Merge tag 'u-boot-at91-2023.10-a' of https://source.denx.de/u-boot/custodians...WIP/30Aug2023-nextTom Rini23-89/+1079
2023-08-29Merge branch '2023-08-29-integrate-efi-capsule-update-better-in-to-u-boot-bui...Tom Rini36-224/+1175
2023-08-29doc: capsule: Document the new mechanism to embed ESL file into dtbWIP/2023-08-29-integrate-efi-capsule-update-better-in-to-u-boot-buildflowSughosh Ganu1-14/+5
2023-08-29test: capsule: Remove logic to add public key ESLSughosh Ganu2-20/+4
2023-08-29sandbox: capsule: Add path to the public key ESL fileSughosh Ganu2-0/+2
2023-08-29scripts/Makefile.lib: Embed capsule public key in platform's dtbSughosh Ganu3-0/+34
2023-08-29scripts/Makefile.lib: Add dtsi include files as deps for building DTBSughosh Ganu1-1/+3
2023-08-29scripts/Makefile.lib: Collate all dtsi files for inclusionSughosh Ganu1-4/+7
2023-08-29sandbox: trace: Increase trace buffer sizeSughosh Ganu3-3/+3
2023-08-29doc: Add documentation to highlight capsule generation related updatesSughosh Ganu1-0/+40
2023-08-29test: capsule: Generate EFI capsules through binmanSughosh Ganu4-174/+367
2023-08-29binman: capsule: Add support for generating EFI capsulesSughosh Ganu11-0/+498
2023-08-29btool: mkeficapsule: Add a bintool for EFI capsule generationSughosh Ganu1-0/+101
2023-08-29sandbox: capsule: Enable EFI capsule module on sandbox variantsSughosh Ganu3-0/+6
2023-08-29sandbox: capsule: Add keys and certificates needed for capsule update testingSughosh Ganu5-0/+94
2023-08-29nuvoton: npcm845-evb: Add a newline at the end of fileSughosh Ganu1-1/+1
2023-08-29binman: bintool: Build a tool from a list of commandsSughosh Ganu1-8/+11
2023-08-29ARM: dts: at91: sam9x60-curiosity: Sync gpio button from LinuxAlexander Dahl1-0/+20
2023-08-29board: sam9x60-curiosity: Let LED subsystem init leds if enabledAlexander Dahl2-0/+36
2023-08-29ARM: dts: at91: sam9x60-curiosity: Sync LED nodes from LinuxAlexander Dahl1-0/+30
2023-08-29configs: at91: sam9x60: Switch to new reset driverAlexander Dahl5-0/+10
2023-08-29configs: at91: sam9x60_curiosity: Sync both defconfig variantsAlexander Dahl1-1/+14
2023-08-26Merge branch '2023-08-26-bootstd-chromeos-impreovements-and-move-to-gcc-13.2'...Tom Rini31-650/+1024
2023-08-26CI: Move to latest Ubuntu "Jammy" tagTom Rini3-3/+3
2023-08-26CI: Update to gcc-13.2.0Tom Rini4-32/+32
2023-08-26CI: Add ChromiumOS utilitiesSimon Glass1-0/+3
2023-08-26bootstd: cros: Allow detection of any kernel partitionSimon Glass3-20/+36
2023-08-25uuid: Add ChromiumOS partition typesSimon Glass2-0/+21
2023-08-25bootstd: Support bootmeths which can scan any partitionSimon Glass3-8/+23
2023-08-25part: Add a fallback for part_get_bootable()Simon Glass1-8/+12
2023-08-25bootstd: Add a test for bootmeth_crosSimon Glass4-2/+183
2023-08-25bootstd: test: Allow binding and using any mmc deviceSimon Glass1-6/+22
2023-08-25bootflow: Show an empty filename when there is noneSimon Glass2-11/+13
2023-08-25test: Move 1MB.fat32.img and 2MB.ext2.imgSimon Glass3-26/+30
2023-08-25sandbox: Add a way to access persistent test filesSimon Glass2-0/+34
2023-08-25uuid: Move function comments to header fileSimon Glass2-103/+103
2023-08-25dm: core: Correct error handling when event failsSimon Glass1-1/+2
2023-08-25part: efi: Add debugging for the signature checkSimon Glass1-2/+11
2023-08-25part: Add an accessor for struct disk_partition sys_indSimon Glass2-4/+15
2023-08-25part: Add accessors for struct disk_partition type_uuidSimon Glass3-10/+35
2023-08-25part: Add accessors for struct disk_partition uuidSimon Glass6-39/+58
2023-08-25part: Add comments for static functionsSimon Glass1-0/+32
2023-08-25part: nac: Use desc instead of dev_descSimon Glass1-32/+27
2023-08-25part: iso: Use desc instead of dev_descSimon Glass1-26/+26
2023-08-25part: efi: Use desc instead of dev_descSimon Glass1-116/+112
2023-08-25part: dos: Use desc instead of dev_descSimon Glass1-32/+31
2023-08-25part: amiga: Use desc instead of dev_descSimon Glass1-17/+17
2023-08-25part: Use desc instead of dev_descSimon Glass2-156/+147
2023-08-25Merge branch '2023-08-25-add-persistent-config-editor-via-expo' into nextTom Rini25-146/+1679
2023-08-25expo: doc: Update documentation for persistent settingsWIP/2023-08-25-add-persistent-config-editor-via-expoSimon Glass2-1/+15