aystarik
52a267ca3e
Changed all memory allocations to use Cm functions.
...
date 99.07.22.15.04.00; author grsmith1; state Exp;
2005-06-29 19:00:34 +00:00
aystarik
428f6677b5
Phase 2 legal header.
...
date 99.07.07.21.14.00; author grsmith1; state Exp;
2005-06-29 19:00:32 +00:00
aystarik
68d054a103
Added ACPI_OBJECT_INTERNAL type
...
date 99.07.07.19.47.00; author rmoore1; state Exp;
2005-06-29 19:00:31 +00:00
aystarik
0c3cb146b4
New data types
...
date 99.06.22.22.38.00; author rmoore1; state Exp;
2005-06-29 19:00:30 +00:00
aystarik
4401e34a58
Removed KDT error string tables -- too hard to maintain!
...
date 99.06.14.21.06.00; author rmoore1; state Exp;
2005-06-29 19:00:29 +00:00
aystarik
b00a1edf73
Standard parameter list formatting
...
date 99.06.10.18.14.00; author rmoore1; state Exp;
2005-06-29 19:00:28 +00:00
aystarik
0573612fa0
Renamed some of the basic data types to ACPI*
...
date 99.06.09.23.33.00; author rmoore1; state Exp;
2005-06-29 19:00:27 +00:00
aystarik
c6b12344ad
New procedure, LocalDeleteObject. Was DeleteObject in the interpreter
...
date 99.05.28.21.50.00; author rmoore1; state Exp;
2005-06-29 19:00:26 +00:00
aystarik
35b8b15857
Added FUNCTION_EXIT macro
...
date 99.05.19.22.13.00; author rmoore1; state Exp;
2005-06-29 19:00:25 +00:00
aystarik
529f7414f4
Merged AML and ACPI exception codes
...
date 99.05.12.21.57.00; author rmoore1; state Exp;
2005-06-29 19:00:24 +00:00
aystarik
19fe0d2683
Split from cmdebug.c
...
date 99.04.21.22.17.00; author rmoore1; state Exp;
2005-06-29 19:00:23 +00:00
aystarik
91d41c790b
Automated cleanup
...
date 2005.06.17.20.23.00; author rmoore1; state Exp;
2005-06-29 19:00:20 +00:00
aystarik
f08c52c4f1
XSDT is optional
...
date 2005.06.17.19.40.00; author rmoore1; state Exp;
2005-06-29 19:00:19 +00:00
aystarik
daa9fe0c3a
Sanity check for null pointer
...
date 2005.05.25.17.36.00; author rmoore1; state Exp;
2005-06-29 19:00:18 +00:00
aystarik
cb70b1d1b8
Lint fixes
...
date 2005.01.08.00.13.00; author rmoore1; state Exp;
2005-06-29 19:00:14 +00:00
aystarik
b37fbb4189
Use strncmp for strings that are not null-terminated
...
date 2005.01.07.19.25.00; author rmoore1; state Exp;
2005-06-29 19:00:12 +00:00
aystarik
ab8be76f93
Cleanup, got rid of offset
...
date 2004.11.18.23.51.00; author rmoore1; state Exp;
2005-06-29 19:00:11 +00:00
aystarik
ed0a1e9ae9
Added a debug statement
...
date 2004.11.18.22.32.00; author rmoore1; state Exp;
2005-06-29 19:00:10 +00:00
aystarik
e73c8f1dcf
Handle RSDP extended checksum
...
date 2004.11.18.22.25.00; author rmoore1; state Exp;
2005-06-29 19:00:09 +00:00
aystarik
9022f19889
Automated cleanup
...
date 2004.10.15.22.36.00; author rmoore1; state Exp;
2005-06-29 19:00:08 +00:00
aystarik
e4c772fecd
Added support for local DSDT
...
date 2004.09.21.21.44.00; author rmoore1; state Exp;
2005-06-29 19:00:07 +00:00
aystarik
267d0ba28c
Reduce CPU stack usage
...
date 2004.07.14.17.21.00; author rmoore1; state Exp;
2005-06-29 19:00:06 +00:00
aystarik
9e91e103c2
Fixed EBDA support during RSDP scan. Original code incorrectly
...
scanned from 0 to 0x400.
date 2004.05.18.22.41.00; author rmoore1; state Exp;
2005-06-29 19:00:05 +00:00
aystarik
9d9c76e15e
LINT changes
...
date 2003.12.04.21.14.00; author rmoore1; state Exp;
2005-06-29 19:00:02 +00:00
aystarik
16a9053245
Deployed ACPI_FORMAT_UINT64 to simplify output statements
...
date 2003.10.22.16.34.00; author rmoore1; state Exp;
2005-06-29 19:00:01 +00:00
aystarik
f53243dbba
* tbconvert.c (Frank van der Linden)
...
Always use 32bit-wide header pointers for an RSDT (ACPI 1.0). The comment
in the code talks about "machine-dependent length", but my copy of
the spec clearly says "an array of 32-bit physical addresses".
* tbxfroot.c, utglobal.c, tbget.c, tbrsdt.c (Franc van der Linden)
Avoid some strict-alias warnings.
* dmresrc.c (Thomas Klausner)
DMA, not dma nor Dma.
date 2003.07.13.22.21.00; author agrover; state Exp;
2005-06-29 18:59:59 +00:00
aystarik
0c051c5b43
Prefixed all #defines in acconfig.h with ACPI_
...
date 2002.11.25.20.31.00; author rmoore1; state Exp;
2005-06-29 18:59:55 +00:00
aystarik
ea431c7e3f
Better error messages
...
date 2002.11.05.00.25.00; author rmoore1; state Exp;
2005-06-29 18:59:54 +00:00
aystarik
b38e9abc40
remove tabs
...
date 2002.03.23.02.06.00; author agrover; state Exp;
2005-06-29 18:59:48 +00:00
aystarik
c2620b5b2b
Use new ACPI_POINTER type
...
date 2002.03.20.21.57.00; author rmoore1; state Exp;
2005-06-29 18:59:47 +00:00
aystarik
0c34856b4b
16-bit support
...
date 2002.02.01.22.19.00; author rmoore1; state Exp;
2005-06-29 18:59:43 +00:00
aystarik
b9a943fed4
Added pointer/integer conversion macros to cleanup IA64 generation
...
date 2001.12.12.17.25.00; author rmoore1; state Exp;
2005-06-29 18:59:40 +00:00
aystarik
aa2b491a60
missing ;
...
date 2001.09.20.22.35.00; author rmoore1; state Exp;
2005-06-29 18:59:38 +00:00
aystarik
66bcdd870f
Map RSDP before accessing
...
date 2001.09.19.21.43.00; author rmoore1; state Exp;
2005-06-29 18:59:37 +00:00
aystarik
df689ed7e1
print PHYSICAL_ADDRESSes as 2 32-bit values, instead of using %p
...
date 2001.07.11.23.42.00; author agrover; state Exp;
2005-06-29 18:59:32 +00:00
aystarik
ebaa6905ed
date 2001.06.25.22.23.00; author cgreen; state Exp;
2005-06-29 18:59:31 +00:00
aystarik
946c81b238
add a cast
...
date 2001.06.25.21.37.00; author agrover; state Exp;
2005-06-29 18:59:30 +00:00
aystarik
966c71bfa2
Got rid of some tabs.
...
date 2001.06.25.20.33.00; author cgreen; state Exp;
2005-06-29 18:59:29 +00:00
aystarik
6442e87502
Changed several DEBUG_PRINTP s from ACPI_ERROR to ACPI_INFO. These
...
statements were so I could trace the finding of FADT in AcpiGetFirmwareTable.
date 2001.06.25.20.01.00; author cgreen; state Exp;
2005-06-29 18:59:28 +00:00
aystarik
48a073a4cd
Modified function AcpiGetFirmwareTable to store
...
TableInfo.PhysicalAddress in
AcpiGbl_RSDP instead of storing TableInfo.Pointer into AcpiGbl_RSDP. This is
because in function AcpiTbFindRsdp the returned value from function
AcpiTbScanMemoryForRsdp, MemRover, is stored in TableInfo->PhysicalAddress not
in TableInfo.Pointer.
date 2001.06.21.21.03.00; author cgreen; state Exp;
2005-06-29 18:59:27 +00:00
aystarik
6d70511577
Tweaks to get RSDP/RSDT V2.0 support working
...
date 2000.11.01.21.06.00; author rmoore1; state Exp;
2005-06-29 18:59:19 +00:00
aystarik
c93e41a02f
make a REPORT_WARNING a DEBUG_PRINT
...
date 2000.10.25.17.01.00; author agrover; state Exp;
2005-06-29 18:59:16 +00:00
aystarik
71e64755ea
Configurable support for 64-bit ACPI integers (ACPI 2.0)
...
date 2000.10.11.21.03.00; author rmoore1; state Exp;
2005-06-29 18:59:15 +00:00
aystarik
811f6c3053
return physical, not virtual address
...
date 2000.09.28.22.51.00; author agrover; state Exp;
2005-06-29 18:59:14 +00:00
aystarik
38cf3298fe
fixed a tiny STRNCMP casting issue
...
date 2000.08.25.20.38.00; author agrover; state Exp;
2005-06-29 18:59:10 +00:00
aystarik
573117bdc0
removed dead code
...
date 2000.08.25.01.20.00; author agrover; state Exp;
2005-06-29 18:59:09 +00:00
aystarik
91b35a6b85
Use NATIVE_CHAR for strings, changed INTx to UINTx
...
date 2000.08.14.18.18.00; author rmoore1; state Exp;
2005-06-29 18:59:07 +00:00
aystarik
b3d720f4e1
Number of tables calculation uses sizeof(void *)
...
date 2000.07.10.20.26.00; author rmoore1; state Exp;
2005-06-29 18:59:02 +00:00
aystarik
1b3a51f99d
Removed tabs
...
date 2000.06.12.16.57.00; author rmoore1; state Exp;
2005-06-29 18:58:53 +00:00
aystarik
39eff97d9a
Fixed a problem where mapped memory areas were not being deleted with
...
the same address they were created with.
date 2000.02.10.23.09.00; author rmoore1; state Exp;
2005-06-29 18:58:49 +00:00