Re: [PATCH v2 2/7] powerpc: Add support for ISA v3.1

2020-05-18 Thread Alistair Popple
On Tuesday, 19 May 2020 2:04:51 PM AEST Jordan Niethe wrote: > On Tue, May 19, 2020 at 10:39 AM Alistair Popple wrote: > > Newer ISA versions are enabled by clearing all bits in the PCR > > associated with previous versions of the ISA. Enable ISA v3.1 support > > by updating the PCR mask to inclu

Re: [PATCH v2 2/7] powerpc: Add support for ISA v3.1

2020-05-18 Thread Jordan Niethe
On Tue, May 19, 2020 at 10:39 AM Alistair Popple wrote: > > Newer ISA versions are enabled by clearing all bits in the PCR > associated with previous versions of the ISA. Enable ISA v3.1 support > by updating the PCR mask to include ISA v3.0. This ensures all PCR > bits corresponding to earlier ar

[PATCH v2 2/7] powerpc: Add support for ISA v3.1

2020-05-18 Thread Alistair Popple
Newer ISA versions are enabled by clearing all bits in the PCR associated with previous versions of the ISA. Enable ISA v3.1 support by updating the PCR mask to include ISA v3.0. This ensures all PCR bits corresponding to earlier architecture versions get cleared thereby enabling ISA v3.1 if suppor