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

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 ~

2015年2月13日 星期五

BDU v1.1.5 BIOS Utility for UEFI Shell

BDU v1.1.5 Supports the Following New Features :

1. Support Perpetual Calendar (萬年曆).

CMOS_0x0070_0x0071_000229_113725

CMOS_0x0070_0x0071_870729_000729

CMOS_0x0070_0x0071_141230_113320

2. Adjust the PCI Input Formats.

Bus: XXX (0-255) Dev: XX (0-31) Fun: X (0-7)

PCI Format

3. Fix Bus Section can't Enter 3 Digits.

4. Fix the Scan Algorithm For PCI List Function.

5. Add Century Prompt at CMOS (0x70/0x71).

Century

6. Fix the mmcfg_base Fetching Algorithm for Haswell and Broadwell Platform.

7. Add Qlogic, ASPEED and Broadwell PCI device name supports.

8. Remove the Auto-Refresh in PCI List, Menu, Help, SMBIOS, PCH Strap, and SYS Info to reduce the stress on Serial Port.

Download @ BDUEFI_V_1_1_5.zip
~ Thank you ~

2014年12月23日 星期二

BDU v1.1.4 BIOS Utility for UEFI Shell

BDU v1.1.4 supports the following features :

 

1. Support automatically generate a unique file name for every time of pressing F12 key to do screenshot capturing.

 

Format : FunctionName_YYMMDD_HHMMSS.bmp

iScreenshot_141223_101359

 

2. Support pop-up messages before BDU starts to capture a

screenshot.

PCI_B000_D031_F000_141223_101229Memory_0x000EDB70_141223_101240

IO_0x0000_141223_101247

CMOS_0x0070_0x0071_141223_101309ISA_0x0295_0x0296_141223_101313

Menu_141223_101318

Menu_141223_101320

Help_141223_101322

PCH_Straps_141223_101333

SIO_0x002E_0x002F_141223_101255

SIO_0x004E_0x004F_141223_101300

SIO_0x006E_0x006F_141223_101305

SystemInfo_141223_101336

PCI_LIST_141223_094720

PCI_LIST_141223_094725

PCI_LIST_141223_094727

3. File will be generated at your current folder, not root folder.

Ex : Current Folder : fs0:\BMP

=> File Place : fs0:\BMP\FunctionName_YYMMDD_HHMMSS.bmp

 

4. The default image size has changed from 800x600 to capture image depend on your current resolution.


Download @ BDUEFI_V_1_1_4.zip
~ Thank you ~

2014年12月17日 星期三

BDU v1.1.3 BIOS Utility for UEFI Shell

1. BDU v1.1.3 supports capturing a screenshot by pressing F12 key.

2. Fix input bug when pressing P key to configure address.

 

P.S. if you want to capture screen under UEFI shell. Please refer to here.

 

The following are the default file format :

iScreenshot (3)

Memory

PCI

IO

ISA

Help

Menu1

Menu

PCH_Straps

PCI_LIST

Download @ BDUEFI_V_1_1_3.zip
~ Thank you ~

2014年12月11日 星期四

How to compile UDK2014 (UEFI Development Kit 2014)

Please make sure your computer has already installed Visual Studio 2008 or higher version 2010 and remember to install X64 compiler for generating X64 programs before compiling UDK2014.

 

If you want to complie EDK or EDK II

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

 

Download the following files :

1. Download UDK2014 source code from Sourceforge.

http://sourceforge.net/projects/edk2/files/UDK2014_Releases/

image

2. Download the GNU Patch.

http://gnuwin32.sourceforge.net/packages/patch.htm

image

3. Download http://www.openssl.org/source/openssl-0.9.8zb.tar.gz from http://www.openssl.org/source/


The following are the steps to compile UDK2014.

1. Unzip UDK2014.SP1.Complete.MyWorkSpace.zip to current folder.

image

image

2. Unzip UDK2014.SP1.MyWorkSpace.zip to current folder.

image

image

3. Unzip BaseTools(Windows).zip to MyWorkSpace folder.

image

image

4. Unzip openssl-0.9.8zb.tar.gz to MyWorkSpace\CryptoPkg\Library\OpensslLib folder using administrator privilege.

image

image

image

5. Copy the patch.exe in patch-2.5.9-7-bin.zip to MyWorkSpace\CryptoPkg\Library\OpensslLib\openssl-0.9.8zb folder.

image

image

image

6. Follow the instructions according to G:\UDK2014\MyWorkSpace\CryptoPkg\Library\OpensslLib\Patch-HOWTO.txt. (Remember to use the administrator privilege while executing commands)

image

image

image

image

image

7. The remaining steps.

image

image

image

image

~ Thank you ~