You've already forked edk2-platforms
mirror of
https://github.com/Dasharo/edk2-platforms.git
synced 2026-03-06 14:51:43 -08:00
Fip006Dxe is part of the SynQuacer platform, which is its only user, and yet, it relies on NorFlashPlatformLib to carry the platform specific NOR geometry. This library is tied to ArmPlatformPkg's NorFlashDxe, which will be going away, so let's stop using it. Since the abstraction serves no purpose here, let's just merge the library with its only user. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>