aboutsummaryrefslogtreecommitdiff
path: root/boot/bootmeth_efi.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-08boot: correct finding the default EFI binaryHeinrich Schuchardt1-41/+3
2024-04-08boot: correct the default sequence of boot methodsHeinrich Schuchardt1-1/+1
2023-12-22bootmeth: pass size to efi_binary_run()Heinrich Schuchardt1-2/+2
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini1-10/+30
2023-12-17bootmeth: use efi_loader interfaces instead of bootefi commandAKASHI Takahiro1-7/+1
2023-12-09bootflow: bootmeth_efi: don't free bufferShantur Rathore1-1/+6
2023-12-09bootflow: bootmeth_efi: Handle fdt not available.Shantur Rathore1-6/+13
2023-12-09bootflow: bootmeth_efi: set bflow->fname from bootfile nameShantur Rathore1-1/+7
2023-12-09bootflow: bootmeth_efi: Set bootp_arch as hexShantur Rathore1-1/+1
2023-11-17bootstd: Avoid freeing a non-allocated bufferSimon Glass1-0/+1
2023-08-15bootmeth: efi: Make distro_efi_boot() staticBin Meng1-1/+1
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-23bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass1-0/+4
2023-01-23bootstd: Support reading the device tree with EFISimon Glass1-6/+99
2023-01-23bootstd: Allow reading an EFI file from the networkSimon Glass1-8/+109
2023-01-23bootstd: Rename bootdev checkersSimon Glass1-1/+1
2022-04-25bootstd: Add an implementation of EFI bootSimon Glass1-0/+188