Change shim.cloudready to shim.chromeos

We're not CloudReady anymore, so make the names a little clearer.

BUG=b:195942249
TEST=`make build && make copy && make dump-sbat`

Change-Id: I4a18f4dbd495ba7433dbbe0365aecaea57a8f47b
1 file changed
tree: 7d89841e8de80005a615f61bcdc50a919e149873
  1. .gitignore
  2. Dockerfile
  3. Makefile
  4. neverware.cer
  5. README.md
  6. sbat.csv
  7. shim_15.4_1bea91b_357.patch
  8. shim_15.4_33ca950_361.patch
  9. shim_15.4_8b59591_364.patch
  10. shim_15.4_975c2fe_362.patch
README.md

shim-build

Build shim in a Docker container.

Makefile targets

Build shim in a Docker container:

make build

Build with the cache turned off to get the full build log:

make build-no-cache

Copy the shim builds from the container to the host:

make copy

View details of the public certificate:

make cert-info

View SBAT section of the shim binaries:

make dump-sbat