aboutsummaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
2023-08-10bootstd: Add private bootmeth data to the bootflowSimon Glass1-0/+1
2023-08-10bootstd: cros: Add private info for ChromiumOSSimon Glass1-13/+42
2023-08-10bootstd: cros: Add docs for the kernel layoutSimon Glass1-0/+29
2023-08-10bootstd: Move common zimage functions to bootm.hSimon Glass1-3/+1
2023-08-10bootstd: cros: Simplify setup and cmdline expressionsSimon Glass1-10/+10
2023-08-10bootstd: cros: Decode some kernel preamble fieldsSimon Glass1-17/+37
2023-08-10bootstd: cros: Support a kernel on either partitionSimon Glass1-7/+14
2023-08-10bootstd: cros: Bring in some ChromiumOS structuresSimon Glass2-2/+201
2023-08-10bootstd: cros: Move partition reading into a functionSimon Glass1-16/+50
2023-08-10bootstd: cros: Correct reporting of I/O errorsSimon Glass1-2/+2
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-09Kconfigs: Correct default of "0" on hex type entriesTom Rini1-1/+1
2023-08-08crc32: Drop duplicates crc header includesIlya Lukin1-1/+0
2023-08-08expo: allocate correct amount of memoryDan Carpenter1-1/+1
2023-08-08cmd: pxe_utils: add some missing tabsDan Carpenter1-2/+2
2023-08-03bootstd: Init the size before reading extlinux fileWIP/2023-08-03-assorted-fixesSimon 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-21Kconfig: 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