[PATCH 0/2] ACPICA: Update to version 20181213

Colin King colin.king at canonical.com
Thu Dec 13 17:15:39 UTC 2018


From: Colin Ian King <colin.king at canonical.com>

Sync to latest ACPICA.  Update fwts and update the disassembler
tests to ensure output is in-sync with the new ACPICA output.

Colin Ian King (2):
  ACPICA: Update to version 20181213
  fwts-test: disassemble-0001: sync output with updated ACPICA

 fwts-test/disassemble-0001/DSDT0.dsl.original | 52 +++++-----
 src/acpica/source/common/ahpredef.c           | 16 +--
 src/acpica/source/common/dmswitch.c           |  6 ++
 src/acpica/source/compiler/aslcodegen.c       |  6 --
 src/acpica/source/compiler/aslcompile.c       | 27 +++---
 src/acpica/source/compiler/aslcompiler.h      |  4 +
 src/acpica/source/compiler/aslerror.c         | 97 ++++++++++++++++++-
 src/acpica/source/compiler/aslglobal.h        |  4 +-
 src/acpica/source/compiler/asllength.c        |  5 +-
 src/acpica/source/compiler/aslopcodes.c       |  9 --
 src/acpica/source/compiler/asltransform.c     |  6 +-
 .../source/components/dispatcher/dsmethod.c   | 12 +++
 .../source/components/dispatcher/dsobject.c   | 10 --
 .../source/components/dispatcher/dspkginit.c  | 26 +++++
 .../source/components/dispatcher/dsutils.c    |  2 -
 .../source/components/dispatcher/dswload.c    |  6 +-
 .../source/components/dispatcher/dswload2.c   |  6 --
 .../source/components/dispatcher/dswstate.c   |  2 +-
 .../source/components/executer/exconvrt.c     | 49 +++++++---
 .../source/components/executer/excreate.c     |  2 -
 .../source/components/executer/exoparg2.c     |  6 +-
 .../source/components/executer/exserial.c     | 20 +---
 .../source/components/executer/exutils.c      |  2 -
 .../source/components/namespace/nseval.c      | 12 +++
 .../source/components/namespace/nsload.c      |  2 -
 .../source/components/namespace/nsparse.c     | 10 ++
 src/acpica/source/components/parser/psloop.c  |  2 +-
 src/acpica/source/components/parser/psparse.c | 12 +++
 src/acpica/source/components/parser/psxface.c |  6 ++
 .../source/components/utilities/utglobal.c    |  3 -
 .../source/components/utilities/utmisc.c      |  3 +-
 .../source/components/utilities/utosi.c       |  2 +
 src/acpica/source/include/acglobal.h          |  4 -
 src/acpica/source/include/acoutput.h          |  6 +-
 src/acpica/source/include/acpixf.h            |  2 +-
 src/acpica/source/include/acstruct.h          |  5 +-
 src/acpica/source/include/actbl.h             |  1 +
 src/acpica/source/include/actypes.h           |  6 ++
 38 files changed, 297 insertions(+), 154 deletions(-)

-- 
2.19.1




More information about the fwts-devel mailing list