X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPlatformPkg%2FInclude%2FLibrary%2FArmPlatformLib.h;h=852eb236ce31cc4daffd79d82647f6f5ac67df9a;hp=864c2c7c921b207caf52807786cd84576b35c6a9;hb=0db25ccc6cf1d05dc6b8fd9b07d033b40c387c88;hpb=77de7e5372fc188811acfc3222b3fd967b54de3f diff --git a/ArmPlatformPkg/Include/Library/ArmPlatformLib.h b/ArmPlatformPkg/Include/Library/ArmPlatformLib.h index 864c2c7c92..852eb236ce 100644 --- a/ArmPlatformPkg/Include/Library/ArmPlatformLib.h +++ b/ArmPlatformPkg/Include/Library/ArmPlatformLib.h @@ -1,6 +1,6 @@ /** @file * -* Copyright (c) 2011, ARM Limited. All rights reserved. +* Copyright (c) 2011-2012, ARM Limited. All rights reserved. * * This program and the accompanying materials * are licensed and made available under the terms and conditions of the BSD License @@ -29,7 +29,7 @@ #include /** - This structure is used by ArmVExpressGetEfiMemoryMap to describes a region of the EFI memory map + This structure is used to describe a region of the EFI memory map Every EFI regions of the system memory described by their physical start address and their size can have different attributes. Some regions can be tested and other untested. @@ -131,34 +131,6 @@ ArmPlatformInitializeSystemMemory ( VOID ); -/** - Remap the memory at 0x0 - - Some platform requires or gives the ability to remap the memory at the address 0x0. - This function can do nothing if this feature is not relevant to your platform. - -**/ -VOID -ArmPlatformBootRemapping ( - VOID - ); - -/** - Return if Trustzone is supported by your platform - - A non-zero value must be returned if you want to support a Secure World on your platform. - ArmPlatformTrustzoneInit() will later set up the secure regions. - This function can return 0 even if Trustzone is supported by your processor. In this case, - the platform will continue to run in Secure World. - - @return A non-zero value if Trustzone supported. - -**/ -UINTN -ArmPlatformTrustzoneSupported ( - VOID - ); - /** Initialize the Secure peripherals and memory regions