History log of /freebsd-9.3-release/usr.sbin/acpi/acpidump/acpi.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 247480 28-Feb-2013 jhb

MFC 241198:
Display the matrix of inter-domain distances in the SLIT table. This is
used to complement the SRAT table on NUMA machines.


# 237232 18-Jun-2012 jkim

MFC: r235948

Catch up with realpath(3) changes (r236400) and unbreak acpidump(8).


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 211278 13-Aug-2010 takawata

use uintmax_t instead of uint64_t.

Pointed out by: des.


# 211252 12-Aug-2010 takawata

Fix build on amd64 and ia64.


# 211221 12-Aug-2010 takawata

Fix breakage on 64bit architecture by using inttypes.h macro.


# 211219 12-Aug-2010 takawata

Fix tindebox breakage about format warning.


# 211196 11-Aug-2010 takawata

Add TCG ACPI spec table (TCPA) support.

Submitted by: Hans-Joerg_Hoexer@genua.de


# 196555 25-Aug-2009 jhb

- Use the headers from ACPI-CA to define various constants and structures
for table layouts, etc. rather than homerolling our own structures and
constants in acpidump.h.
- Verify the extended checksum on the RSDP.
- Handle new ACPI 3.0 fields in MADT including X2APIC entries and
UIDs for local SAPICs.
- Add handling for new ACPI 3.0 flags in the FADT.

Reviewed by: jkim
MFC after: 1 month


# 195947 29-Jul-2009 jhb

Parse the System Resource Affinity Table ('SRAT') used to describe affinity
relationships between CPUs and memory.

Reviewed by: jkim
Approved by: re (kib)
MFC after: 1 week


# 193531 05-Jun-2009 jkim

Import ACPICA 20090521.


# 173726 18-Nov-2007 jb

Use an explicit pointer cast since NULL isn't guaranteed to be defined
as a pointer type.

Submitted by: Christoph Mallon - christoph mallon at gmx de


# 173723 18-Nov-2007 jb

Use a NULL instead of a zero to avoid a compiler warning about a missing sentinel.


# 167945 27-Mar-2007 takawata

Correct HPET header handling.
MFC after: 7 days


# 141905 14-Feb-2005 scottl

Add support for parsing MCFG tables.


# 136168 05-Oct-2004 njl

Update a comment that was outdated.


# 136165 05-Oct-2004 njl

Back out the -s flag and go back to dumping the SSDTs by default.


# 136128 05-Oct-2004 njl

Add the -s flag to make dumping SSDTs optional (disabled by default).
Since we can only override the DSDT, a custom ASL dumped previously that
contained SSDTs would result in lots of multiple definition errors.

A longer-term fix involves adding the ability to override SSDTs to ACPI-CA.

MFC after: 3 days


# 133935 18-Aug-2004 njl

When one entry in the RSDT is corrupted, just skip it instead of bailing out.
This gets us the info we need on systems which have proprietary tables that
don't match the standard. For instance, an AMI system has a table of type
"OEMB" with an invalid checksum.

Tested by: Maxim Maximov <mcsi_at_mcsi.pp.ru>
MFC after: 1 day


# 133679 13-Aug-2004 marcel

Add support for SSDT tables. Dumping or disassembling the DSDT will
now include the contents if any SSDT table as well. This makes use
of the property that one can concatenate the body of SSDT tables to
the DSDT, updating the DSDT header (length and checksum) and end up
with a larger and valid DSDT table. Hence, this also works with -f.

Reviewed by: njl@


# 131307 30-Jun-2004 njl

Also print out the standard header for FADT since it has one.


# 129102 10-May-2004 des

Minor style issues.


# 128382 18-Apr-2004 njl

Instead of using a static, check for the FADT revision before using it.
This fixes a bug where acpidump -d crashed (but not -t -d).

Submitted by: Alex Vasylenko <lxv@omut.org>


# 124138 04-Jan-2004 njl

Clean up the check for invalid X_DSDT and X_FACS portions of the FADT.
Add fadt_revision for telling if the FADT has correct 64 bit addresses,
separate from whether the XSDT has legal 64 bit addresses.


# 121693 29-Oct-2003 njl

Add a newline even if IAPC_BOOT_ARCH == 0.


# 120309 21-Sep-2003 njl

Only print an end '}' if the field was non-zero (i.e. there were some flags
to print).


# 120045 13-Sep-2003 njl

Correct typo in comment.


# 120044 13-Sep-2003 njl

