]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / ArmPlatformPkg / Include / Library / NorFlashPlatformLib.h
index d5b427df3af296c4a9df964d183722ad11299097..e9e1c060787da6840a385e8d9223fa5fd5c93f39 100644 (file)
@@ -1,6 +1,7 @@
 /** @file\r
 \r
- Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>\r
+ Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>\r
+\r
  This program and the accompanying materials\r
  are licensed and made available under the terms and conditions of the BSD License\r
  which accompanies this distribution.  The full text of the license may be found at\r
 #define _NORFLASHPLATFORMLIB_H_\r
 \r
 typedef struct {\r
-    UINTN                             BaseAddress;\r
-    UINTN                             Size;\r
-    UINTN                             BlockSize;\r
-    EFI_GUID                          Guid;\r
+  UINTN       DeviceBaseAddress;    // Start address of the Device Base Address (DBA)\r
+  UINTN       RegionBaseAddress;    // Start address of one single region\r
+  UINTN       Size;\r
+  UINTN       BlockSize;\r
+  EFI_GUID    Guid;\r
 } NOR_FLASH_DESCRIPTION;\r
 \r
 EFI_STATUS\r