History log of /freebsd/usr.sbin/acpi/acpidump/acpi.c (Results 26 – 50 of 193)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.3.0
# 01593a0f 20-Oct-2021 Andrew Turner <andrew@FreeBSD.org>

Only change the fadt revision in acpidump on i386

There is a workaround in acpidump for an old IBM laptop. This is being
hit on a modern arm64 system causing acpidump to use the wrong field
when rea

Only change the fadt revision in acpidump on i386

There is a workaround in acpidump for an old IBM laptop. This is being
hit on a modern arm64 system causing acpidump to use the wrong field
when reading a later address.

As the laptop has a 32-bit CPU the only FreeBSD support for it is i386.
As such limit the workaround to that architecture.

Reviewed by: emaste, jkim, jhb (all earlier version)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D32573

show more ...


Revision tags: release/13.0.0
# 92d0d6bb 05-Feb-2021 Alexander Motin <mav@FreeBSD.org>

Print DeviceHandle and PhysicalId in hex.

The first is actually a bitfield. The second is printed in hex by
dmidecode, so uniformidy should be good.

MFC after: 1 week


# 35e39fd9 05-Feb-2021 Alexander Motin <mav@FreeBSD.org>

Improve ACPI_NFIT_CONTROL_REGION formatting.

MFC after: 1 week


# 1b109c69 25-Jan-2021 Alexander Motin <mav@FreeBSD.org>

Decode NFIT Platform Capabilities.

MFC after: 1 week


Revision tags: release/12.2.0
# ebc22d04 30-Jun-2020 Alexander Motin <mav@FreeBSD.org>

Decode APEI tables (BERT, EINJ, ERST, HEST).

MFC after: 2 weeks


Revision tags: release/11.4.0
# bc711181 18-May-2020 Andrew Turner <andrew@FreeBSD.org>

Allow the FACS and XFACS to be zero in acpidump.

These are allowed to be zero when the hardware reduced APCI flag is set

Sponsored by: Innovate UK
Differential Revision: https://reviews.freebsd.org

Allow the FACS and XFACS to be zero in acpidump.

These are allowed to be zero when the hardware reduced APCI flag is set

Sponsored by: Innovate UK
Differential Revision: https://reviews.freebsd.org/D23207

show more ...


Revision tags: release/12.1.0, release/11.3.0
# 9a696dc6 04-Apr-2019 Alan Somers <asomers@FreeBSD.org>

MFHead@r345880


# 278f0de6 29-Mar-2019 Jung-uk Kim <jkim@FreeBSD.org>

Merge ACPICA 20190329.


# 7e565c55 30-Jan-2019 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r343320 through r343570.


# 7aef7138 25-Jan-2019 Cy Schubert <cy@FreeBSD.org>

Fix 32-bit buildworld broken by r343438.


# 877fc2e3 25-Jan-2019 Takanori Watanabe <takawata@FreeBSD.org>

Use ACPI TPM2 table to probe tpmtis and tpmcrb device.

Differential Revision: https://reviews.freebsd.org/D18937


Revision tags: release/12.0.0
# 5857fba5 11-Jul-2018 Ben Widawsky <bwidawsk@FreeBSD.org>

acpidump(8): Add ACPI LPIT (Low Power Idle Table)

The LPIT is the part of the "standardized" way that one can enumerate
various power state information on Intel platforms.

The documentation for thi

acpidump(8): Add ACPI LPIT (Low Power Idle Table)

The LPIT is the part of the "standardized" way that one can enumerate
various power state information on Intel platforms.

The documentation for this change can be found here:
http://www.uefi.org/sites/default/files/resources/Intel_ACPI_Low_Power_S0_Idle.pdf

Reviewed By: jhb
Approved By: jhb
Differential Revision: https://reviews.freebsd.org/D15931

show more ...


Revision tags: release/11.2.0
# 1de7b4b8 27-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

various: general adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error

various: general adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.

show more ...


# c2c014f2 07-Nov-2017 Hans Petter Selasky <hselasky@FreeBSD.org>

Merge ^/head r323559 through r325504.


Revision tags: release/10.4.0
# 8fcbcc2d 16-Sep-2017 Enji Cooper <ngie@FreeBSD.org>

MFhead@r323635


# ed26c389 15-Sep-2017 Scott Long <scottl@FreeBSD.org>

Add support for parsing the Watchdog Descriptor Table (WDDT)

Sponsored by: Netflix


# b754c279 13-Sep-2017 Navdeep Parhar <np@FreeBSD.org>

MFH @ r323558.


# 5be4ad9e 09-Sep-2017 Enji Cooper <ngie@FreeBSD.org>

MFhead@r323343


# d4c2de2e 31-Aug-2017 Alexander Motin <mav@FreeBSD.org>

Fix flags field decoding in ACPI_NFIT_CONTROL_REGION.

It looked like incomplete copy/paste, printing absolute garbage.

While there, print ValidFields field ax hex, since it is a bitmask.

MFC after

Fix flags field decoding in ACPI_NFIT_CONTROL_REGION.

It looked like incomplete copy/paste, printing absolute garbage.

While there, print ValidFields field ax hex, since it is a bitmask.

MFC after: 3 days

show more ...


# 083c8ded 13-Aug-2017 Enji Cooper <ngie@FreeBSD.org>

MFhead@r322451


# 0275f9db 11-Aug-2017 Hans Petter Selasky <hselasky@FreeBSD.org>

Merge ^/head r321383 through r322397.


# fb1cf2a9 10-Aug-2017 Alexander Motin <mav@FreeBSD.org>

Add two NFIT fields missed in r321298.

MFC after: 2 weeks


# 531c2d7a 24-Jul-2017 Enji Cooper <ngie@FreeBSD.org>

MFhead@r320180


# bca9d05f 23-Jul-2017 Hans Petter Selasky <hselasky@FreeBSD.org>

Merge ^/head r319973 through 321382.


Revision tags: release/11.1.0
# 7a0f2789 20-Jul-2017 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r321239 through r321306.


12345678