Page MenuHomeFreeBSD

acpidump: Add decoding of the MSDM table
ClosedPublic

Authored by antranigv_freebsd.am on Mon, Sep 14, 12:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 20, 12:32 AM
Unknown Object (File)
Sat, Sep 19, 9:19 PM
Unknown Object (File)
Fri, Sep 18, 10:53 PM
Unknown Object (File)
Fri, Sep 18, 9:42 PM
Unknown Object (File)
Thu, Sep 17, 9:11 PM
Unknown Object (File)
Thu, Sep 17, 3:23 AM
Unknown Object (File)
Wed, Sep 16, 10:59 PM
Unknown Object (File)
Wed, Sep 16, 5:43 AM

Details

Summary

Add support for dumping the Microsoft Data Management (MSDM) table,
which contains the Windows product key embedded in firmware by the OEM.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
No Test Coverage
Build Status
Buildable 76876
Build 73759: arc lint + arc unit

Event Timeline

kib added inline comments.
usr.sbin/acpi/acpidump/acpidump.h
140

I suggest to use std uint32_t/uint8_t types, the header already mixes BSD and std types.

This revision is now accepted and ready to land.Mon, Sep 14, 9:15 PM
This revision was automatically updated to reflect the committed changes.