[Skiboot] [PATCH V3 1/6] fsp: Add CAPP lid definition for Naples
Philippe Bergheaud
felix at linux.vnet.ibm.com
Sat Mar 12 02:55:09 AEDT 2016
Signed-off-by: Philippe Bergheaud <felix at linux.vnet.ibm.com>
Reviewed-by: Michael Neuling <mikey at neuling.org>
---
V2, V3: no changes
hw/fsp/fsp.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hw/fsp/fsp.c b/hw/fsp/fsp.c
index 26ae71e..7a534b9 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_DD21 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_DD21, 0x80a02005 },
};
static void fsp_start_fetching_next_lid(void);
--
2.1.0
More information about the Skiboot
mailing list