顯示具有 SMBIOS 標籤的文章。 顯示所有文章
顯示具有 SMBIOS 標籤的文章。 顯示所有文章

2023年2月23日 星期四

BDU v1.2.0 BIOS Debug Utility for UEFI Shell

BDU v1.2.0 supports the following new BIOS debug features :

1. Support Aspeed Super I/O
2. Support NcT5577D Super I/O
3. Dump full PCI scan registers including (similar to linux command lspci -vvv)
        a) PCI list
        b) PCI Express Capabilities (DevCap, DevCtl, LnkCap, and LnkSta)
        c) PCI Express Extended Capabilities
        d) PCI Configuration Space registers (256 or 4096 bytes)
        e) Byte Word DWord format
    and will auto generate REG_LIST.txt file
4. Fix exception for Intel Denverton chipset
5. Add Intel Purley chipset support
6. Add Intel Whitely chipset support
7. Add Intel Eagle Stream chipset support
8. Add progress bar when generating REG_LIST.txt





REG_LIST.txt include PCI List, each PCI/PCIE device register, specified memory, I/O space and ISA space.








Download bdux64.efi =>  BDUEFI_V_1_2_0.zip

BDU

Dump BootOrder

Dump SMBIOS

2017年12月20日 星期三

Dump SMBIOS Tools for UEFI Shell

1. Download and Extract zip file.

 https://github.com/spyker729/bohan-debug-utility/raw/master/smbios.zip

2. Excute smbios.efi

image

3. Dump and forward to text file.

fs0:\> smbios.efi > smbios.txt

smbios

How to read SMBIOS


~ Thanks ~

2014年9月17日 星期三

BDU v1.1.1 BIOS Utility for UEFI Shell

BDU v1.1.1 adds a new file format for Super I/O devices.
ISA : ISA_0xXXXX_0xXXXX.txt (X : Hexadecimal)
=> Super I/O with LDN : ISA_0xXXXX_0xXXXX_LDN_0xXX.txt
image
BDU v1.1.1 also has fixed the following bugs :
1. PCI List green cursor errors.
2. Remove surplus space for blue cursor.
3. Fix the algorithm of scanning PCI devices.
4. Update the device name database of PCI.
~ Thank you ~

2014年8月12日 星期二

BDU v1.1.0 BIOS Utility for UEFI Shell

BDU v1.1.0 supports file function by pressing F4 key.

The following is File format :

PCI : PCI_BXXX_DXXX_FXXX.txt (X : Decimal)


MEM : MEM_0xXXXXXXXX.txt (X : Hexadecimal)


IO  : IO_0xXXXX.txt (X : Hexadecimal)

ISA : ISA_0xXXXX_0xXXXX.txt (X : Hexadecimal)

All : REG_LIST.txt (Including all of PCI devicesMemoryI/OISA)

clip_image002
clip_image002[4]
clip_image001
clip_image001[4]
clip_image001[6]
clip_image001[8]
clip_image001[10]
clip_image001[12]
clip_image001[14]
~ Thank you ~

2014年5月23日 星期五

BDU v1.0.9 BIOS Utility for UEFI Shell

1. Fix Blue Cursor Blinking issue.
2. Add PCI device messages.
3. Support automatically displays Super I/O register name.
4. Support automatically displays CMOS register name.
5. Change the coordinate of Blue cursor to independent in each mode.
6. Fix data can’t correctly write when accessing Memory and I/O address.
7. Support Data Width indication.
8. Support ASCII to CHAR in Memory and I/O page.
9. Support Blue cursor indication at upper left corner.
10. Change address transition to start address plus offset.
11. Remove the margin of Blue cursor.
12. Support SMBIOS Access.
13. Support Hard Disk Access.
14. Support PCH Soft Straps List.
15. Fix mispelled words in Help Page.
16. Support PageUp / PageDown modifies LDN number.
17. Support Showing PCI LIST.
18. Support the indication of Port I/O and Memory Mapped Address.
19. Support Access PCI extended Registers.


F6F6-2PCI_LISTPCIMEMIOSIOCMOSHDDSMBIOSStrapsHELP


Thank you !