[Skiboot] [PATCH] hw/xscom: add missing P9P chip name

Stewart Smith stewart at linux.ibm.com
Wed Apr 17 18:08:41 AEST 2019


Nicholas Piggin <npiggin at gmail.com> writes:
> Stewart Smith's on April 17, 2019 5:29 pm:
>> Nicholas Piggin <npiggin at gmail.com> writes:
>> 
>>> Signed-off-by: Nicholas Piggin <npiggin at gmail.com>
>>> ---
>>>  hw/xscom.c | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/hw/xscom.c b/hw/xscom.c
>>> index 37f0705d1..84c5a59e0 100644
>>> --- a/hw/xscom.c
>>> +++ b/hw/xscom.c
>>> @@ -881,7 +881,7 @@ void xscom_init(void)
>>>  		struct proc_chip *chip;
>>>  		const char *chip_name;
>>>  		static const char *chip_names[] = {
>>> -			"UNKNOWN", "P7", "P7+", "P8E", "P8", "P8NVL", "P9N", "P9C"
>>> +			"UNKNOWN", "P7", "P7+", "P8E", "P8", "P8NVL", "P9N", "P9C", "P9"
>>>  		};
>> 
>> After I just pushed the branch up with this merged to
>> 2c8f96534a978bb4cac3e4b7dd393a9cc4926555 I realised I meant to ask if it
>> was meant to be P9P rather than just P9, whoops :)
>
> Doh yeah I did, sorry.

no worries. I'll push something up quickly.

-- 
Stewart Smith
OPAL Architect, IBM.



More information about the Skiboot mailing list