You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
When building HelloWorld, it would build failure since SBL core package is missing in PayloadPkg.dsc since In general, the payload should not depend on BootloaderCorePkg. Currently PcdAcpiEnabled is used in the payload entry module and it is defined in the BootloaderCorePkg. This patch updates the code to remove the dependency. Signed-off-by: Guo Dong <guo.dong@intel.com> Signed-off-by: Atharva Lele <atharva.lele@intel.com>