summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-29sandbox: capsule: Add path to the public key ESL fileSughosh Ganu
2023-08-29scripts/Makefile.lib: Embed capsule public key in platform's dtbSughosh Ganu
2023-08-29scripts/Makefile.lib: Add dtsi include files as deps for building DTBSughosh Ganu
2023-08-29scripts/Makefile.lib: Collate all dtsi files for inclusionSughosh Ganu
2023-08-29sandbox: trace: Increase trace buffer sizeSughosh Ganu
2023-08-29doc: Add documentation to highlight capsule generation related updatesSughosh Ganu
2023-08-29test: capsule: Generate EFI capsules through binmanSughosh Ganu
2023-08-29binman: capsule: Add support for generating EFI capsulesSughosh Ganu
2023-08-29btool: mkeficapsule: Add a bintool for EFI capsule generationSughosh Ganu
2023-08-29sandbox: capsule: Enable EFI capsule module on sandbox variantsSughosh Ganu
2023-08-29sandbox: capsule: Add keys and certificates needed for capsule update testingSughosh Ganu
2023-08-29nuvoton: npcm845-evb: Add a newline at the end of fileSughosh Ganu
2023-08-29binman: bintool: Build a tool from a list of commandsSughosh Ganu
2023-08-26Merge branch '2023-08-26-bootstd-chromeos-impreovements-and-move-to-gcc-13.2'...Tom Rini
2023-08-26CI: Move to latest Ubuntu "Jammy" tagTom Rini
2023-08-26CI: Update to gcc-13.2.0Tom Rini
2023-08-26CI: Add ChromiumOS utilitiesSimon Glass
2023-08-26bootstd: cros: Allow detection of any kernel partitionSimon Glass
2023-08-25uuid: Add ChromiumOS partition typesSimon Glass
2023-08-25bootstd: Support bootmeths which can scan any partitionSimon Glass
2023-08-25part: Add a fallback for part_get_bootable()Simon Glass
2023-08-25bootstd: Add a test for bootmeth_crosSimon Glass
2023-08-25bootstd: test: Allow binding and using any mmc deviceSimon Glass
2023-08-25bootflow: Show an empty filename when there is noneSimon Glass
2023-08-25test: Move 1MB.fat32.img and 2MB.ext2.imgSimon Glass
2023-08-25sandbox: Add a way to access persistent test filesSimon Glass
2023-08-25uuid: Move function comments to header fileSimon Glass
2023-08-25dm: core: Correct error handling when event failsSimon Glass
2023-08-25part: efi: Add debugging for the signature checkSimon Glass
2023-08-25part: Add an accessor for struct disk_partition sys_indSimon Glass
2023-08-25part: Add accessors for struct disk_partition type_uuidSimon Glass
2023-08-25part: Add accessors for struct disk_partition uuidSimon Glass
2023-08-25part: Add comments for static functionsSimon Glass
2023-08-25part: nac: Use desc instead of dev_descSimon Glass
2023-08-25part: iso: Use desc instead of dev_descSimon Glass
2023-08-25part: efi: Use desc instead of dev_descSimon Glass
2023-08-25part: dos: Use desc instead of dev_descSimon Glass
2023-08-25part: amiga: Use desc instead of dev_descSimon Glass
2023-08-25part: Use desc instead of dev_descSimon Glass
2023-08-25Merge branch '2023-08-25-add-persistent-config-editor-via-expo' into nextTom Rini
2023-08-25expo: doc: Update documentation for persistent settingsSimon Glass
2023-08-25expo: cedit: Support reading settings from CMOS RAMSimon Glass
2023-08-25expo: cedit: Support writing settings to CMOS RAMSimon Glass
2023-08-25expo: cedit: Support reading settings from environment varsSimon Glass
2023-08-25expo: cedit: Support writing settings to environment varsSimon Glass
2023-08-25expo: cedit: Support reading settings from a fileSimon Glass
2023-08-25expo: cedit: Support writing settings to a fileSimon Glass
2023-08-25expo: Export scene_menuitem_find() for use in internal codeSimon Glass
2023-08-25doc: Expand documentation for the cedit commandSimon Glass
2023-08-25expo: Move cedit theme under bootstdSimon Glass