Skip to content

Commit

Permalink
readme updated with steps to build sct or fwts individually (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-rathore authored Jul 3, 2024
1 parent 3fd3cb1 commit 20b11dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,14 @@ The binaries of FWTS are generated here

NOTE: The UEFI application, CapsuleApp.efi is also built and can be found at the location bbr-acs/<ebbr/sbbr>/scripts/edk2/Build/MdeModule/DEBUG_GCC5/AARCH64 <br />

NOTE: SBBR and EBBR build scripts also supports bulding fwts and sct individually.

To build only SCT, pass the sct option to build script
- `./build-scripts/build_<ebbr/sbbr>.sh` sct
To build only FWTS, pass the fwts option to build script
- `./build-scripts/build_<ebbr/sbbr>.sh` fwts

## License

Arm BBR ACS is distributed under Apache v2.0 License.
Expand Down

0 comments on commit 20b11dd

Please sign in to comment.