Skip to content

hzhuang1/uefi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uefi-dev

This is the source code of UEFI for Hisilicon D02. It is based on Linaro edk2 master branch. HwPkg and HwProductsPkg are for D02 specifically, while Hw stands for Huawei.

How to build

  1. Follow the instructions in BuildNotes2.txt in the root directory to setup build environment

  2. Use below command to apply patch before building (some changes have been upstream to Tiano edk2 and the patch will not be needed in future):

    git apply HwPkg/Patch/*.patch

  3. Use below commands to build D02 UEFI:

    export LC_CTYPE=C
    make -C BaseTools
    source edksetup.sh
    build -a AARCH64 -b RELEASE -t ARMLINUXGCC -p HwProductsPkg/D02/Pv660D02.dsc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 61.7%
  • Python 19.7%
  • C++ 7.5%
  • Objective-C 6.3%
  • Assembly 3.3%
  • GAP 0.6%
  • Other 0.9%