diff --git a/Platform/AlderlakeBoardPkg/Library/Stage1BBoardInitLib/Stage1BBoardInitLib.c b/Platform/AlderlakeBoardPkg/Library/Stage1BBoardInitLib/Stage1BBoardInitLib.c index 2e85f984..a2bf30e8 100644 --- a/Platform/AlderlakeBoardPkg/Library/Stage1BBoardInitLib/Stage1BBoardInitLib.c +++ b/Platform/AlderlakeBoardPkg/Library/Stage1BBoardInitLib/Stage1BBoardInitLib.c @@ -92,6 +92,18 @@ CONST PLT_DEVICE mPlatformDevices[] = { .Type = OsBootDeviceUfs, .Instance = 1 }, + { + .Dev = { + .PciDev = { + .PciFunctionNumber = PCI_FUNCTION_NUMBER_PCH_SCS_EMMC, + .PciDeviceNumber = PCI_DEVICE_NUMBER_PCH_SCS_EMMC, + .PciBusNumber = DEFAULT_PCI_BUS_NUMBER_PCH, + .IsMmioDevice = 0 + } + }, + .Type = OsBootDeviceEmmc, + .Instance = 0 + }, { .Dev = { .PciDev = {