> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 引导补充文档

本补充文档是主要引导文档的补充指南，深入介绍相关工具和关键功能。它旨在通过详细阐述特定组件和工作流程来加深技术理解。

## **开发 CDT 和 UEFI**

<CardGroup cols={2}>
  <Card title="构建自定义协议" href="Addendum/Build-a-custom-protocol">
    为特定系统交互设计并实现定制的通信规则。
  </Card>

  <Card title="实现 UEFI DXE 驱动程序" href="Addendum/Implement-uefi-dxe-driver">
    使用 DXE 驱动程序初始化处理器、芯片产品和平台组件。
  </Card>
</CardGroup>

## **构建并添加 UEFI 应用程序**

<CardGroup cols={2}>
  <Card title="将应用程序添加到描述文件" href="Addendum/Add-an-application-to-description-files">
    使用相关软件包构建应用程序并将其添加到 DSC 文件中。
  </Card>

  <Card title="配置 Devicetree" href="Addendum/Configure-devicetree">
    使用 UEFI 配置 DTB。
  </Card>
</CardGroup>
