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

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

2018年5月11日 星期五

Dump BIOS Boot Order Tool in UEFI Shell

1. Download BOPx64.zip and extract zip file into your UEFI flash drive.

2. Execute the following command.

FS0:\> BOPx64.efi

Boot Order

2017年12月21日 星期四

USB Devices Scanner

1. Download USB.zip file.

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

2. Excute USB.efi or forward to text file.

fs0:\> USB.efi
or
fs0:\> USB.efi > usb.txt
image

~ Thanks ~


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 ~

2015年12月24日 星期四

How to compile UDK2015 (UEFI Development Kit 2015)

If you want to complie EDK or EDK II

=> How To Build EDK & EDK II Environment In Easy Way

If you want to complie UDK2014

=> How to compile UDK2014 (UEFI Development Kit 2014) 

Download the following files :

1. Copy SVN Address for UDK2015.

http://www.tianocore.org/udk/udk2015/

image

2. Download source code using TortoiseSVN.

image

3. Follow the next steps for further compiling.

image
image
image
image
image
image
~ Thank you ~