aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp
diff options
context:
space:
mode:
authorPhilippe Bergheaud <felix@linux.vnet.ibm.com>2016-04-01 14:27:56 +0200
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-04-27 15:06:11 +1000
commit451b69d489112ef61d99199bec6c5eaf3a946127 (patch)
tree58a85a32e79ab257fdcb98acb395ac776853f814 /hw/fsp
parent3b617ae03109db11291d41670fd48a69ac5289c7 (diff)
downloadskiboot-451b69d489112ef61d99199bec6c5eaf3a946127.zip
skiboot-451b69d489112ef61d99199bec6c5eaf3a946127.tar.gz
skiboot-451b69d489112ef61d99199bec6c5eaf3a946127.tar.bz2
fsp: Add CAPP lid definition for Naples
Signed-off-by: Philippe Bergheaud <felix@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/fsp')
-rw-r--r--hw/fsp/fsp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/fsp/fsp.c b/hw/fsp/fsp.c
index 26ae71e..888da88 100644
--- a/hw/fsp/fsp.c
+++ b/hw/fsp/fsp.c
@@ -2260,6 +2260,7 @@ int fsp_fetch_data_queue(uint8_t flags, uint16_t id, uint32_t sub_id,
#define CAPP_IDX_VENICE_DD20 0x200ea
#define CAPP_IDX_MURANO_DD20 0x200ef
#define CAPP_IDX_MURANO_DD21 0x201ef
+#define CAPP_IDX_NAPLES_DD10 0x100d3
static struct {
enum resource_id id;
@@ -2272,6 +2273,7 @@ static struct {
{ RESOURCE_ID_CAPP, CAPP_IDX_MURANO_DD21, 0x80a02001 },
{ RESOURCE_ID_CAPP, CAPP_IDX_VENICE_DD10, 0x80a02003 },
{ RESOURCE_ID_CAPP, CAPP_IDX_VENICE_DD20, 0x80a02004 },
+ { RESOURCE_ID_CAPP, CAPP_IDX_NAPLES_DD10, 0x80a02005 },
};
static void fsp_start_fetching_next_lid(void);