summaryrefslogtreecommitdiff
path: root/boot/vbe_common.c
AgeCommit message (Expand)Author
2025-02-03vbe: Add an implementation of VBE-ABrecSimon Glass
2025-02-03vbe: Allow VBE to disable adding loadables to the FDTSimon Glass
2025-02-03vbe: Tidy up a few commentsSimon Glass
2025-01-22vbe: Update simple-fw to support using the SPL loaderSimon Glass
2025-01-22vbe: Support loading SPL imagesSimon Glass
2025-01-22vbe: Support loading an FDT with the relocating loaderSimon Glass
2025-01-22vbe: Support loading an FDT from the FITSimon Glass
2025-01-22vbe: Allow loading loadables if there is no firmwareSimon Glass
2025-01-22vbe: Handle loading from an unaligned offsetSimon Glass
2025-01-22vbe: Tidy up error checking with blk_read()Simon Glass
2025-01-22vbe: Allow VBE to load FITs on any architectureSimon Glass
2025-01-22vbe: Allocate space for the FIT headerSimon Glass
2025-01-22vbe: Split out reading a FIT into the common fileSimon Glass
2025-01-22vbe: Move reading the nvdata into the common fileSimon Glass
2025-01-22vbe: Move reading the version into the common fileSimon Glass
2025-01-22vbe: Create a common function to get the block deviceSimon Glass