|
|
||
|---|---|---|
| .. | ||
| Acpi/BoardAcpiDxe | ||
| Binaries/UefiDriver/Gop | ||
| FspWrapper/Library/PeiSiliconPolicyUpdateLibFsp | ||
| Include | ||
| Library | ||
| Policy/Library/DxeSiliconPolicyUpdateLib | ||
| TigerLakeSimics | ||
| Contributions.txt | ||
| License.txt | ||
| OpenBoardPkg.dec | ||
| PrepareBaseTools.cmd | ||
| ReadMe.md | ||
ReadMe.md
EDK II Minimized firmware for Intel(R)AlderLake platforms
##Features The Minimized AlderLake provides the minimal feature of the AlderLake BIOS.
Windows Build Instructions
Pre-requisites
- Microsoft Visual Studio.
- Visual Studio 2015 recommended and is used in the examples below.
- ASL compiler: Available from http://www.acpica.org
- Install into
C:\ASLto match defaulttools_def.txtconfiguration; - or update
tools_def.txtto match ASL compiler location.
- Install into
- NASM assembler: Available from: http://www.nasm.us/
- Install into
C:\NASMto match defaulttools_def.txtconfiguration; - or update
tools_def.txtto match NASM assembler location.
- Install into
- Intel Binaries.
- Please go to Intel Website to download essential binaries, and place into
AlderLakeOpenBoardPkg\Binaries; or Contact your Intel window.
- Please go to Intel Website to download essential binaries, and place into
Build
- Open command window, go to the WORKSPACE.
- Go to the board folder you want to build. ex. Type
cd Intel\AlderLakeOpenBoardPkg\AlderLakeSimics. - Type
SetEdk2Env.bat. - Type
prepand make prebuild finish for debug build,prep rfor release build. - Type
bldto build AlderLake BIOS image. - BIOS is generated at
WORKSPACE\RomImages\BOARDNAME.fd. - Whole Image for Simics is generated at
WORKSPACE\RomImages\MinPlatform\AlderLakeSimicsLP\ADL_Simics_DEBUG.bin
The user can run FITC tool to build full image for flash (BIOS + ME + DESC). The user can also burn the BIOS image to correct flash region directly.
##Known limitations
- This firmware project has only been validated on Simics.
- This firmware project has only been validated booting to Microsoft Windows 10 x64 with AHCI mode.
- This firmware project has only been validated using the Microsoft Visual Studio 2015 compiler.