]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/ArmJunoPkg: Added Juno development board support
authorOlivier Martin <olivier.martin@arm.com>
Mon, 27 Oct 2014 15:28:07 +0000 (15:28 +0000)
committeroliviermartin <oliviermartin@Edk2>
Mon, 27 Oct 2014 15:28:07 +0000 (15:28 +0000)
commit9f38945fea0905452e7680ed3ea554487a1f6c9b
tree1def962698c15447981b00e30fe91f65809eb348
parentcfdab71f926328bc82ac47f2d85bd823451af9d1
ArmPlatformPkg/ArmJunoPkg: Added Juno development board support

ARM 64bit development platform.

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@16249 6f19259b-4bc3-4df7-8a09-765794883524
22 files changed:
ArmPlatformPkg/ArmJunoPkg/ArmJuno.dec [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/ArmJuno.dsc [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/ArmJuno.fdf [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.c [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxeInternal.h [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/InstallFdt.c [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciEmulation.c [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciEmulation.h [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/PciRootBridgeIo.c [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.c [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.inf [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Include/ArmPlatform.h [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Include/Drivers/GenericWatchdog.h [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Library/ArmJunoLib/AArch64/ArmJunoHelper.S [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Library/ArmJunoLib/Arm/ArmJunoHelper.S [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Library/ArmJunoLib/ArmJuno.c [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Library/ArmJunoLib/ArmJunoLib.inf [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Library/ArmJunoLib/ArmJunoMem.c [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Library/NorFlashJunoLib/NorFlashJuno.c [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Library/NorFlashJunoLib/NorFlashJunoLib.inf [new file with mode: 0644]
ArmPlatformPkg/ArmJunoPkg/Makefile [new file with mode: 0644]