Feature #7837
smbios3 64-bit entry point support
Start date:
2017-02-03
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Implement support for 64-bit smbios entry point. The structure of the entry point is somewhat different from the 32-bit variant, but the BIOS search range is the same; the significant difference is that the 64-bit table pointer can point anywhere in 64-bit address space. Since the smbios has shared code, this change will touch both userland and kernel.
Updated by Electric Monk about 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 1951a93366b3e52f7c49ec9b2dbfb21bccc56a3e
commit 1951a93366b3e52f7c49ec9b2dbfb21bccc56a3e Author: Toomas Soome <tsoome@me.com> Date: 2017-02-23T02:02:01.000Z 7837 smbios3 64-bit entry point support Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Dan McDonald <danmcd@omniti.com>