[PATCH] Implement fmap support as used by coreboot

2024-05-16 Thread Vladimir Serbinenko
This patch limits itself to fmap coming from booted coreboot, not as used in images. Signed-off-by: Vladimir Serbinenko --- grub-core/Makefile.core.def | 7 ++ grub-core/partmap/fmap.c| 172 2 files changed, 179 insertions(+) create mode 100644 grub-co

[PATCH] Implement fmap support

2024-03-15 Thread Vladimir 'phcoder' Serbinenko
fmap (flash map) is a partition table used by coreboot. Support it in order to retrieve the files in non-default partition Signed-off-by: Vladimir Serbinenko -- Regards Vladimir 'phcoder' Serbinenko 0001-Implement-fmap-support.patch Description: Binary data ___