]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPlatformPkg/ArmPlatformPkg.dec
ArmPlatformPkg/BootMonFs: Added support for the NorFlash File System of the ARM Devel...
authorOlivier Martin <olivier.martin@arm.com>
Thu, 16 Jan 2014 00:06:13 +0000 (00:06 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Jan 2014 00:06:13 +0000 (00:06 +0000)
commit94e0955d3e8a3d949e3f00fe69b2827a637058c3
tree79d2c08df59d10a4166bf4c384113682b3d3b905
parent33fc8b0fec5fca4a8936348cba2b1beee0bc0ed5
ArmPlatformPkg/BootMonFs: Added support for the NorFlash File System of the ARM Development Boards

This is the filesystem created by the microcontroller on NOR Flash of the ARM Versatile
Express Development Board.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15126 6f19259b-4bc3-4df7-8a09-765794883524
17 files changed:
ArmPlatformPkg/ArmPlatformPkg.dec
ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA15-A7.fdf
ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA9x4.fdf
ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15.fdf
ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15_MPCore.fdf
ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A9x4.fdf
ArmPlatformPkg/ArmVExpressPkg/ArmVExpress.dsc.inc
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf [new file with mode: 0644]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsApi.h [new file with mode: 0644]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsDir.c [new file with mode: 0644]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsEntryPoint.c [new file with mode: 0644]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsHw.h [new file with mode: 0644]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsImages.c [new file with mode: 0644]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsInternal.h [new file with mode: 0644]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsOpenClose.c [new file with mode: 0644]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsReadWrite.c [new file with mode: 0644]
ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsUnsupported.c [new file with mode: 0644]