mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
5ddca3b91b
commit
e5bdb129e1
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
|
@ -63,6 +63,11 @@ FAQ :
|
||||||
Boot sequence: Sec/PrePiCore/PeiCore/Dxe/Bds
|
Boot sequence: Sec/PrePiCore/PeiCore/Dxe/Bds
|
||||||
Example: ARM Versatile Express
|
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
|
# What is the PcdStandalone
|
||||||
gArmPlatformTokenSpaceGuid.PcdStandalone=FALSE is used on ARM Development Platforms during the development stage.
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue