Hi Jaben,
Could you help to review this update to UEFI shell smbiosview to dump
64-bit entry point and table?
[Description]
I added the additional function that smbiosview can dump 64-bit
entry point and table as long as SMBIOS 3.0 table exists in system
configuration table.
I attached an example output on NT32 platform.
1. The log includes both 32-bit and 64-bit tables.
2. To locate 64-bit entry point, search "_SM3_" in log file.
3. Error handling change:
When 32-bit table did not exist, 64-bit table existed,
64-bit table data was dumped and correct. No error message was displayed.
When 64-bit table did not exist, 32-bit table existed,
32-bit table data was dumped and correct. No error message was displayed.
When both tables did not exist, error message was
showed "cannot get SMBIOS table".
[SVN commit log]
ShellPkg: update smbiosview for SMBIOS 3.0.
smbiosview can dump 64-bit entry point and table
as long as SMBIOS 3.0 table exists in system configuration table.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Elvin Li <[email protected]>
Thanks
Elvin Li
example.log
Description: example.log
smbiosview.diff
Description: smbiosview.diff
------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
