Skip to content

Commit

Permalink
opal-gard: Add support for new PVR POWER9P.
Browse files Browse the repository at this point in the history
Enable a new PVR for gard tool to work on another p9 variant. Makes op-test
as well happy.

Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com>
[oliver: s/Axone/axone/]
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
maheshsal authored and oohal committed Feb 12, 2020
1 parent 9de4f22 commit 53944d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/gard/gard.c
Expand Up @@ -153,6 +153,7 @@ static void guess_chip_gen(void)
return;

case 0x004e: /* nimbus */
case 0x004f: /* axone */
set_chip_gen(p9_chip_units);
return;

Expand Down

0 comments on commit 53944d4

Please sign in to comment.