Commit Graph

75 Commits

Author SHA1 Message Date
Robert Moore
5b6ee00b56 Update ACPICA copyrights to 2013.
Includes all source headers and signons for the various tools.
2013-01-08 09:23:11 -08:00
Robert Moore
fd9ffc4d65 Source restructuring: split large files into 8 new files.
Created logical splits for eight new files. Improves modularity
and configurability.
2012-12-12 14:29:33 -08:00
Robert Moore
59b9a857b8 Update ** pointers in some of the various walk functions.
Cleans up the pointers and eliminates some divergences from Linux.
Does not effect any external interfaces. Lv Zheng.
2012-11-21 12:03:27 -08:00
Robert Moore
2406636978 Small fix for standard Intel legal header.
Remove an extraneous space after a comma, for consistency.
2012-09-27 09:36:49 -07:00
Robert Moore
a28a14bc42 Remove extra spaces after periods in the Intel license.
For consistency with the rest of the source code.
2012-09-26 13:17:19 -07:00
Robert Moore
7db43032db Update ACPICA copyrights to 2012.
Standard ACPICA source modules only.
2012-01-03 14:08:42 -08:00
Robert Moore
73be451eee ACPI 5.0/ResourceMgr: New interface, AcpiGetEventResources.
Executes _AEI and formats the result, similar to AcpiGetCurrentResources,
etc.
2011-11-10 10:10:25 +08:00
Robert Moore
d33607f143 ACPI 5.0/ResourceMgr: Remove unused dispatch table.
Table for "common serial bus" is no longer used.
Lin Ming.
2011-11-10 10:10:25 +08:00
Robert Moore
7c0ea9332c ACPI 5.0/ResourceManager: Support for all new resource descriptors.
FixedDMA, GPIO descriptors, SerialBus descriptors.
Lin Ming.
2011-11-10 10:10:25 +08:00
Robert Moore
d41344f1ec Update all ACPICA copyrights and signons to 2011.
Standard ACPICA source modules only.
2011-01-03 14:02:13 -08:00
Robert Moore
c7dd20b0d7 Update all ACPICA copyrights and signons to 2010.
Add 2010 copyright to all module headers and signons, including the Linux
header. This affects virtually every file in the ACPICA core subsystem,
iASL compiler, and all utilities.
2010-01-08 08:49:11 -08:00
Robert Moore
416eb5461f Update all copyrights and signons to 2009.
Add 2009 copyright to all module headers and signons, including the Linux
header. This affects virtually every file in the ACPICA core subsystem,
iASL compiler, and all utilities.
2009-01-08 13:17:27 -08:00
Robert Moore
0b09da4ebd Remove obsolete version number in module headers.
Removed the "$Revision" number that appeared in each module header.
This version number was useful under SourceSafe and CVS, but has no
meaning under git. It is not only incorrect, it could also be
misleading.
2008-09-25 12:56:30 -07:00
rmoore1
1378c2d2d8 Fix for resource descriptor optimization issues for _CRS/_SRC.
Fixed a problem where resource descriptor size optimization could cause a problem when a _CRS resource template is passed to a _SRS method. The _SRS resource template must use the same descriptors (with the same size) as returned from _CRS. This change affects the following resource descriptors: IRQ/IRQNoFlags and StartDependendentFn/StartDependentFnNoPri. (BZ 9487)
2008-02-12 21:26:21 +00:00
rmoore1
a417391ec6 Update copyright to 2008.
Added 2008 copyright to all module headers and signons. This affects virtually every file in the ACPICA core subsystem, iASL compiler, and the utilities.
2008-01-09 21:27:10 +00:00
rmoore1
6e075f8871 Update copyright to 2007.
Added 2007 copyright to all module headers and signons. This affects virtually every file in the ACPICA core subsystem, iASL compiler, and the utilities.
2007-01-09 20:01:19 +00:00
rmoore1
4963dc80cc Add ACPI_PACKED_POINTERS_NOT_SUPPORTED for compilers that do not allow pointers within packed structures. Do not pack in this case. 2006-06-27 20:25:39 +00:00
rmoore1
159e9486dd Add check for type==DEVICE, restructure external interfaces to use common parameter validation. BZ 358 2006-05-15 21:27:55 +00:00
rmoore1
aa111ddf64 Added/deployed new AcpiUtWalkAmlResources 2006-03-15 18:38:53 +00:00
rmoore1
9efdd774a4 Add 2006 copyright 2006-01-09 17:47:27 +00:00
rmoore1
ca028a8386 Support for AcpiGetVendorResource 2005-11-14 21:43:50 +00:00
rmoore1
4a9dfee8b5 pointer casts 2005-11-02 20:33:17 +00:00
rmoore1
0e809823eb *** empty log message *** 2005-10-27 22:53:31 +00:00
rmoore1
8c25c1772c Automated cleanup 2005-10-24 17:19:58 +00:00
rmoore1
23b89ef31e Support for EM64T and x86-64 processers (which support non-aligned memory transfers) 2005-10-21 21:09:52 +00:00
rmoore1
aa3f5e933d Changes for table-driven resource manager 2005-10-21 20:07:40 +00:00
rmoore1
0e1c60129b Moved some functions to utilities directory 2005-10-07 21:39:49 +00:00
rmoore1
736329ac43 Renames to provide consistent naming across resource manager 2005-09-30 19:31:18 +00:00
rmoore1
5b4d1405a8 Removed obsolete prototype 2005-09-29 19:51:12 +00:00
rmoore1
56b06f0eac Renames, cleanup, new error messages 2005-09-28 21:36:01 +00:00
rmoore1
c9c8ddb3bb Major overhaul of the ResourceManager (code, structs, names, typedefs, etc.) 2005-09-27 21:49:32 +00:00
rmoore1
0f5483e3bf General resource cleanup; renames, use of manifest constants 2005-09-15 22:49:14 +00:00
rmoore1
fd4737ff54 *** empty log message *** 2005-09-07 19:52:42 +00:00
aystarik
9e37020104 Moved prototypes for "static" functions from headers into the defining
C module.


