summaryrefslogtreecommitdiff
path: root/include/bootmeth.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-03bootflow: Export setup_fs()Simon Glass1-0/+13
2023-05-13bootstd: Rename distro and syslinux to extlinuxSimon Glass1-1/+1
2023-01-24bootstd: Add a new bootmeth method to set the bootflowSimon Glass1-0/+33
2023-01-24bootstd: Update docs on bootmeth_try_file() for sandboxSimon Glass1-1/+1
2023-01-17bootstd: Allow reading a logo for the OSSimon Glass1-0/+16
2022-08-12bootstd: Allow scanning for global bootmeths separatelySimon Glass1-1/+3
2022-08-12bootstd: Allow bootmeths to be marked as globalSimon Glass1-0/+23
2022-08-12bootstd: Provide a bootmeth method to obtain state infoSimon Glass1-1/+37
2022-04-25bootstd: Add the bootmeth uclass and helpersSimon Glass1-0/+234