Re: [PATCH v5 7/7] bios-tables-test: Update golden binaries

2021-07-01 Thread Igor Mammedov
On Thu, 1 Jul 2021 14:54:36 +1000 David Gibson wrote: > On Thu, Jun 17, 2021 at 09:07:39PM +0200, Julia Suvorova wrote: > > Add ACPI hot-plug registers to DSDT Q35 tables. > > Changes in the tables: > > > > +Scope (_SB.PCI0) > > +{ > > +OperationRegion (PCST, SystemIO, 0x0CC4, 0x

Re: [PATCH v5 7/7] bios-tables-test: Update golden binaries

2021-06-30 Thread David Gibson
On Thu, Jun 17, 2021 at 09:07:39PM +0200, Julia Suvorova wrote: > Add ACPI hot-plug registers to DSDT Q35 tables. > Changes in the tables: > > +Scope (_SB.PCI0) > +{ > +OperationRegion (PCST, SystemIO, 0x0CC4, 0x08) > +Field (PCST, DWordAcc, NoLock, WriteAsZeros) > +

[PATCH v5 7/7] bios-tables-test: Update golden binaries

2021-06-17 Thread Julia Suvorova
Add ACPI hot-plug registers to DSDT Q35 tables. Changes in the tables: +Scope (_SB.PCI0) +{ +OperationRegion (PCST, SystemIO, 0x0CC4, 0x08) +Field (PCST, DWordAcc, NoLock, WriteAsZeros) +{ +PCIU, 32, +PCID, 32 +} + +Operat