From abf3adcd2f37f4e278fc9ef7634ca0c8f5171893 Mon Sep 17 00:00:00 2001 From: kavsrf Date: Sun, 5 Feb 2017 17:31:28 +0300 Subject: picture password bmp and DcsProp can be in secregion on separate flash Tables overlay configuration commands --- Include/Library/CommonLib.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'Include/Library/CommonLib.h') diff --git a/Include/Library/CommonLib.h b/Include/Library/CommonLib.h index 98e93db..2c698d0 100644 --- a/Include/Library/CommonLib.h +++ b/Include/Library/CommonLib.h @@ -173,6 +173,36 @@ GptReadHeader( OUT EFI_PARTITION_TABLE_HEADER **PartHeader ); +////////////////////////////////////////////////////////////////////////// +// General EFI tables +////////////////////////////////////////////////////////////////////////// +#define EFITABLE_HEADER_SIGN SIGNATURE_64('E','F','I','T','A','B','L','E') + +BOOLEAN +TablesVerify( + IN UINTN maxSize, + IN VOID* tables); + +BOOLEAN +TablesGetData( + IN VOID* tables, + IN UINT64 sign, + OUT VOID** data, + OUT UINTN* size); + +BOOLEAN +TablesDelete( + IN VOID* tables, + IN UINT64 sign + ); + +BOOLEAN +TablesAppend( + IN OUT VOID** tables, + IN UINT64 sign, + IN VOID* data, + IN UINTN size); + ////////////////////////////////////////////////////////////////////////// // Bluetooth ////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3