[Skiboot] [PATCH] capp: Add lid definition for P9 DD-2.2
Christophe Lombard
clombard at linux.vnet.ibm.com
Wed Mar 7 03:46:15 AEDT 2018
Update fsp_lid_map to include CAPP ucode lid for phb4-chipid ==
0x202d1 that corresponds to P9 DD-2.2 chip.
Signed-off-by: Christophe Lombard <clombard at linux.vnet.ibm.com>
---
hw/fsp/fsp.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hw/fsp/fsp.c b/hw/fsp/fsp.c
index 613108c..102fc0c 100644
--- a/hw/fsp/fsp.c
+++ b/hw/fsp/fsp.c
@@ -2362,6 +2362,7 @@ int fsp_fetch_data_queue(uint8_t flags, uint16_t id, uint32_t sub_id,
#define CAPP_IDX_NIMBUS_DD10 0x100d1
#define CAPP_IDX_NIMBUS_DD20 0x200d1
#define CAPP_IDX_NIMBUS_DD21 0x201d1
+#define CAPP_IDX_NIMBUS_DD22 0x202d1
static struct {
enum resource_id id;
@@ -2378,6 +2379,7 @@ static struct {
{ RESOURCE_ID_CAPP, CAPP_IDX_NIMBUS_DD10, 0x80a02006 },
{ RESOURCE_ID_CAPP, CAPP_IDX_NIMBUS_DD20, 0x80a02007 },
{ RESOURCE_ID_CAPP, CAPP_IDX_NIMBUS_DD21, 0x80a02007 },
+ { RESOURCE_ID_CAPP, CAPP_IDX_NIMBUS_DD22, 0x80a02007 },
};
static void fsp_start_fetching_next_lid(void);
--
2.7.4
More information about the Skiboot
mailing list