[Skiboot] [PATCH 04/33] POWER9: Fix P9 chip name in XSCOM

Michael Neuling mikey at neuling.org
Wed Jul 6 17:15:25 AEST 2016


On Sat, 2016-06-25 at 08:47 +1000, Benjamin Herrenschmidt wrote:
> Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>

Acked-by: Michael Neuling <mikey at neuling.org>

> ---
>  hw/xscom.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/xscom.c b/hw/xscom.c
> index d52d73d..395217b 100644
> --- a/hw/xscom.c
> +++ b/hw/xscom.c
> @@ -522,7 +522,7 @@ void xscom_init(void)
>  		struct proc_chip *chip;
>  		const char *chip_name;
>  		static const char *chip_names[] = {
> -			"UNKNOWN", "P7", "P7+", "P8E", "P8", "P8NVL",
> +			"UNKNOWN", "P7", "P7+", "P8E", "P8", "P8NVL",
> "P9N", "P9C"
>  		};
>  
>  		chip = get_chip(gcid);


More information about the Skiboot mailing list