]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg/Documentation: Add diagram to the documentation
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 11 Jul 2011 15:45:33 +0000 (15:45 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 11 Jul 2011 15:45:33 +0000 (15:45 +0000)
- Give an overview of the different possible boot phases on ARM platforms (using
EDK2 for the full boot story or limiting its use to the last boot sequence)
- Show which functions to implement in ArmPlatformLib following the the boot phases

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12004 6f19259b-4bc3-4df7-8a09-765794883524

ArmPlatformPkg/Documentation/ARM-EDK2-Overview.png [new file with mode: 0755]
ArmPlatformPkg/Documentation/ArmPlatformLib-2nd-Stage.png [new file with mode: 0755]
ArmPlatformPkg/Documentation/ArmPlatformLib-Full-Boot.png [new file with mode: 0755]
ArmPlatformPkg/Documentation/ArmPlatformPkg.txt

diff --git a/ArmPlatformPkg/Documentation/ARM-EDK2-Overview.png b/ArmPlatformPkg/Documentation/ARM-EDK2-Overview.png
new file mode 100755 (executable)
index 0000000..37cb394
Binary files /dev/null and b/ArmPlatformPkg/Documentation/ARM-EDK2-Overview.png differ
diff --git a/ArmPlatformPkg/Documentation/ArmPlatformLib-2nd-Stage.png b/ArmPlatformPkg/Documentation/ArmPlatformLib-2nd-Stage.png
new file mode 100755 (executable)
index 0000000..fbb952c
Binary files /dev/null and b/ArmPlatformPkg/Documentation/ArmPlatformLib-2nd-Stage.png differ
diff --git a/ArmPlatformPkg/Documentation/ArmPlatformLib-Full-Boot.png b/ArmPlatformPkg/Documentation/ArmPlatformLib-Full-Boot.png
new file mode 100755 (executable)
index 0000000..d9098aa
Binary files /dev/null and b/ArmPlatformPkg/Documentation/ArmPlatformLib-Full-Boot.png differ
index cbe56ffd1d0364d73216dfef1b553ec4b418972c..e45a3f0666a08297f166cc36ff91fbc952bb26ae 100644 (file)
@@ -63,6 +63,11 @@ FAQ :
     Boot sequence: Sec/PrePiCore/PeiCore/Dxe/Bds\r
     Example: ARM Versatile Express\r
 \r
     Boot sequence: Sec/PrePiCore/PeiCore/Dxe/Bds\r
     Example: ARM Versatile Express\r
 \r
+See:\r
+- ArmPlatformPkg/Documentation/ARM-EDK2-Overview.png\r
+- ArmPlatformPkg/Documentation/ArmPlatformLib-Full-Boot.png\r
+- ArmPlatformPkg/Documentation/ArmPlatformLib-2nd-Stage.png\r
+\r
 # What is the PcdStandalone\r
 gArmPlatformTokenSpaceGuid.PcdStandalone=FALSE is used on ARM Development Platforms during the development stage.\r
 To avoid to reflash the NOR Flash after each build, the SEC (in NOR Flash) intializes thd DRAM and wait until the Normal World firmware is copied into the DRAM.\r
 # What is the PcdStandalone\r
 gArmPlatformTokenSpaceGuid.PcdStandalone=FALSE is used on ARM Development Platforms during the development stage.\r
 To avoid to reflash the NOR Flash after each build, the SEC (in NOR Flash) intializes thd DRAM and wait until the Normal World firmware is copied into the DRAM.\r