For dumping the DSDT (-o option), be sure to use the X_DSDT address if
appropriate. This should be the last change to make ia64 work.


# 120034 13-Sep-2003 njl

C2/C3 latency is in microseconds (us), not ms.


# 120032 13-Sep-2003 njl

Only print various optional fields if they are non-zero. Always print the
required fields, no matter what their value.


# 120030 13-Sep-2003 njl

Reduce the default width for IO port GAS printing.

Courtesy of: rwatson's chart presentation


# 119971 10-Sep-2003 njl

Add dumping of the ECDT table.

Courtesy of: USENIX hall track


# 119968 10-Sep-2003 njl

o Workaround a bug where my T23 reports that it is ACPI 2.0x compatible
but has invalid 64 bit pointers for FACS and DSDT.
o Finish work to print all of the FADT and FACS.
o Resort the comment generating functions. Submitted by: marcel

Courtesy of: BSDcon back wall


# 119913 09-Sep-2003 njl

Add support for ACPI 2.x and the XSDT.

Submitted by: marcel


# 119912 09-Sep-2003 njl

Rename FACP to FADT throughout.
Update FADT for new fields including pm_profile, pstate_cnt, and cst_cnt.
Add acpi_print_gas() for printing various address formats.
Print FACS contents.
Remove unused code.


# 119515 28-Aug-2003 njl

Modify acpidump to use iasl(8) as the backend for disassembling AML.
Also clean up the output of dumped tables. Update the man page for the
new usage. Make WARNS=6 clean.


# 118335 01-Aug-2003 peter

Hoo sed I kan spel?


# 118334 01-Aug-2003 peter

Dump the HPET information block.

What is the HPET I hear you ask? It is the High Precision Event Timer
that is supposed to supplement and eventually replace the 8254 timer and
the RTC periodic interrupts. Among other things, it is 64 bit (can be
run in 32 bit mode for 32 bit cpus), and is suitable as a replacement for
the ACPI timer on SMP systems (the specs are much better) and as a
replacement for the ITC based synthetic clock for on ia64 systems.

It seems IA64 and AMD64 systems tend to have this. It is likely to start
showing up in i386 systems if it isn't already on some of them.


# 113499 15-Apr-2003 njl

Fix a warning about deprecated string literals.

Reviewed by: diff


# 108967 08-Jan-2003 jhb

Add code to parse the contents of an ACPI MADT table and to dump its
contents in the form of a comment in the acpidump output. The output
is not in the prettiest output, but it does work correctly.

Approved by: marcel


# 108082 19-Dec-2002 marcel

o Use sysctl machdep.acpi_root to get the physical address of the
RSDP. Scan the first 1MB on i386 if the sysctl fails,
o Extend struct ACPIrsdp with the ACPI 2.0 fields which involves
changing a prior reserved field into the ACPI revision,
o Only calculate the RSDP checksum on the first 20 bytes to remain
compatible with ACPI 1.0 tables; we don't check the extended
checksum covering the whole table,
o Use the length field in the RSDP to map the RSDP into the address
space so that we don't have to know about future extensions here.


# 85323 22-Oct-2001 iwasaki

Fix UserTerms disassembling. Now that dumped ASL can be compiled with
ports/devel/acpitools (iasl).
- Merge AML parser to build ACPI namespace
- Comment header info. out so that ASL compiler ignore them
- Fix DSDT header size to be discarded when DSDT file is specified
for input (acpidump and amldb)
- Write DSDT header as well into DSDT file for output
- Fix some trivial typo (Concatenate and SizeOf)
- Remove DEBUG_FLAGS from Makefile (acpidump and amldb)


# 68475 08-Nov-2000 iwasaki

Remove dependence on old acpi driver from acpi userland tools.

- acpiconf Replace include files from old acpi driver to acpica driver.
New sleep type `4b' had been added (S4BIOS) for `-s' option.
Of course this has no effect because driver doesn't
support it for now :-)

- acpidump All needed structs in sys/dev/acpi/*.h had been merged
into local header file. No changes on its usage.


# 66490 30-Sep-2000 msmith

Update include paths for new header locations.

Submitted by: iwasaki


# 65286 31-Aug-2000 iwasaki

This commit was generated by cvs2svn to compensate for changes in r65285,
which included commits to RCS files with non-trunk default branches.


# 65285 31-Aug-2000 iwasaki

import acpidump(8) from ACPI For FreeBSD project.

Obtained from: ACPI For FreeBSD project