Skip to content

Commit

Permalink
remove UEFI app (#2956)
Browse files Browse the repository at this point in the history
  • Loading branch information
jul-sh committed Jun 13, 2022
1 parent 751d471 commit c0c5be4
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 1,170 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ members = [
"xtask",
]
exclude = [
"experimental/uefi/app",
"experimental/uefi/baremetal",
"experimental/uefi/baremetal-crosvm",
"oak_functions/loader/fuzz",
Expand Down
1 change: 0 additions & 1 deletion experimental/uefi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
This directory contains the following:

- `runtime`: common business logic that should run in a VM
- `app`: UEFI application that wraps `runtime` for execution under UEFI
- `baremetal`: a minimal kernel that wraps `runtime` for execution on bare metal
- `loader`: wrapper around `qemu` that loads one of the two above and exposes a
gRPC server for communicating with the runtime
Expand Down
9 changes: 0 additions & 9 deletions experimental/uefi/app/.cargo/config.toml

This file was deleted.

Loading

0 comments on commit c0c5be4

Please sign in to comment.