]> git.proxmox.com Git - mirror_edk2.git/commit - BeagleBoardPkg/BeagleBoardPkg-next.fdf
BeagleBoardPkg: Implement ArmPlatformLib and the ARM PCDs to reuse ARM common compone...
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 6 Jul 2011 20:08:28 +0000 (20:08 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 6 Jul 2011 20:08:28 +0000 (20:08 +0000)
commit7f21c4a2276901c3bfc8712eabd170a41501aa12
tree1cd9334fa1cb07fa2d8f748866daf58491c2bf4d
parent803f94eef966dd952c4616106b17b5e54eb266a1
BeagleBoardPkg: Implement ArmPlatformLib and the ARM PCDs to reuse ARM common components on the BeagleBoard.

To build the UEFI BeagleBoard firmware using this ARM framework either use ./build-next.sh
or directly call the EDK2 BaseTools with BeagleBoardPkg-next.dsc.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11998 6f19259b-4bc3-4df7-8a09-765794883524
BeagleBoardPkg/BeagleBoardPkg-next.dsc [new file with mode: 0755]
BeagleBoardPkg/BeagleBoardPkg-next.fdf [new file with mode: 0755]
BeagleBoardPkg/Include/BeagleBoard.h [new file with mode: 0755]
BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoard.c [new file with mode: 0755]
BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardHelper.S [new file with mode: 0755]
BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardHelper.asm [new file with mode: 0755]
BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf [new file with mode: 0755]
BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardMem.c [new file with mode: 0755]
BeagleBoardPkg/Library/BeagleBoardLib/Clock.c [new file with mode: 0755]
BeagleBoardPkg/Library/BeagleBoardLib/PadConfiguration.c [new file with mode: 0755]
BeagleBoardPkg/build-next.sh [new file with mode: 0755]