ACK: [PATCH 2/2] fwts-test: disassemble-0001: sync DSDT output from iasl with recent ACPICA changes
Alex Hung
alex.hung at canonical.com
Tue Feb 28 03:43:41 UTC 2017
On 2017-02-27 10:56 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> iASL output has slightly changed in the latest ACPICA, so sync the regression
> test to match with this.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> fwts-test/disassemble-0001/DSDT0.dsl.original | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/fwts-test/disassemble-0001/DSDT0.dsl.original b/fwts-test/disassemble-0001/DSDT0.dsl.original
> index eb8f04d..1c97710 100644
> --- a/fwts-test/disassemble-0001/DSDT0.dsl.original
> +++ b/fwts-test/disassemble-0001/DSDT0.dsl.original
> @@ -658,8 +658,8 @@ DefinitionBlock ("", "DSDT", 2, "TOSCPL", "CRESTLNE", 0x06040000)
>
> Scope (_PR)
> {
> - Processor (CPU0, 0x00, 0x00001010, 0x06) {}
> - Processor (CPU1, 0x01, 0x00001010, 0x06) {}
> + Processor (CPU0, 0x00, 0x00001010, 0x06){}
> + Processor (CPU1, 0x01, 0x00001010, 0x06){}
> Method (RPPC, 0, NotSerialized)
> {
> If (LEqual (OSYS, 0x07D2))
> @@ -6466,7 +6466,7 @@ DefinitionBlock ("", "DSDT", 2, "TOSCPL", "CRESTLNE", 0x06040000)
>
> Method (SBLR, 3, Serialized)
> {
> - Name (TBUF, Buffer (0x0100) {})
> + Name (TBUF, Buffer (0x0100){})
> If (STRT ())
> {
> Return (Zero)
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list