date	2005.03.31.23.13.00;	author rmoore1;	state Exp;
2005-06-29 20:04:45 +00:00
aystarik
c6220755d6 Update for static functions, cleanup
date	2005.03.21.23.39.00;	author rmoore1;	state Exp;
2005-06-29 20:04:43 +00:00
aystarik
3c55cd47e1 Shortened some overly-verbose identifiers
date	2002.04.26.22.14.00;	author rmoore1;	state Exp;
2005-06-29 20:04:32 +00:00
aystarik
a37a39d88d Fourth pass to include lint changes/comments/cleanup (64-bit)
date	2002.04.11.22.58.00;	author rmoore1;	state Exp;
2005-06-29 20:04:31 +00:00
aystarik
ad7bf14470 Third pass to include lint changes/comments/cleanup.
date	2002.04.10.21.54.00;	author rmoore1;	state Exp;
2005-06-29 20:04:30 +00:00
aystarik
dfbd4bc211 xface changes
date	2002.01.21.22.53.00;	author rmoore1;	state Exp;
2005-06-29 20:04:28 +00:00
aystarik
3f428542df Support for creation of user (return) buffers
date	2002.01.10.22.17.00;	author rmoore1;	state Exp;
2005-06-29 20:04:27 +00:00
aystarik
10593394cf Changes to support Intel 64-bit compiler
date	2001.12.12.00.13.00;	author rmoore1;	state Exp;
2005-06-29 20:04:25 +00:00
aystarik
94404b5965 Update resource names to prepend "ACPI_".
date	2001.05.03.19.45.00;	author rmoore1;	state Exp;
2005-06-29 20:04:22 +00:00
aystarik
77507c0ba7 Completed merge of compiler and interpreter resource descriptor type
literals.


date	2001.05.01.15.27.00;	author rmoore1;	state Exp;
2005-06-29 20:04:21 +00:00
aystarik
5c6e467b2e Qword resource support added
date	2001.04.05.18.45.00;	author mwalz;	state Exp;
2005-06-29 20:04:20 +00:00
aystarik
e1b71d248f Added revision number to header
date	2000.08.30.20.54.00;	author rmoore1;	state Exp;
2005-06-29 20:04:16 +00:00
aystarik
ade2f7c0d6 Changed names of the major objects for clarity
date	2000.08.30.20.12.00;	author rmoore1;	state Exp;
2005-06-29 20:04:15 +00:00
aystarik
6cc6c50dbf changes from code review
date	2000.08.24.18.05.00;	author agrover;	state Exp;
2005-06-29 20:04:14 +00:00
aystarik
641d6e484f Fixed include problems.
date	99.10.14.23.14.00;	author grsmith1;	state Exp;
2005-06-29 20:04:06 +00:00
aystarik
c252258068 First attempt at moving all macros to a single file, macros.h
date	99.10.08.22.29.00;	author rmoore1;	state Exp;
2005-06-29 20:04:05 +00:00
aystarik
1d6e786aba Added RsDumpIRQList to rsdump.c
date	99.08.16.18.49.00;	author mwalz;	state Exp;
2005-06-29 20:04:03 +00:00