From 90a44ec4d85a03cf8feb4a95183aa3acfe246d13 Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Fri, 11 Apr 2014 10:56:02 +0000 Subject: ArmPlatformPkg/Bds: Decoupled OptionalData for the EFI application boot entry from the Linux loader OptionalData for EFI Application does not contain any more specific information about the ArmPlatformPkg/Bds. OptionalData now only contains the data pass to the EFI application. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15451 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPlatformPkg/Bds/BdsInternal.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ArmPlatformPkg/Bds/BdsInternal.h') diff --git a/ArmPlatformPkg/Bds/BdsInternal.h b/ArmPlatformPkg/Bds/BdsInternal.h index d2c1655114..085a5a49ef 100644 --- a/ArmPlatformPkg/Bds/BdsInternal.h +++ b/ArmPlatformPkg/Bds/BdsInternal.h @@ -219,7 +219,8 @@ BootOptionCreate ( IN CHAR16* BootDescription, IN EFI_DEVICE_PATH_PROTOCOL* DevicePath, IN ARM_BDS_LOADER_TYPE BootType, - IN ARM_BDS_LOADER_ARGUMENTS* BootArguments, + IN UINT8* OptionalData, + IN UINTN OptionalDataSize, OUT BDS_LOAD_OPTION** BdsLoadOption ); @@ -230,7 +231,8 @@ BootOptionUpdate ( IN CHAR16* BootDescription, IN EFI_DEVICE_PATH_PROTOCOL* DevicePath, IN ARM_BDS_LOADER_TYPE BootType, - IN ARM_BDS_LOADER_ARGUMENTS* BootArguments + IN UINT8* OptionalData, + IN UINTN OptionalDataSize ); EFI_STATUS -- cgit v1.2.3