From c7590cd9f3ca6242dd05e2a35b16c256a8759087 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 4 Sep 2017 18:44:38 +0530 Subject: arch/x86: Enable ebda library for romstage and postcar This patch provides a kconfig option as EARLY_EBDA_INIT to ensures user can make use of EBDA library even during early boot stages like romstage, postcar. Change-Id: I603800a531f56b6ebd460d5951c35a645fbfe492 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/21388 Tested-by: build bot (Jenkins) Reviewed-by: Sumeet R Pawnikar Reviewed-by: Aaron Durbin --- src/arch/x86/include/arch/ebda.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/arch/x86/include') diff --git a/src/arch/x86/include/arch/ebda.h b/src/arch/x86/include/arch/ebda.h index cd25ccaba1..428bc92c27 100644 --- a/src/arch/x86/include/arch/ebda.h +++ b/src/arch/x86/include/arch/ebda.h @@ -17,6 +17,9 @@ #ifndef __ARCH_EBDA_H #define __ARCH_EBDA_H +#include +#include + #define X86_BDA_SIZE 0x200 #define X86_BDA_BASE ((void *)0x400) #define X86_EBDA_SEGMENT ((void *)0x40e) -- cgit v1.2.3