efi: move efi_info_get() to a new header file

Split out the EFI stub specific code to a new efi_stub.h header file.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
Caleb Connolly
2024-11-24 21:26:59 +01:00
committed by Simon Glass
parent e0a8bf6f45
commit 630cb84000
9 changed files with 45 additions and 25 deletions

View File

@@ -13,6 +13,7 @@
#include <dm.h>
#include <efi.h>
#include <efi_api.h>
#include <efi_stub.h>
#include <errno.h>
#include <image.h>
#include <init.h>

View File

@@ -6,6 +6,7 @@
*/
#include <efi.h>
#include <efi_stub.h>
#include <errno.h>
#include <mapmem.h>
#include <asm/global_data.h>

View File

@@ -12,6 +12,7 @@
#include <debug_uart.h>
#include <efi.h>
#include <efi_api.h>
#include <efi_stub.h>
#include <malloc.h>
#include <asm/io.h>
#include <linux/err.h>

View File

@@ -12,6 +12,7 @@
#include <debug_uart.h>
#include <efi.h>
#include <efi_api.h>
#include <efi_stub.h>
#include <errno.h>
#include <malloc.h>
#include <ns16550.h>