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

Nicholas Piggin npiggin at gmail.com
Wed Apr 17 18:00:43 AEST 2019


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.

Thanks,
Nick



More information about the Skiboot mailing list