From 337706b6ba4408f871ef77081e60d5a4f89e81b9 Mon Sep 17 00:00:00 2001 From: Louie Lu Date: Sat, 17 Mar 2018 14:14:46 +0800 Subject: [PATCH] Update typo and add full name of UOSloader --- hypervisor/Documentation/Trusty.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypervisor/Documentation/Trusty.txt b/hypervisor/Documentation/Trusty.txt index 6f2fe0021..141acc148 100644 --- a/hypervisor/Documentation/Trusty.txt +++ b/hypervisor/Documentation/Trusty.txt @@ -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: