summaryrefslogtreecommitdiff
path: root/boot/bootmeth_efi.c
AgeCommit message (Expand)AuthorFilesLines
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-05-13bootstd: Tidy up reporting of errorsSimon Glass1-1/+1
2023-04-26bootstd: Use blk uclass device numbers to set efi bootdevMathew McBride1-1/+2
2023-04-26bootstd: Support booting EFI where multiple options existSimon Glass1-7/+19
2023-04-26bootstd: Tweak bootflow logic for device treeSimon Glass1-11/+11
2023-03-08bootstd: Replicate the dtb-filename quirks of distrobootSimon Glass1-9/+61
2023-01-24bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass1-0/+4
2023-01-24bootstd: Support reading the device tree with EFISimon Glass1-6/+99
2023-01-24bootstd: Allow reading an EFI file from the networkSimon Glass1-8/+109
2023-01-24bootstd: Rename bootdev checkersSimon Glass1-1/+1
2022-04-25bootstd: Add an implementation of EFI bootSimon Glass1-0/+188