From 9ff4f7dd3aa5e9d783381265d89d4b2fab681ff5 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 20 May 2026 06:01:50 -0400 Subject: [PATCH] bsp-guide: mention bootloader and device tree in BSP intro In the intro to the BSP guide, mention that a BSP layer might also contain content related to the bootloader and device tree files. (From yocto-docs rev: ba48bdeee06522d7334ccb624053f4f363556a15) Signed-off-by: Robert P. J. Day Signed-off-by: Antonin Godard (cherry picked from commit a6eca1e7c67225de8b32638b4ba10aa73efe5030) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/bsp-guide/bsp.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index 73e31670d6..c8deae761d 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,