X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPlatformPkg%2FInclude%2FLibrary%2FNorFlashPlatformLib.h;h=e9e1c060787da6840a385e8d9223fa5fd5c93f39;hp=d5b427df3af296c4a9df964d183722ad11299097;hb=f33d5d68abc02727dc828c1079e72ab65e1d63af;hpb=d5e12da4fea90f1293d4731aa8a5da0097f268d5 diff --git a/ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h b/ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h index d5b427df3a..e9e1c06078 100644 --- a/ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h +++ b/ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h @@ -1,6 +1,7 @@ /** @file - Copyright (c) 2011, ARM Ltd. All rights reserved.
+ Copyright (c) 2011-2012, ARM Ltd. All rights reserved.
+ This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -15,10 +16,11 @@ #define _NORFLASHPLATFORMLIB_H_ typedef struct { - UINTN BaseAddress; - UINTN Size; - UINTN BlockSize; - EFI_GUID Guid; + UINTN DeviceBaseAddress; // Start address of the Device Base Address (DBA) + UINTN RegionBaseAddress; // Start address of one single region + UINTN Size; + UINTN BlockSize; + EFI_GUID Guid; } NOR_FLASH_DESCRIPTION; EFI_STATUS