ACPI Component Architecture Downloads (Previous Releases 2012)

774413
3/24/2023

Introduction

ACPI 5.0: Added two new notify types for the Hardware Error Notification Structure within the Hardware Error Source Table (HEST) table -- CMCI(5) and MCE(6).

Available Downloads

  • Microsoft Windows*
  • Size: 1.1 MB
  • SHA1: 9B771F4FDCFDA82375090EC5602E9B35CA33ECD3
  • Unix*
  • Size: 1.1 MB
  • SHA1: 7997C94BD156DB5D0298591675F0EF5BB81C4153
  • Microsoft Windows*
  • Size: 2 MB
  • SHA1: F43F0FD20D002E76DB6CC2B89BD306E35298ACEC
  • Unix*
  • Size: 1.2 MB
  • SHA1: 486814BD53E4F8260EBBBCCE43516B04661E54A2
  • Unix*
  • Size: 1.9 MB
  • SHA1: 81C1867AC30A2A626FAEBA6464FB96B730CF7A0F
  • Microsoft Windows*
  • Size: 3.4 MB
  • SHA1: 2953B75B22BB549B2A2DD5D3BAFC1FBDCE280204

Detailed Description

1) ACPICA Kernel-resident Subsystem:

ACPI 5.0: Added two new notify types for the Hardware Error Notification Structure within the Hardware Error Source Table (HEST) table -- CMCI(5) and MCE(6).

Table Manager: Merged/removed duplicate code in the root table resize functions. One function is external, the other is internal. Lv Zheng, ACPICA BZ 846.

Makefiles: Completely removed the obsolete "Linux" makefiles under acpica/generate/linux. These makefiles are obsolete and have been replaced by the generic unix makefiles under acpica/generate/unix.

Makefiles: Ensure that binary files always copied properly. Minor rule change to ensure that the final binary output files are always copied up to the appropriate binary directory (bin32 or bin64.)

Example Code and Data Size: These are the sizes for the OS-independent acpica.lib produced by the Microsoft Visual C++ 9.0 32-bit compiler. The debug version of the code includes the debug output trace mechanism and has a much larger code and data size.

Previous Release:
Non-Debug Version: 93.8K Code, 25.3K Data, 119.1K Total
Debug Version: 175.7K Code, 74.8K Data, 250.5K Total
Current Release:
Non-Debug Version: 93.7K Code, 25.3K Data, 119.0K Total
Debug Version: 175.0K Code, 74.4K Data, 249.4K Total

2) iASL Compiler/Disassembler and Tools:

Disassembler: Fixed a possible fault during the disassembly of resource descriptors when a second parse is required because of the invocation of external control methods within the table. With assistance from adq@lidskialf.net(link sends e-mail). ACPICA BZ 976.

iASL: Fixed a namepath optimization problem. An error can occur if the parse node that contains the namepath to be optimized does not have a parent node that is a named object. This change fixes the problem.

iASL: Fixed a regression where the AML file is not deleted on errors. The AML output file should be deleted if there are any errors during the compiler. The only exception is if the -f (force output) option is used. ACPICA BZ 974.

iASL: Added a feature to automatically increase internal line buffer sizes. Via realloc(), automatically increase the internal line buffer sizes as necessary to support very long source code lines. The current version of the preprocessor requires a buffer long enough to contain full source code lines. This change increases the line buffer(s) if the input lines go beyond the current buffer size. This eliminates errors that occurred when a source code line was longer than the buffer.

iASL: Fixed a problem with constant folding in method declarations. The SyncLevel term is a ByteConstExpr, and incorrect code would be generated if a Type3 opcode was used.

Debugger: Improved command help support. For incorrect argument count, display full help for the command. For help command itself, allow an argument to specify a command.

Test Suites: Several bug fixes for the ASLTS suite reduces the number of errors during execution of the suite. Guan Chao.

Date: 
13 September, 2012