]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg/ArmPlatformSysConfigLib: Add function 'ArmPlatformSysConfigGetValues'
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 28 Feb 2012 17:35:03 +0000 (17:35 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 28 Feb 2012 17:35:03 +0000 (17:35 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13066 6f19259b-4bc3-4df7-8a09-765794883524

ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/ArmVExpressSysConfig.c
ArmPlatformPkg/Include/Library/ArmPlatformSysConfigLib.h

index 204f2ad9de77022db2b2e861c618d0a62d9684bf..9753db916114e4906bc33060bdeb38dbc13fe26b 100644 (file)
@@ -151,6 +151,16 @@ ArmPlatformSysConfigGet (
   return AccessSysCfgRegister (SYS_CFGCTRL_READ, Function, Site, Position, Device, Value);\r
 }\r
 \r
   return AccessSysCfgRegister (SYS_CFGCTRL_READ, Function, Site, Position, Device, Value);\r
 }\r
 \r
+EFI_STATUS\r
+ArmPlatformSysConfigGetValues (\r
+  IN  SYS_CONFIG_FUNCTION   Function,\r
+  IN  UINTN                 Size,\r
+  OUT UINT32*               Values\r
+  )\r
+{\r
+  return EFI_UNSUPPORTED;\r
+}\r
+\r
 EFI_STATUS\r
 ArmPlatformSysConfigSet (\r
   IN  SYS_CONFIG_FUNCTION   Function,\r
 EFI_STATUS\r
 ArmPlatformSysConfigSet (\r
   IN  SYS_CONFIG_FUNCTION   Function,\r
index 62855832cbd248a67a6e850d9a8a6b7c5f02c943..626b9c912e04bbf5da2fd600480f2c1ec9938094 100644 (file)
@@ -1,6 +1,7 @@
 /** @file  ArmPlatformSysConfigLib.h
 
 /** @file  ArmPlatformSysConfigLib.h
 
-  Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>
+  Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>
+
   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
   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
@@ -39,6 +40,13 @@ ArmPlatformSysConfigGet (
   OUT UINT32*               Value
   );
 
   OUT UINT32*               Value
   );
 
+EFI_STATUS
+ArmPlatformSysConfigGetValues (
+  IN  SYS_CONFIG_FUNCTION   Function,
+  IN  UINTN                 Size,
+  OUT UINT32*               Values
+  );
+
 EFI_STATUS
 ArmPlatformSysConfigSet (
   IN  SYS_CONFIG_FUNCTION   Function,
 EFI_STATUS
 ArmPlatformSysConfigSet (
   IN  SYS_CONFIG_FUNCTION   Function,