Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 232cf1a

Browse files
jwu55buildslave
authored andcommitted
efiwrapper: Add fake NVME PCID for GP
Purpose is to pass efiwrapper build after SBL switch. Change-Id: I58474ebe391f0d71f901ba0e723080bf888a586c Tracked-On: https://jira01.devtools.intel.com/browse/OAM-65745 Signed-off-by: jwu55 <[email protected]> Reviewed-on: https://android.intel.com:443/631037
1 parent fe0f48b commit 232cf1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/hardware/hw_broxton.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
#define EMMC_DEVICEID 0x5acc
3939
/* UFS is not enabled on BXT, hence set it as default value*/
4040
#define UFS_PCI_DID 0x0000
41+
/* NVME is not enabled on BXT, hence set it as default value*/
42+
#define NVME_PCI_DID 0x0000
43+
#define NVME_DISKBUS 0x0000
4144

4245
#ifdef EFIWRAPPER_USE_EC_UART
4346
#define SERIAL_BASEADDR 0x3f8

0 commit comments

Comments
 (0)