Re: [Qemu-devel] [PATCH 0/2] ACPI/arm-virt: add DBG2

2015-09-09 Thread Al Stone
On 09/08/2015 11:52 PM, Andrew Jones wrote: > On Wed, Sep 09, 2015 at 12:25:45PM +0800, Shannon Zhao wrote: >> >> >> On 2015/9/8 21:04, Leif Lindholm wrote: >>> On Tue, Sep 08, 2015 at 11:18:27AM +0800, Shannon Zhao wrote: On 2015/9/7 22:23, Leif Lindholm wrote: > The Debug Port Table 2 (D

Re: [Qemu-devel] [PATCH 0/2] ACPI/arm-virt: add DBG2

2015-09-08 Thread Andrew Jones
On Wed, Sep 09, 2015 at 12:25:45PM +0800, Shannon Zhao wrote: > > > On 2015/9/8 21:04, Leif Lindholm wrote: > > On Tue, Sep 08, 2015 at 11:18:27AM +0800, Shannon Zhao wrote: > >> On 2015/9/7 22:23, Leif Lindholm wrote: > >>> The Debug Port Table 2 (DBG2) is mandated by the ARM Server Base Boot >

Re: [Qemu-devel] [PATCH 0/2] ACPI/arm-virt: add DBG2

2015-09-08 Thread Shannon Zhao
On 2015/9/8 21:04, Leif Lindholm wrote: > On Tue, Sep 08, 2015 at 11:18:27AM +0800, Shannon Zhao wrote: >> On 2015/9/7 22:23, Leif Lindholm wrote: >>> The Debug Port Table 2 (DBG2) is mandated by the ARM Server Base Boot >>> Requirements specification. Add the DBG2 table definitions, and set up >

Re: [Qemu-devel] [PATCH 0/2] ACPI/arm-virt: add DBG2

2015-09-08 Thread Leif Lindholm
On Tue, Sep 08, 2015 at 11:18:27AM +0800, Shannon Zhao wrote: > On 2015/9/7 22:23, Leif Lindholm wrote: > > The Debug Port Table 2 (DBG2) is mandated by the ARM Server Base Boot > > Requirements specification. Add the DBG2 table definitions, and set up > > an entry in the ARM virt machine for the p

Re: [Qemu-devel] [PATCH 0/2] ACPI/arm-virt: add DBG2

2015-09-07 Thread Shannon Zhao
On 2015/9/7 22:23, Leif Lindholm wrote: > The Debug Port Table 2 (DBG2) is mandated by the ARM Server Base Boot > Requirements specification. Add the DBG2 table definitions, and set up > an entry in the ARM virt machine for the pl011 UART. > Looking at Documentation/arm64/acpi_object_usage.txt

[Qemu-devel] [PATCH 0/2] ACPI/arm-virt: add DBG2

2015-09-07 Thread Leif Lindholm
The Debug Port Table 2 (DBG2) is mandated by the ARM Server Base Boot Requirements specification. Add the DBG2 table definitions, and set up an entry in the ARM virt machine for the pl011 UART. Leif Lindholm (2): ACPI: Add definitions for the DBG2 table hw/arm/virt-acpi-build: Add DBG2 table