diff options
author | Subrata Banik <subrata.banik@intel.com> | 2021-02-20 13:52:52 +0530 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-22 07:26:14 +0000 |
commit | 40f53f4b8790c72247901d05e4369ca3e04b28f8 (patch) | |
tree | c2955430aec95fd28fd05cd73151fff0eb3c5678 /src/mainboard/intel/adlrvp/spd | |
parent | cbcae2744abcc38296106ff87897a5c02f267989 (diff) |
mb/intel/adlrvp: Add support for LP5 SKU with boardid 0x17
Change-Id: I4f17f9d58d2c07264d7d8e83a6fce832c9304c24
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50980
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/intel/adlrvp/spd')
-rw-r--r-- | src/mainboard/intel/adlrvp/spd/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/intel/adlrvp/spd/Makefile.inc b/src/mainboard/intel/adlrvp/spd/Makefile.inc index 10ce42ef4c..6e6709fd7c 100644 --- a/src/mainboard/intel/adlrvp/spd/Makefile.inc +++ b/src/mainboard/intel/adlrvp/spd/Makefile.inc @@ -4,3 +4,7 @@ SPD_SOURCES = adlrvp_lp4 # 0b000 SPD_SOURCES += empty # 0b001 SPD_SOURCES += empty # 0b002 SPD_SOURCES += adlrvp_lp5 # 0b003 +SPD_SOURCES += empty # 0b004 +SPD_SOURCES += empty # 0b005 +SPD_SOURCES += empty # 0b006 +SPD_SOURCES += adlrvp_lp5 # 0b007 |