]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/ArmVExpressPkg: add ArmPlatformSysConfigLib for runtime
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 10 Jul 2015 15:08:15 +0000 (15:08 +0000)
committeroliviermartin <oliviermartin@Edk2>
Fri, 10 Jul 2015 15:08:15 +0000 (15:08 +0000)
commit35630cb6d9e94d3bc0afd87b726541e26c2eee4e
treec56fe5becbfb31d8bca59d913588ba46fe840175
parentb1d4218a518f1c7e2cf1e509880f828f272c0194
ArmPlatformPkg/ArmVExpressPkg: add ArmPlatformSysConfigLib for runtime

This adds a ArmPlatformSysConfigLib implementation that is usable by
DXE_RUNTIME_DRIVER modules. Since the system registers that this library
encapsulates are not usable at runtime, this driver allows access to
those registers only at boot time.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17925 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigRuntimeLib/ArmVExpressSysConfigRuntimeLib.c [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigRuntimeLib/ArmVExpressSysConfigRuntimeLib.inf [new file with mode: 0644]