mbox series

[0/2,V2] ACPICA: Update to version 20201008

Message ID 20201008164510.198150-1-colin.king@canonical.com
Headers show
Series ACPICA: Update to version 20201008 | expand

Message

Colin Ian King Oct. 8, 2020, 4:45 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

The normal ACPICA sync to the latest ACPICA relase. Includes
the acpica diffs and two test changes to keep in sync with
the latest release.

Colin Ian King (2):
  ACPICA: Update to version 20201008
  fwts-test: sync up output with the latest ACPICA 20201008 release

 fwts-test/disassemble-0001/SSDT5.dsl.original |  14 +-
 .../syntaxcheck-0001/syntaxcheck-0001.log     |   8 +-
 src/acpica/source/common/ahpredef.c           |   5 +
 src/acpica/source/common/ahuuids.c            |   8 +-
 src/acpica/source/common/dmtbinfo1.c          |   2 +-
 src/acpica/source/compiler/aslcompiler.l      |   6 +-
 src/acpica/source/compiler/aslload.c          |   9 +-
 src/acpica/source/compiler/aslmessages.c      |   3 +
 src/acpica/source/compiler/aslmessages.h      |   3 +
 src/acpica/source/compiler/aslparseop.c       |  26 +++
 src/acpica/source/compiler/aslprepkg.c        |  17 +-
 src/acpica/source/compiler/aslutils.c         |   8 +-
 src/acpica/source/compiler/aslxref.c          |  11 +-
 .../source/components/debugger/dbexec.c       |  42 +++-
 .../source/components/debugger/dbinput.c      |  12 +-
 .../source/components/debugger/dbmethod.c     | 183 +++++++++++++++---
 .../source/components/disassembler/dmbuffer.c |   4 +
 .../source/components/disassembler/dmcstyle.c |   2 +-
 .../source/components/events/evrgnini.c       |  11 +-
 .../source/components/executer/exregion.c     |  70 +++++--
 .../source/components/namespace/nsalloc.c     |   2 +-
 .../source/components/namespace/nsarguments.c |   4 +-
 .../source/components/namespace/nsxfobj.c     |   3 +-
 src/acpica/source/components/parser/psparse.c |   4 +-
 .../source/components/utilities/utpredef.c    |   4 +-
 .../source/components/utilities/utstrsuppt.c  |  30 ++-
 src/acpica/source/include/acconfig.h          |   2 +-
 src/acpica/source/include/acdebug.h           |   6 +
 src/acpica/source/include/acexcep.h           |   4 +-
 src/acpica/source/include/acpixf.h            |   2 +-
 src/acpica/source/include/acpredef.h          |  23 ++-
 src/acpica/source/include/actbl1.h            |  16 +-
 src/acpica/source/include/actypes.h           |  16 +-
 src/acpica/source/include/acuuid.h            |   8 +-
 src/acpica/source/include/platform/aclinux.h  |   3 +-
 35 files changed, 453 insertions(+), 118 deletions(-)