From: oliviermartin Date: Mon, 11 Jul 2011 15:45:33 +0000 (+0000) Subject: ArmPlatformPkg/Documentation: Add diagram to the documentation X-Git-Tag: edk2-stable201903~14508 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=e5bdb129e1f049ab0e3fd1120a874b1ab991faa9 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 --- diff --git a/ArmPlatformPkg/Documentation/ARM-EDK2-Overview.png b/ArmPlatformPkg/Documentation/ARM-EDK2-Overview.png new file mode 100755 index 0000000000..37cb39475b 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 index 0000000000..fbb952c19f 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 index 0000000000..d9098aab90 Binary files /dev/null and b/ArmPlatformPkg/Documentation/ArmPlatformLib-Full-Boot.png 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.