From 99cce4fdc1e2b8a2a2acd4d1801a6068edf130d9 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 4 Jan 2025 00:28:30 +0000 Subject: [PATCH] further clarification Signed-off-by: Leah Rowe --- site/docs/build/index.md | 1 + site/docs/build/index.uk.md | 1 + 2 files changed, 2 insertions(+) diff --git a/site/docs/build/index.md b/site/docs/build/index.md index fef6c9e..2b25da5 100644 --- a/site/docs/build/index.md +++ b/site/docs/build/index.md @@ -45,6 +45,7 @@ GNAT 14, GNAT 13 is removed but `gnat` (in `PATH`) still won't resolve to anything. Canoeboot *still* accomodates this, detecting and matching the GCC and GNAT versions, which would in this instance match version 14 between them, so that `gnat` and `gcc` are both in PATH at build time, resolving to v14.x. +When we tested with this configuration, the KGPE-D16 images also compiled. GNAT is used by coreboot, because some of the Intel graphics devices are initialised natively, with code written in Ada spark (called `libgfxinit`). diff --git a/site/docs/build/index.uk.md b/site/docs/build/index.uk.md index d605912..73645c8 100644 --- a/site/docs/build/index.uk.md +++ b/site/docs/build/index.uk.md @@ -53,6 +53,7 @@ GNAT 14, GNAT 13 is removed but `gnat` (in `PATH`) still won't resolve to anything. Canoeboot *still* accomodates this, detecting and matching the GCC and GNAT versions, which would in this instance match version 14 between them, so that `gnat` and `gcc` are both in PATH at build time, resolving to v14.x. +When we tested with this configuration, the KGPE-D16 images also compiled. GNAT is used by coreboot, because some of the Intel graphics devices are initialised natively, with code written in Ada spark (called `libgfxinit`).