summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
2023-09-16expo: Fix documentation referenceMassimo Pegorer1-3/+3
2023-08-28bootstd: Adjust the default bootmeth orderSimon Glass2-2/+4
2023-08-28boot: Fix reference to bootmenu docPeter Robinson1-1/+1
2023-08-15bootmeth: efi: Make distro_efi_boot() staticBin Meng1-1/+1
2023-08-09bootstd: Add some more debugging in the bootdev uclassSimon Glass1-1/+8
2023-08-09bootstd: Rename bootdev_setup_sibling_blk()Simon Glass1-3/+5
2023-08-03bootstd: Init the size before reading extlinux fileSimon Glass1-0/+3
2023-08-03bootstd: Init the size before reading the devicetreeSimon Glass1-1/+5
2023-08-03bootstd: Avoid allocating memory for the EFI fileSimon Glass1-17/+33
2023-08-03bootstd: Use a function to detect network in EFI bootmethSimon Glass1-4/+16
2023-08-03bootflow: Export setup_fs()Simon Glass1-17/+6
2023-08-02boot: fix bootdev_list()Heinrich Schuchardt1-1/+1
2023-07-22Kconfig: Enable FIT_SIGNATURE if ARM64Manorit Chawdhry1-2/+1
2023-07-20bootstd: USB devtype detection for script bootJohn Clark1-1/+4
2023-07-17android_ab: Try backup booloader_messageJoshua Watt1-12/+65
2023-07-17android_ab: Add option to skip decrementing triesJoshua Watt1-3/+6
2023-07-17bootstd: Add a simple bootmeth for ChromiumOSSimon Glass3-0/+224
2023-07-17bootstd: Support automatically setting Linux parametersSimon Glass1-0/+33
2023-07-17bootstd: Add support for updating elements of the cmdlineSimon Glass1-0/+53
2023-07-17bootstd: Add a function to update a command lineSimon Glass1-0/+191
2023-07-16bootstd: Use the bootargs env var for changing the cmdlineSimon Glass1-0/+58
2023-07-16bootstd: Correct baudrate typoSimon Glass1-1/+1
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass1-2/+2
2023-07-16bootstd: Correct the name of the QEMU bootmethSimon Glass1-1/+1
2023-07-14expo: Add a configuration editorSimon Glass6-1/+200
2023-07-14expo: Support building an expo from a description fileSimon Glass3-1/+402
2023-07-14expo: Add spacing around menus and itemsSimon Glass3-15/+30
2023-07-14expo: Implement the keypress logic for popup menusSimon Glass2-2/+88
2023-07-14expo: Draw the current opened menu on topSimon Glass4-0/+80
2023-07-14expo: Draw popup menus in both opened and closed statesSimon Glass3-2/+100
2023-07-14expo: Rename EXPOACT_POINT to EXPOACT_POINT_ITEMSimon Glass1-2/+2
2023-07-14expo: Support drawing of popup menusSimon Glass1-21/+37
2023-07-14expo: Move menu-item selection into a functionSimon Glass1-13/+54
2023-07-14expo: Support simple themesSimon Glass3-0/+57
2023-07-14expo: Set up the width and height of objectsSimon Glass4-0/+176
2023-07-14expo: Calculate text bounding-box correctlySimon Glass1-8/+22
2023-07-14expo: Use flags for objectsSimon Glass2-2/+26
2023-07-14expo: Add width and height to objectsSimon Glass2-10/+10
2023-07-14expo: Allow setting the start of the dynamic-ID rangeSimon Glass2-10/+15
2023-07-14bootstd: Add a separate log category for expoSimon Glass3-1/+5
2023-07-14fs: Create functions to load and allocate a fileSimon Glass1-28/+2
2023-07-14expo: Rename exp_set_text_mode()Simon Glass2-2/+2
2023-07-14expo: Avoid automatically arranging the sceneSimon Glass4-17/+18
2023-07-14expo: Store the console in the expoSimon Glass2-8/+11
2023-07-14expo: Convert to using a string ID for the scene titleSimon Glass1-6/+2
2023-07-14expo: Correct some header-file commentsSimon Glass1-3/+5
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini3-15/+16
2023-06-16bootm: don't call booti_setup for EFI imagesHeinrich Schuchardt1-1/+2
2023-06-14bootstd: Fix relative path use in extlinux bootmethJonas Karlman1-1/+1
2023-06-14bootstd: Make BOOTSTD_FULL depend on BOOTSTDSimon Glass1-13/+13