Skip to content

Commit

Permalink
Integrate with FireMarshal (w/ Chipyard) (#208)
Browse files Browse the repository at this point in the history
Keystone software stack has been integrated with FireMarshal
which is a software management tool for FireSim in Chipyard (https://chipyard.readthedocs.io/)
Now Keystone can be built with FireMarshal using the following workload config:
https://github.com/keystone-enclave/firemarshal-keystone

* Add target "patch" for applying patches without building
* Bump Linux 5.6
* Bump Linux driver (includes compatibility fixes for 5.6)
* Removed defconfig for FireSim because it's now in firemarshal-keystone workload config
* Update Documentation for FireSim
  • Loading branch information
dayeol committed Oct 19, 2020
1 parent b6bcb71 commit e448fa3
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 3,284 deletions.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ else()
add_patch("linux" "linux${BITS}.patch" ${linux_srcdir} linux_patches)
endif()


if(initramfs)
# linux-initramfs
execute_process(COMMAND id -u OUTPUT_VARIABLE uid)
Expand Down Expand Up @@ -290,6 +289,10 @@ add_custom_target("image" DEPENDS "buildroot" "sm"
)
add_dependencies("buildroot" "image-deps")

###############################################################################
## PATCH
###############################################################################
add_custom_target("patch" DEPENDS ${qemu_patches} ${linux_patches} ${sm_patches})

###############################################################################
## QEMU scripts
Expand Down

0 comments on commit e448fa3

Please sign in to comment.