ACPICA version 20090123 released

View: New views
5 Messages — Rating Filter:   Alert me  

ACPICA version 20090123 released

by Moore, Robert :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

23 January 2009. Summary of changes for version 20090123:

This release is available at www.acpica.org/downloads.

1) ACPI CA Core Subsystem:

Added the 2009 copyright to all module headers and signons. This affects
virtually every file in the ACPICA core subsystem, the iASL compiler, and
the tools/utilities.

Implemented a change to allow the host to override any ACPI table, including dynamically loaded tables. Previously, only the DSDT could be replaced by the host. With this change, the AcpiOsTableOverride interface is called for each table found in the RSDT/XSDT during ACPICA initialization, and also whenever a table is dynamically loaded via the AML Load operator.

Updated FADT flag definitions, especially the Boot Architecture flags.

Debugger: For the Find command, automatically pad the input ACPI name with underscores if the name is shorter than 4 characters. This enables a match with the actual namespace entry which is itself padded with underscores.

Example Code and Data Size: These are the sizes for the OS-independent acpica.lib produced by the Microsoft Visual C++ 6.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:  82.3K Code, 17.4K Data,  99.7K Total
    Debug Version:     157.1K Code, 49.7K Data, 206.8K Total
  Current Release:
    Non-Debug Version:  82.3K Code, 17.5K Data,  99.8K Total
    Debug Version:     157.3K Code, 49.8K Data, 207.1K Total

2) iASL Compiler/Disassembler and Tools:

Fix build error under Bison-2.4.

Dissasembler: Enhanced FADT support. Added decoding of the Boot Architecture flags. Now decode all flags, regardless of the FADT version. Flag output includes the FADT version which first defined each flag.

The iASL -g option now dumps the RSDT to a file (in addition to the FADT and DSDT). Windows only.

_______________________________________________
freebsd-acpi@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscribe@..."

Re: ACPICA version 20090123 released

by Bugzilla from ivakras1@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Saturday 24 January 2009 01:30:23 Moore, Robert wrote:

> 23 January 2009. Summary of changes for version 20090123:
>
> This release is available at www.acpica.org/downloads.
>
> 1) ACPI CA Core Subsystem:
>
> Added the 2009 copyright to all module headers and signons. This affects
> virtually every file in the ACPICA core subsystem, the iASL compiler, and
> the tools/utilities.
>
> Implemented a change to allow the host to override any ACPI table,
> including dynamically loaded tables. Previously, only the DSDT could be
> replaced by the host. With this change, the AcpiOsTableOverride interface
> is called for each table found in the RSDT/XSDT during ACPICA
> initialization, and also whenever a table is dynamically loaded via the AML
> Load operator.
>
> Updated FADT flag definitions, especially the Boot Architecture flags.
>
> Debugger: For the Find command, automatically pad the input ACPI name with
> underscores if the name is shorter than 4 characters. This enables a match
> with the actual namespace entry which is itself padded with underscores.
>
> Example Code and Data Size: These are the sizes for the OS-independent
> acpica.lib produced by the Microsoft Visual C++ 6.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:  82.3K Code, 17.4K Data,  99.7K Total
>     Debug Version:     157.1K Code, 49.7K Data, 206.8K Total
>   Current Release:
>     Non-Debug Version:  82.3K Code, 17.5K Data,  99.8K Total
>     Debug Version:     157.3K Code, 49.8K Data, 207.1K Total
>
> 2) iASL Compiler/Disassembler and Tools:
>
> Fix build error under Bison-2.4.
>
> Dissasembler: Enhanced FADT support. Added decoding of the Boot
> Architecture flags. Now decode all flags, regardless of the FADT version.
> Flag output includes the FADT version which first defined each flag.
>
> The iASL -g option now dumps the RSDT to a file (in addition to the FADT
> and DSDT). Windows only.
>
> _______________________________________________
> freebsd-acpi@... mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
> To unsubscribe, send any mail to "freebsd-acpi-unsubscribe@..."

Can i integrate this new release into my 7-STABLE environment? May be some `how
to` or other instructions?
_______________________________________________
freebsd-acpi@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscribe@..."

Re: ACPICA version 20090123 released

by Peter Jeremy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 2009-Jan-24 21:13:43 +0300, Dmitry Kolosov <ivakras1@...> wrote:
>On Saturday 24 January 2009 01:30:23 Moore, Robert wrote:
>> 23 January 2009. Summary of changes for version 20090123:

>Can i integrate this new release into my 7-STABLE environment? May be some `how
>to` or other instructions?

Robert Moore's mail is a vendor head's up that a new ACPI version has
been released.  It will be integrated into FreeBSD at some stage and
possibly back-ported to 7.x. - depending on free time and exactly what
has been changed.

--
Peter Jeremy
Please excuse any delays as the result of my ISP's inability to implement
an MTA that is either RFC2821-compliant or matches their claimed behaviour.


attachment0 (203 bytes) Download Attachment

Re: ACPICA version 20090123 released

by Jakub Lach :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello.

Will new ACPI solve my acpi errors mentioned in http://forums.freebsd.org/showthread.php?t=1533 ?
If so, I'm eagerly looking forward to having it integrated in STABLE branch.

Best regards,
-Jakub Lach


Peter Jeremy wrote:
On 2009-Jan-24 21:13:43 +0300, Dmitry Kolosov <ivakras1@gmail.com> wrote:
>On Saturday 24 January 2009 01:30:23 Moore, Robert wrote:
>> 23 January 2009. Summary of changes for version 20090123:

>Can i integrate this new release into my 7-STABLE environment? May be some `how
>to` or other instructions?

Robert Moore's mail is a vendor head's up that a new ACPI version has
been released.  It will be integrated into FreeBSD at some stage and
possibly back-ported to 7.x. - depending on free time and exactly what
has been changed.

--
Peter Jeremy
Please excuse any delays as the result of my ISP's inability to implement
an MTA that is either RFC2821-compliant or matches their claimed behaviour.

 

Re: ACPICA version 20090123 released

by Garrett Cooper-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Jan 25, 2009, at 7:27, Jakub Lach <jakub_lach@...> wrote:

>
> Hello.
>
> Will new ACPI solve my acpi errors mentioned in
> http://forums.freebsd.org/showthread.php?t=1533 ?
> If so, I'm eagerly looking forward to having it integrated in STABLE  
> branch.
>
> Best regards,
> -Jakub Lach
>
>
>
> Peter Jeremy wrote:
>>
>> On 2009-Jan-24 21:13:43 +0300, Dmitry Kolosov <ivakras1@...>  
>> wrote:
>>> On Saturday 24 January 2009 01:30:23 Moore, Robert wrote:
>>>> 23 January 2009. Summary of changes for version 20090123:
>>
>>> Can i integrate this new release into my 7-STABLE environment? May  
>>> be some
> `how
>>> to` or other instructions?
>>
>> Robert Moore's mail is a vendor head's up that a new ACPI version has
>> been released.  It will be integrated into FreeBSD at some stage and
>> possibly back-ported to 7.x. - depending on free time and exactly  
>> what
>> has been changed.
>>
>> --
>> Peter Jeremy
>> Please excuse any delays as the result of my ISP's inability to  
>> implement
>> an MTA that is either RFC2821-compliant or matches their claimed
>> behaviour.
>>
>>
>>

*shakes magic eightball* Answer: Maybe.

Seriously though? I'd read the release notes to get a better idea of  
whether or not this was fixed by this update....

Cheers,
-Garrett
_______________________________________________
freebsd-acpi@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscribe@..."