> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/server/bios/uefi_edk.md).

# BIOS/UEFI和EDK

## EDK

EDK全称EFI Developer Kit，它实际上是一套实现了UEFI标准的开源代码，开发者可以在此基础上开发UEFI下的设备驱动或者其它应用。

当前开源 [EDK2](https://github.com/tianocore/edk2) 包括build程序，Flash FD，DSC文件处理，缺省配置项管理等等涉及UEFI或者EdkII 专门概念的专门工具。

## 参考

* [Linux/GNU toolchain 环境下的UEFI开发和调试](https://zhuanlan.zhihu.com/p/25941817)
