summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Documentation
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-07-11 15:45:33 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-07-11 15:45:33 +0000
commite5bdb129e1f049ab0e3fd1120a874b1ab991faa9 (patch)
tree4227b0cde4abe7920d050dd3707996eafd0dfba8 /ArmPlatformPkg/Documentation
parent5ddca3b91be519fc285a5e8c43c219a6188940e3 (diff)
downloadedk2-platforms-e5bdb129e1f049ab0e3fd1120a874b1ab991faa9.tar.xz
ArmPlatformPkg/Documentation: Add diagram to the documentation
- 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
Diffstat (limited to 'ArmPlatformPkg/Documentation')
-rwxr-xr-xArmPlatformPkg/Documentation/ARM-EDK2-Overview.pngbin0 -> 54500 bytes
-rwxr-xr-xArmPlatformPkg/Documentation/ArmPlatformLib-2nd-Stage.pngbin0 -> 56506 bytes
-rwxr-xr-xArmPlatformPkg/Documentation/ArmPlatformLib-Full-Boot.pngbin0 -> 79676 bytes
-rw-r--r--ArmPlatformPkg/Documentation/ArmPlatformPkg.txt5
4 files changed, 5 insertions, 0 deletions
diff --git a/ArmPlatformPkg/Documentation/ARM-EDK2-Overview.png b/ArmPlatformPkg/Documentation/ARM-EDK2-Overview.png
new file mode 100755
index 0000000000..37cb39475b
--- /dev/null
+++ b/ArmPlatformPkg/Documentation/ARM-EDK2-Overview.png
Binary files differ
diff --git a/ArmPlatformPkg/Documentation/ArmPlatformLib-2nd-Stage.png b/ArmPlatformPkg/Documentation/ArmPlatformLib-2nd-Stage.png
new file mode 100755
index 0000000000..fbb952c19f
--- /dev/null
+++ b/ArmPlatformPkg/Documentation/ArmPlatformLib-2nd-Stage.png
Binary files differ
diff --git a/ArmPlatformPkg/Documentation/ArmPlatformLib-Full-Boot.png b/ArmPlatformPkg/Documentation/ArmPlatformLib-Full-Boot.png
new file mode 100755
index 0000000000..d9098aab90
--- /dev/null
+++ b/ArmPlatformPkg/Documentation/ArmPlatformLib-Full-Boot.png
Binary files differ
diff --git a/ArmPlatformPkg/Documentation/ArmPlatformPkg.txt b/ArmPlatformPkg/Documentation/ArmPlatformPkg.txt
index cbe56ffd1d..e45a3f0666 100644
--- a/ArmPlatformPkg/Documentation/ArmPlatformPkg.txt
+++ b/ArmPlatformPkg/Documentation/ArmPlatformPkg.txt
@@ -63,6 +63,11 @@ FAQ :
Boot sequence: Sec/PrePiCore/PeiCore/Dxe/Bds
Example: ARM Versatile Express
+See:
+- ArmPlatformPkg/Documentation/ARM-EDK2-Overview.png
+- ArmPlatformPkg/Documentation/ArmPlatformLib-Full-Boot.png
+- ArmPlatformPkg/Documentation/ArmPlatformLib-2nd-Stage.png
+
# What is the PcdStandalone
gArmPlatformTokenSpaceGuid.PcdStandalone=FALSE is used on ARM Development Platforms during the development stage.
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.