UEFITool/UEFIFind
Patrick Rudolph 432340352c Add AMD firmware parser
Based on the open source AMDFWTOOL available here:
https://github.com/coreboot/coreboot/tree/main/util/amdfwtool

TODO:
- Merge duplicated regions
  There can be multiple L2 directory tables, for A/B recovery or
  to support different SoC SKUs. They point to the same regions,
  causing the same area to be shown multiple times in the parsed
  image.
- Better quirks support
  PSP hardcodes certain sizes and address types for some files.
  The parser might thus fail, even though it works on real hardware.

Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
2025-03-22 07:15:46 +01:00
..
CMakeLists.txt Add AMD firmware parser 2025-03-22 07:15:46 +01:00
meson.build Add UEFIFind as a meson target 2022-09-02 13:02:51 +02:00
uefifind.cpp Add support for long paths in Windows 10+ 2023-06-19 18:49:53 -07:00
uefifind.h Fix Unicode search 2023-02-16 22:11:39 -08:00
uefifind.manifest Enable long file paths for UEFIFind 2025-02-12 09:16:42 +01:00
uefifind_main.cpp Provide separate filesystem.cpp 2023-06-19 12:59:23 -07:00