Re: [Xen-devel] [PATCH v4 09/24] arm/acpi: Prepare STAO table for Dom0

2016-02-29 Thread Stefano Stabellini
On Sun, 28 Feb 2016, Shannon Zhao wrote: > From: Shannon Zhao > > Create STAO table for Dom0. This table is used to tell Dom0 whether it > should ignore UART defined in SPCR table or the ACPI namespace names. > > Look at below url for details: > http://wiki.xenproject.org/mediawiki/images/0/02/S

[Xen-devel] [PATCH v4 09/24] arm/acpi: Prepare STAO table for Dom0

2016-02-28 Thread Shannon Zhao
From: Shannon Zhao Create STAO table for Dom0. This table is used to tell Dom0 whether it should ignore UART defined in SPCR table or the ACPI namespace names. Look at below url for details: http://wiki.xenproject.org/mediawiki/images/0/02/Status-override-table.pdf Signed-off-by: Parth Dixit S