Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 347019 - sys-power/iasl version bump
Summary: sys-power/iasl version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
: 352283 360395 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-11-27 21:27 UTC by Fabio Rossi
Modified: 2011-12-11 08:52 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
iasl-20110922.ebuild.diff (iasl-20110922.ebuild.diff,1016 bytes, patch)
2011-10-09 00:39 UTC, iGentoo
Details | Diff
iasl-20110922-as-needed.patch (iasl-20110922-as-needed.patch,450 bytes, patch)
2011-10-09 00:40 UTC, iGentoo
Details | Diff
iasl-20110922-locale.patch (iasl-20110922-locale.patch,345 bytes, patch)
2011-10-09 00:40 UTC, iGentoo
Details | Diff
iasl-20110922-parallelmake-001.patch (iasl-20110922-parallelmake-001.patch,2.04 KB, patch)
2011-10-09 00:41 UTC, iGentoo
Details | Diff
iasl-20110922-parallelmake-002.patch (iasl-20110922-parallelmake-002.patch,2.88 KB, patch)
2011-10-09 00:41 UTC, iGentoo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fabio Rossi 2010-11-27 21:27:32 UTC
13 October 2010. Summary of changes for version 20101013:                                                                            
                                                                                                                                     
This release is available at www.acpica.org/downloads                                                                                
                                                                                                                                     
1) ACPI CA Core Subsystem:                                                                                                           
                                                                                                                                     
Added support to clear the PCIEXP_WAKE event. When clearing ACPI events, now                                                         
clear the PCIEXP_WAKE_STS bit in the ACPI PM1 Status Register, via                                                                   
HwClearAcpiStatus. Original change from Colin King. ACPICA BZ 880.                                                                   
                                                                                                                                     
Changed the type of the predefined namespace object _TZ from ThermalZone to                                                          
Device. This was found to be confusing to the host software that processes                                                           
the various thermal zones, since _TZ is not really a ThermalZone. However, a                                                         
Notify() can still be performed on it. ACPICA BZ 876. Suggestion from Rui                                                            
Zhang.                                                                                                                               
                                                                                                                                     
Added Windows Vista SP2 to the list of supported _OSI strings. The actual                                                            
string is "Windows 2006 SP2".                                                                                                        
                                                                                                                                     
Eliminated duplicate code in AcpiUtExecute* functions. Now that the nsrepair                                                         
code automatically repairs _HID-related strings, this type of code is no                                                             
longer needed in Execute_HID, Execute_CID, and Execute_UID. ACPICA BZ 878.                                                           
                                                                                                                                     
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:  89.9K Code, 19.0K Data, 108.9K Total                                                                         
    Debug Version:     166.3K Code, 52.1K Data, 218.4K Total                                                                         
  Current Release:                                                                                                                   
    Non-Debug Version:  89.9K Code, 19.0K Data, 108.9K Total                                                                         
    Debug Version:     166.3K Code, 52.1K Data, 218.4K Total               



) iASL Compiler/Disassembler and Tools:                                                                                             
                                                                                                                                     
iASL: Implemented additional compile-time validation for _HID strings. The                                                           
non-hex prefix (such as "PNP" or "ACPI") must be uppercase, and the length of                                                        
the string must be exactly seven or eight characters. For both _HID and _CID                                                         
strings, all characters must be alphanumeric. ACPICA BZ 874.                                                                         
                                                                                                                                     
iASL: Allow certain "null" resource descriptors. Some BIOS code creates                                                              
descriptors that are mostly or all zeros, with the expectation that they will                                                        
be filled in at runtime. iASL now allows this as long as there is a "resource                                                        
tag" (name) associated with the descriptor, which gives the ASL a handle                                                             
needed to modify the descriptor. ACPICA BZ 873.                                                                                      
                                                                                                                                     
Added single-thread support to the generic Unix application OSL. Primarily                                                           
for iASL support, this change removes the use of semaphores in the single-                                                           
threaded ACPICA tools/applications - increasing performance. The                                                                     
_MULTI_THREADED option was replaced by the (reverse) ACPI_SINGLE_THREADED                                                            
option. ACPICA BZ 879.                                                                                                               
                                                                                                                                     
AcpiExec: several fixes for the 64-bit version. Adds XSDT support and support                                                        
for 64-bit DSDT/FACS addresses in the FADT. Lin Ming.                                                                                
                                                                                                                                     
iASL: Moved all compiler messages to a new file, aslmessages.h.
Comment 1 Pacho Ramos gentoo-dev 2011-07-18 17:11:21 UTC
*** Bug 352283 has been marked as a duplicate of this bug. ***
Comment 2 Pacho Ramos gentoo-dev 2011-07-18 17:11:41 UTC
*** Bug 360395 has been marked as a duplicate of this bug. ***
Comment 3 Shubhadeep Chaudhuri 2011-09-27 01:00:40 UTC
iasl 20110922 now available
Comment 4 iGentoo 2011-10-09 00:39:22 UTC
Created attachment 289271 [details, diff]
iasl-20110922.ebuild.diff
Comment 5 iGentoo 2011-10-09 00:40:27 UTC
Created attachment 289273 [details, diff]
iasl-20110922-as-needed.patch
Comment 6 iGentoo 2011-10-09 00:40:53 UTC
Created attachment 289275 [details, diff]
iasl-20110922-locale.patch
Comment 7 iGentoo 2011-10-09 00:41:14 UTC
Created attachment 289277 [details, diff]
iasl-20110922-parallelmake-001.patch
Comment 8 iGentoo 2011-10-09 00:41:36 UTC
Created attachment 289279 [details, diff]
iasl-20110922-parallelmake-002.patch
Comment 9 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-11-06 16:35:18 UTC
It's really about time getting a new version of this package into the tree. 

Robin what's the reason all the version bump requests have been ignored?
Comment 10 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2011-11-07 03:40:24 UTC
(In reply to comment #9)
> It's really about time getting a new version of this package into the tree. 
> 
> Robin what's the reason all the version bump requests have been ignored?
I do them when I get to it, or when the lack of them causes something else I'm working on to break, whichever comes first. That's also why I tell any other dev to just ask if they want to touch something that I maintainer, and almost always I let them go ahead.

Bumped now.
Comment 11 Shubhadeep Chaudhuri 2011-12-11 08:52:32 UTC
iasl 20111123 available.