Skip to content

tianocore-training/Lab_Material_FW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Lab_Material_FW

Lab Material for UEFI / EDK II Training

To see the PDFs of the presentations goto https://github.com/tianocore-training/Tianocore_Training_Contents/wiki

This lab Material uses the edk2 and edk2-libc

Before downloading this Lab Material, First download the open source Simics QSP to the directory edk2-ws:

$ Mkdir edk2-ws
$ cd edk2-ws
$ git clone -b Edk2Lab_22Q3 https://github.com/tianocore-training/edk2.git
$ git clone https://github.com/tianocore/edk2-libc.git
$ git clone https://github.com/tianocore/edk2-platforms.git
$ git clone https://github.com/tianocore/edk2-non-osi.git
$ git clone https://github.com/intel/FSP.git
$ cd edk2
$ git submodule update --init
$ cd ..
$ cd edk2-platforms
$ git reset --hard c546cc01f1517b42470f3ae44d67efcb8ee257fc
$ cd ..

Download this Lab Material

git clone https://github.com/tianocore-training/Lab_Material_FW.git

After downloading, Copy Lab_Material_FW/FW/edk2-ws to edk2-ws and overwrite any files.

Lab Material all started in the FW directory

  • FW
    • Documentation
    • DriverWizard
    • edk2Linux
    • edk2-ws
      • setenv.sh and setenv.bat
      • edk2-platforms - for updates to Simics QSP BoardX58Ich10 Openboard package
    • LabSampleCode - solutions for the labs

From Presentations_FW