From e0ed9025cf7453212e5e5a845e34e0b7ecfa3eb9 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Fri, 7 Oct 2016 12:58:17 +0200 Subject: Add option to use Ada code in ramstage If selected, libgnat will be linked into ramstage. And, to support Ada package intializations, we have to call ramstage_adainit(). Change-Id: I11417db21f16bf3007739a097d63fd592344bce3 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/16944 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index e337a1a580..d6af6ebacd 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1243,3 +1243,8 @@ config CHECKLIST_DATA_FILE_LOCATION symbols contained only in _complete.dat will be flagged as required and not implemented if a weak implementation is found in the resulting image. + +config RAMSTAGE_ADA + def_bool n + help + Selected by features that use Ada code in ramstage. -- cgit v1.2.3