keystone-enclave / riscv-pk

Security monitor for Keystone Enclave (mirror of riscv-pk). Will be deprecated when openSBI port is ready
Other
36 stars 14 forks source link

Major reduction and cleanup pass #45

Closed dkohlbre closed 4 years ago

dkohlbre commented 5 years ago

There are significant parts of riscv-pk that we don't use, these should be identified and removed if possible, marked as optional otherwise.

dkohlbre commented 5 years ago

software floating-point emulation is optional

dkohlbre commented 5 years ago

https://github.com/keystone-enclave/riscv-pk/tree/no-softfloat Seems to allow us to build without software floating-point emulation. Needs more testing.