Fix internal review comments. Rename the xml field 'EnclaveStartAddress' to 'EnclaveImageAddress' and add a new field 'ELRangeStartAddress'.

Signed-off-by: Zhang Lili <lili.z.zhang@intel.com>
This commit is contained in:
Zhang Lili
2020-12-24 09:11:15 +00:00
parent 59262ab0a2
commit 29d2d9675c
22 changed files with 513 additions and 202 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ int create_enclave(secs_t *secs,
SE_TRACE(SE_TRACE_DEBUG, "out of memory.\n");
return SGX_ERROR_OUT_OF_MEMORY;
}
*start_addr = ce->get_secs()->base;
*enclave_id = ce->get_enclave_id();
secs->base = *start_addr;