shim 16.1
| Name | shim |
|---|---|
| Version | 16.1 |
| Summary | shim is a trivial EFI application. |
| Description | shim is a trivial EFI application that, when run, attempts to open and execute another application. It will initially attempt to do this via the standard EFI LoadImage() and StartImage() calls. If these fail (because secure boot is enabled and the binary is not signed with an appropriate key, for instance) it will then validate the binary against a built-in certificate. If this succeeds and if the binary or signing key are not blacklisted then shim will relocate and execute the binary. |
| Section | bootloaders |
| License | BSD-2-Clause |
| Homepage | https://github.com/rhboot/shim.git |
| Recipe file | recipes-bsp/shim/shim_16.1.bb |
| Layer | meta-efi-secure-boot (master branch) |
| Inherits |
|
| Dependencies |
|
| PACKAGECONFIG options |
|
Sources
| https://github.com/rhboot/shim/releases/download/16.1/shim-16.1.tar.bz2 |
Patches
| Patch | Status |
|---|---|
| shim/0001-Fix-build-with-binutils-2.46.patch | Backport |
| shim/0001-Use-LoadImage-function-provided-by-UEFI.patch | Inappropriate [embedded specific] |
Other branches
This recipe in other branches of meta-efi-secure-boot:
| Branch | Recipe |
|---|---|
| master | shim 16.1 (this recipe) |
| whinlatter (Yocto Project 5.3) | shim 16.1 |
| walnascar (Yocto Project 5.2) | shim 16.0 |
| styhead (Yocto Project 5.1) | shim 15.8 |
| scarthgap (Yocto Project 5.0) | shim 15.8 |
| nanbield (Yocto Project 4.3) | shim 15.7 |
| mickledore (Yocto Project 4.2) | shim 12+gitX |
| kirkstone (Yocto Project 4.0) | shim 12+gitX |
| honister (Yocto Project 3.4) | shim 12+gitX |
| gatesgarth (Yocto Project 3.2) | shim 12+gitX |
| thud (Yocto Project 2.6) | shim 12+gitX |
| sumo (Yocto Project 2.5) | shim 12+gitX |
| rocko (Yocto Project 2.4) | shim 12+gitX |