Page MenuHomeFreeBSD

acpidump: Add decoding of the MSDM table
AcceptedPublic

Authored by antranigv_freebsd.am on Mon, Sep 14, 12:51 PM.
Tags
None
Referenced Files
F172510009: D59662.id186653.diff
Fri, Sep 18, 10:53 PM
F172501647: D59662.diff
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
Unknown Object (File)
Wed, Sep 16, 5:03 AM
Unknown Object (File)
Tue, Sep 15, 2:32 PM

Details

Reviewers
jhb
kib
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