aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-25CI: Move to latest Ubuntu "Jammy" tag2023-08-26-bootstd-chromeos-impreovements-and-move-to-gcc-13.2Tom Rini3-3/+3
2023-08-25CI: Update to gcc-13.2.0Tom Rini4-32/+32
2023-08-25CI: Add ChromiumOS utilitiesWIP/2023-08-26-bootstd-chromeos-impreovementsSimon Glass1-0/+3
2023-08-25bootstd: cros: Allow detection of any kernel partitionSimon Glass3-20/+35
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
2023-08-25expo: cedit: Support reading settings from CMOS RAMSimon Glass7-1/+194
2023-08-25expo: cedit: Support writing settings to CMOS RAMSimon Glass9-3/+266
2023-08-25expo: cedit: Support reading settings from environment varsSimon Glass5-1/+105
2023-08-25expo: cedit: Support writing settings to environment varsSimon Glass5-14/+172
2023-08-25expo: cedit: Support reading settings from a fileSimon Glass5-3/+131
2023-08-25expo: cedit: Support writing settings to a fileSimon Glass5-3/+270
2023-08-25expo: Export scene_menuitem_find() for use in internal codeSimon Glass2-2/+14
2023-08-25doc: Expand documentation for the cedit commandSimon Glass1-0/+15
2023-08-25expo: Move cedit theme under bootstdSimon Glass4-13/+20
2023-08-25expo: Add documentation for the configuration editorSimon Glass4-0/+153
2023-08-25expo: Tidy up the expo.py tool and usageSimon Glass5-46/+65
2023-08-25expo: Add a function to prepare a ceditSimon Glass2-6/+41
2023-08-25expo: Move cedit test into its own file and tidySimon Glass3-43/+54
2023-08-25expo: Split out cedit into its own headerSimon Glass4-24/+38
2023-08-25expo: Refactor menu_build() to return the object createdSimon Glass1-7/+8
2023-08-25expo: Provide a way to iterate through all scene objectsSimon Glass4-0/+100
2023-08-25abuf: Allow incrementing the sizeSimon Glass3-0/+39
2023-08-25expo: Make scene_obj_find() take a const sceneSimon Glass2-2/+2
2023-08-24Merge branch '2023-08-24-enable-more-features-in-qemu-arm' into nextTom Rini7-4/+98
2023-08-24doc: qemu: arm: Add a section on booting Linux distrosWIP/2023-08-24-enable-more-features-in-qemu-armAlper Nebi Yasak1-0/+68
2023-08-24arm: qemu: Enable usb keyboard as an input deviceAlper Nebi Yasak6-5/+15
2023-08-24arm: qemu: Enable PRE_CONSOLE_BUFFERAlper Nebi Yasak2-0/+5
2023-08-24arm: qemu: Enable Bochs video supportAlper Nebi Yasak3-0/+11