summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2021-07-30 08:15:55 -0700
committerRobert Moore <Robert.Moore@intel.com>2021-07-30 08:15:55 -0700
commit97ac7adf71ecf376d316a11e75d1edc169b23b42 (patch)
treecf6e2b11b03e9cc9277925fbee90083f50b5cd53
parent2f1c924b2736cddb07a0afac28ed37db85de61c3 (diff)
downloadacpica-97ac7adf71ecf376d316a11e75d1edc169b23b42.tar.gz
Logfile: Changes for version 20210730
Version 20210730.
-rw-r--r--documents/changes.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/documents/changes.txt b/documents/changes.txt
index 31b4eaff6..64ca5cccd 100644
--- a/documents/changes.txt
+++ b/documents/changes.txt
@@ -1,4 +1,46 @@
----------------------------------------
+30 July 2021. Summary of changes for version 20210730:
+
+This release is available at https://acpica.org/downloads
+
+1) ACPICA kernel-resident subsystem:
+
+2) iASL Compiler/Disassembler and ACPICA tools:
+
+iasl: Check usage of _CRS, _DIS, _PRS, and _SRS objects (July 2021).
+ Under the Device Object:
+ 1) If _DIS is present, must have a _CRS and _SRS
+ 2) If _PRS is present, must have a _CRS, _DIS, and _SRS
+ 3) If _SRS is present, must have a _CRS and _DIS
+A warning will be issued for each of these cases.
+Note: For existing ASL/projects, these warnings may be disabled by
+specifying this on the command line:
+"-vw 3141"
+
+iASL Table Disassembler/Table compiler: Fix for WPBT table with no
+command-line arguments. Handle the case where the Command-line
+Arguments table field does not exist (zero).
+
+Headers: Add new DBG2 Serial Port Subtypes
+The Microsoft Debug Port Table 2 (DBG2) specification revision
+September 21, 2020 comprises additional Serial Port Subtypes [1].
+Reflect that in the actbl1.h header file. Submitted by:
+semihalf-wojtas-marcin
+
+iASL: Add full support for the AEST table (data compiler)
+Includes support in the table compiler and the disassembler.
+
+Add PRMT module header to facilitate parsing.
+This structure is used in to parse PRMT in other Operating Systems
+that relies on using subtable headers in order to parse ACPI tables.
+Although the PRMT doesn't have "subtables" it has a list of module
+information structures that act as subtables.
+
+iASL: Table disassembler: Add missing strings to decode subtable types.
+Includes the MADT and CEDT tables.
+
+
+----------------------------------------
04 June 2021. Summary of changes for version 20210604:
1) ACPICA kernel-resident subsystem: