diff options
| author | Tom Rini <[email protected]> | 2020-01-08 18:57:11 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-01-08 18:57:11 -0500 |
| commit | 7086de4948ba2bc46cdd3001f7d845535f05f7fe (patch) | |
| tree | 1689ea51d9e9cd24ba10d4dbcc590c087062911f /include/dm | |
| parent | 21aede21b060661977fd3d11f96211bd4f254096 (diff) | |
| parent | 7d6f16fbde9a03adc7d85b8809cb16dbc5e311f9 (diff) | |
Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for efi-2020-04-rc1
This pull request provides:
* support for FIT images for UEFI binaries
* drivers for hardware random number generators
* an implementation of the EFI_RNG_PROTOCOL
* a sub-command for efidebug to display configuration tables
Diffstat (limited to 'include/dm')
| -rw-r--r-- | include/dm/uclass-id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h index c1bab17ad11..67f5d673cb8 100644 --- a/include/dm/uclass-id.h +++ b/include/dm/uclass-id.h @@ -88,6 +88,7 @@ enum uclass_id { UCLASS_REGULATOR, /* Regulator device */ UCLASS_REMOTEPROC, /* Remote Processor device */ UCLASS_RESET, /* Reset controller device */ + UCLASS_RNG, /* Random Number Generator */ UCLASS_RTC, /* Real time clock device */ UCLASS_SCSI, /* SCSI device */ UCLASS_SERIAL, /* Serial UART */ |
