> ## 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="https://docs.qualcomm.com/doc/80-80023-4A/topic/build-a-new-protocol.html">
    为特定的系统交互设计并实现定制的通信规则。
  </Card>

  <Card title="实现 UEFI DXE 驱动程序" href="https://docs.qualcomm.com/doc/80-80023-4A/topic/implement-uefi-dxe-driver.html">
    使用 DXE 驱动程序初始化处理器、芯片产品和平台组件。
  </Card>
</CardGroup>

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

<CardGroup cols={2}>
  <Card title="将应用程序添加到描述文件" href="https://docs.qualcomm.com/doc/80-80023-4A/topic/add-application-to-description-files.html">
    使用相关包构建应用程序，并将其添加到 DSC 文件中。
  </Card>

  <Card title="配置 Devicetree" href="https://docs.qualcomm.com/doc/80-80023-4A/topic/device-tree-configuration.html">
    使用 UEFI 配置 DTB。
  </Card>
</CardGroup>
