Update typo and add full name of UOSloader

This commit is contained in:
Louie Lu 2018-03-17 14:14:46 +08:00 committed by Jack Ren
parent ede4e911df
commit 337706b6ba
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ Note: Trusty OS is running in Secure World in the architecture above.
Trusty specific Hypercalls
**************************
1. HC_LAUNCH_TRUSTY
->This Hypercall is used by UOSloader to request ACRN to launch Trusty.
->This Hypercall is used by UOSloader (User OS Bootloader) to request ACRN to launch Trusty.
->The Trusty memory region range, entry point must be specified.
->Hypervisor needs to save current vCPU contexts (Normal World).
2. HC_WORLD_SWITCH
@ -67,7 +67,7 @@ API
****************
Trusty Boot flow
****************
Per design, AOSloader will trigger boot of Trusty. So the boot flow will be:
Per design, UOSloader will trigger boot of Trusty. So the boot flow will be:
UOSloader --> ACRN --> Trusty --> ACRN --> UOSloader
Detail: