Deleted Added
full compact
changes.txt (228110) changes.txt (229989)
1----------------------------------------
1----------------------------------------
223 November 2011. Summary of changes for version 20111123:
211 January 2012. Summary of changes for version 20120111:
3
3
4This release is available at www.acpica.org/downloads
5The ACPI 5.0 specification is available at www.acpi.info
4This release is available at www.acpica.org/downloads.
5The ACPI 5.0 specification is available at www.acpi.info.
6
6
71) ACPICA Core Subsystem:
8
9Implemented a new mechanism to allow host device drivers to check for address
10range conflicts with ACPI Operation Regions. Both SystemMemory and SystemIO
11address spaces are supported. A new external interface, AcpiCheckAddressRange,
12allows drivers to check an address range against the ACPI namespace. See the
13ACPICA reference for additional details. Adds one new file,
14utilities/utaddress.c. Lin Ming, Bob Moore.
15
16Fixed several issues with the ACPI 5.0 FADT support: Add the sleep Control and
17Status registers, update the ACPI 5.0 flags, and update internal data
18structures to handle an FADT larger than 256 bytes. The size of the ACPI 5.0
19FADT is 268 bytes.
20
21Updated all ACPICA copyrights and signons to 2012. Added the 2012 copyright to
22all module headers and signons, including the standard Linux header. This
23affects virtually every file in the ACPICA core subsystem, iASL compiler, and
24all ACPICA utilities.
25
26Example Code and Data Size: These are the sizes for the OS-independent
27acpica.lib produced by the Microsoft Visual C++ 9.0 32-bit compiler. The debug
28version of the code includes the debug output trace mechanism and has a much
29larger code and data size.
30
31 Previous Release:
32 Non-Debug Version: 92.3K Code, 24.9K Data, 117.2K Total
33 Debug Version: 170.8K Code, 72.6K Data, 243.4K Total
34 Current Release:
35 Non-Debug Version: 92.8K Code, 24.9K Data, 117.7K Total
36 Debug Version: 171.7K Code, 72.9K Data, 244.5K Total
37
38
392) iASL Compiler/Disassembler and Tools:
40
41Disassembler: fixed a problem with the automatic resource tag generation
42support. Fixes a problem where the resource tags are inadvertently not
43constructed if the table being disassembled contains external references to
44control methods. Moved the actual construction of the tags to after the final
45namespace is constructed (after 2nd parse is invoked due to external control
46method references.) ACPICA BZ 941.
47
48Table Compiler: Make all "generic" operators caseless. These are the operators
49like UINT8, String, etc. Making these caseless improves ease-of-use. ACPICA BZ
50934.
51
52----------------------------------------
5323 November 2011. Summary of changes for version 20111123:
54
70) ACPI 5.0 Support:
8
9This release contains full support for the ACPI 5.0 specification, as
10summarized below.
11
12Reduced Hardware Support:
13-------------------------
14

--- 10986 unchanged lines hidden ---
550) ACPI 5.0 Support:
56
57This release contains full support for the ACPI 5.0 specification, as
58summarized below.
59
60Reduced Hardware Support:
61-------------------------
62

--- 10986 unchanged lines hidden ---