diff mbox series

bsp-guide: mention bootloader and device tree in BSP intro

Message ID 9c88b765-1ae9-ec34-aafc-461613b132e1@crashcourse.ca
State New
Headers show
Series bsp-guide: mention bootloader and device tree in BSP intro | expand

Commit Message

Robert P. J. Day May 20, 2026, 10:01 a.m. UTC
In the intro to the BSP guide, mention that a BSP layer might also
contain content related to the bootloader and device tree files.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---
diff mbox series

Patch

diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index a3b57d29f..e08e720a0 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -7,10 +7,10 @@  Board Support Packages (BSP) --- Developer's Guide
 A Board Support Package (BSP) is a collection of information that
 defines how to support a particular hardware device, set of devices, or
 hardware platform. The BSP includes information about the hardware
-features present on the device and kernel configuration information
-along with any additional hardware drivers required. The BSP also lists
-any additional software components required in addition to a generic
-Linux software stack for both essential and optional platform features.
+features present on the device, any essential bootloader, kernel and
+device tree configuration, along with any additional hardware drivers required.
+The BSP also lists any additional software components required in addition to
+a generic Linux software stack for both essential and optional platform features.

 This guide presents information about BSP layers, defines a structure
 for components so that BSPs follow a commonly understood layout,