diff options
| author | Tom Rini <[email protected]> | 2021-12-10 07:58:43 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-12-10 07:58:43 -0500 |
| commit | a1c01b17c59ec03c678073e145fbd094c7606dc8 (patch) | |
| tree | 6b0c87c85a818d8955ca2e199bdb52e219e578d0 /include/dm | |
| parent | 1530ad5becf330c6094e995e340d920df2b43699 (diff) | |
| parent | d8063dc373eb5ed5b4a31fdd3eecd32cba592696 (diff) | |
Merge tag 'efi-2022-01-rc4-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2022-01-rc4-2
UEFI:
* correctly handle missing TPM device
* prepare for block devices for U-Boot as EFI app
# gpg: Signature made Fri 10 Dec 2021 04:29:20 AM EST
# gpg: using RSA key 6DC4F9C71F29A6FA06B76D33C481DBBC2C051AC4
# gpg: Good signature from "Heinrich Schuchardt <[email protected]>" [unknown]
# gpg: aka "[jpeg image of size 1389]" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 6DC4 F9C7 1F29 A6FA 06B7 6D33 C481 DBBC 2C05 1AC4
Diffstat (limited to 'include/dm')
| -rw-r--r-- | include/dm/uclass-id.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h index fd139b9b2a0..0e26e1d1382 100644 --- a/include/dm/uclass-id.h +++ b/include/dm/uclass-id.h @@ -48,7 +48,8 @@ enum uclass_id { UCLASS_DMA, /* Direct Memory Access */ UCLASS_DSA, /* Distributed (Ethernet) Switch Architecture */ UCLASS_ECDSA, /* Elliptic curve cryptographic device */ - UCLASS_EFI, /* EFI managed devices */ + UCLASS_EFI_LOADER, /* Devices created by UEFI applications */ + UCLASS_EFI_MEDIA, /* Devices provided by UEFI firmware */ UCLASS_ETH, /* Ethernet device */ UCLASS_ETH_PHY, /* Ethernet PHY device */ UCLASS_FIRMWARE, /* Firmware */ |
