keystone-enclave / keystone-sdk

SDK for Keystone Enclave - ABI/SBI libraries and sample apps
Other
44 stars 22 forks source link

A few changes with freemem support #21

Closed dayeol closed 5 years ago

dayeol commented 5 years ago

A few changes have been made to support freemem in the runtime. (1) Runtime Stack is a part of the runtime ELF so that we don't need to remap that when boot time (2) Shared buffer address has been changed to make it easy to just copy old page table entries to the new page table.