Ubuntu20.04+GCC9.3.0(自带Python3.8.2) 下载EDKII git clone https://github.com/tianocore/edk2.git EDKIITest cd EDKIITest git checkout edk2-stable202005 git ...
分类:
其他好文 时间:
2020-08-02 12:44:02
阅读次数:
108
https://wiki.ubuntu.com/UEFI/EDK2 http://blog.csdn.net/huangkangying/article/details/8718892 https://github.com/tianocore/tianocore.github.io/wiki/Com ...
分类:
系统相关 时间:
2017-03-06 17:47:54
阅读次数:
448
本篇博文主要介绍UEFI规范、EDKII项目涉及的相关概念:EFI, UEFI, Tianocore, EDK, EDKII, Package, Library Class/Library Instance, PCD, Module, UEFI Application and UEFI Driver。概念性术语较多,大多参考《EDKII_UserManual_0_7》(http://www.tianocore.org -> EDK II Documents -> EDK II User Document...
分类:
其他好文 时间:
2015-07-17 12:16:02
阅读次数:
3007
发现无论照《EDKII_UserManual_0_7》手册(或者说http://www.tianocore.org官网上Getting Started for Developers—>Getting Started with EDK II->Step-by-step Instructions),还是戴正华《UEFI原理与编程》都不能较为顺利的搭建Linux和Windows开发环境。
原因有两个:(1)一些工具源的下载路径随着时间的推移发生了变化(通过文档/书籍上的路径检索不到资源)(2)对工程源码管理工具、...
Windows平台下我们一般使用subversion来管控项目源码版本,通过SVN(subversion)下载上传源码,所以我们想获取源码,首先需要下载、安装SVN软件。
http://www.tianocore.org->Getting Started for Developers -> Getting Started with EDK II->Tools ->follow these instructions ->Install some external tools->Requirements: Th...
分类:
其他好文 时间:
2015-07-17 12:07:03
阅读次数:
193