[Concept,1/2] doc: gcc: Add acpica-tools and srecord to Debian dependencies

Message ID 20260316184650.3881337-2-sjg@u-boot.org
State New
Headers
Series doc: gcc: Add missing build dependencies |

Commit Message

Simon Glass March 16, 2026, 6:46 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

x86 boards need iasl (from acpica-tools) for ACPI table compilation.
Renesas R-Car and MIPS Boston boards use srec_cat (from srecord) to
build .scif and .mcs firmware images.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 doc/build/gcc.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst
index 1fef718ceec..ae1168b20ff 100644
--- a/doc/build/gcc.rst
+++ b/doc/build/gcc.rst
@@ -23,7 +23,7 @@  Depending on the build targets further packages maybe needed
 
 .. code-block:: bash
 
-    sudo apt-get install bc bison build-essential coccinelle \
+    sudo apt-get install acpica-tools bc bison build-essential coccinelle \
       device-tree-compiler dfu-util efitools flex gdisk graphviz imagemagick \
       libgnutls28-dev libguestfs-tools libncurses-dev \
       libpython3-dev libsdl2-dev libssl-dev lz4 lzma lzma-alone openssl \
@@ -31,7 +31,7 @@  Depending on the build targets further packages maybe needed
       python3-pkg-resources python3-pycryptodome python3-pyelftools \
       python3-pytest python3-pytest-xdist python3-sphinxcontrib.apidoc \
       python3-sphinx-rtd-theme python3-subunit python3-testtools \
-      python3-venv swig uuid-dev
+      python3-venv srecord swig uuid-dev
 
 SUSE based
 ~~~~~~~~~~