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月19日 星期五

iScreenshot v0.0.3 for UEFI Shell

iScreenshoot v0.0.3 has the following changes :

 

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

 

Format : iScreenshot_YYMMDD_HHMMSS.bmp

 

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

screenshot.

 

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

 

Ex : Current Folder : fs0:\BMP

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

iScreenshot_141219_162058

iScreenshot_141219_162107

iScreenshot_141219_163011

iScreenshot_141219_163016

Download @ iScreenshot_V_0_0_3.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 ~

iScreenshot for UEFI Shell

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

Default resolution is 800 x 600 and will be generated “iScreenshot.bmp” file at your folder after the execution is complete.

iScreenshot (2)

iScreenshot

~ Thank you ~

2014年12月11日 星期四

Photo Viewer for UEFI Shell

How to use Photo Viewer ?
Shell > PhotoViewer.efi filename.bmp
Press “R” or “F5” Key to Refresh Screen !

123

456

789

DSC_1703

DSC_1704

Download @ Photo Viewer
~ Thank you ~

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 ~