]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h
ArmPlatformPkg/NorFlashDxe: Move NorFlash driver from ArmVExpressPkg to ArmPlatformPkg
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 3 Jun 2011 09:35:57 +0000 (09:35 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 3 Jun 2011 09:35:57 +0000 (09:35 +0000)
commitd5e12da4fea90f1293d4731aa8a5da0097f268d5
treede08d65377d30ade6eedf5560d209c73d9b45080
parentce9cc403bdd8f8d7f8aeebdac40485bf8e0d7be6
ArmPlatformPkg/NorFlashDxe: Move NorFlash driver from ArmVExpressPkg to ArmPlatformPkg

This NOR Flash driver can be reused for other platform (eg: ARM Realview EB).

To make this driver reusable on other platforms the NorFlashPlatformLib library
has been created to abstract the platform specific bits such as the pre-requirements
steps to the initialization and the geometry of the NOR Flash regions.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11746 6f19259b-4bc3-4df7-8a09-765794883524
16 files changed:
ArmPlatformPkg/ArmPlatformPkg.dec
ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA9x4.dsc
ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA9x4.fdf
ArmPlatformPkg/ArmVExpressPkg/Library/NorFlashArmVExpressLib/NorFlashArmVExpress.c [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/Library/NorFlashArmVExpressLib/NorFlashArmVExpressLib.inf [new file with mode: 0644]
ArmPlatformPkg/ArmVExpressPkg/NorFlashDxe/NorFlashBlockIoDxe.c [deleted file]
ArmPlatformPkg/ArmVExpressPkg/NorFlashDxe/NorFlashDxe.c [deleted file]
ArmPlatformPkg/ArmVExpressPkg/NorFlashDxe/NorFlashDxe.h [deleted file]
ArmPlatformPkg/ArmVExpressPkg/NorFlashDxe/NorFlashDxe.inf [deleted file]
ArmPlatformPkg/ArmVExpressPkg/NorFlashDxe/NorFlashFvbDxe.c [deleted file]
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashBlockIoDxe.c [new file with mode: 0644]
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c [new file with mode: 0644]
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.h [new file with mode: 0644]
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf [new file with mode: 0644]
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashFvbDxe.c [new file with mode: 0644]
ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h [new file with mode: 0644]