]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Drivers...
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Jul 2011 15:40:16 +0000 (15:40 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Jul 2011 15:40:16 +0000 (15:40 +0000)
commit633724f462a7117bc26838e66825e3b1bec506cc
treef286b27d4986f0b1cbf32495560df22eb3ddbb66
parent5cc45b70c310f853f28b2351f3d93109ff858dcf
ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Drivers/ (2)

... svn did not like my way to move folder from one directory to another one :-/

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11957 6f19259b-4bc3-4df7-8a09-765794883524
14 files changed:
ArmPlatformPkg/Drivers/PL180MciDxe/PL180Mci.c [new file with mode: 0644]
ArmPlatformPkg/Drivers/PL180MciDxe/PL180Mci.h [new file with mode: 0644]
ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf [new file with mode: 0755]
ArmPlatformPkg/Drivers/PL301Axi/PL301Axi.c [new file with mode: 0644]
ArmPlatformPkg/Drivers/PL301Axi/PL301Axi.inf [new file with mode: 0755]
ArmPlatformPkg/Drivers/PL310L2Cache/PL310L2Cache.c [new file with mode: 0644]
ArmPlatformPkg/Drivers/PL310L2Cache/PL310L2CacheSec.inf [new file with mode: 0755]
ArmPlatformPkg/Drivers/PL34xDmc/PL341Dmc.c [new file with mode: 0644]
ArmPlatformPkg/Drivers/PL34xDmc/PL341Dmc.inf [new file with mode: 0755]
ArmPlatformPkg/Drivers/PL35xSmc/InitializeSMC.S [new file with mode: 0755]
ArmPlatformPkg/Drivers/PL35xSmc/InitializeSMC.asm [new file with mode: 0755]
ArmPlatformPkg/Drivers/PL35xSmc/PL35xSmc.inf [new file with mode: 0755]
ArmPlatformPkg/Library/L2X0CacheLibNull/L2X0Cache.c [new file with mode: 0644]
ArmPlatformPkg/Library/L2X0CacheLibNull/L2X0CacheLibNull.inf [new file with mode: 0755]