diff options
| author | Michael Brown | 2023-02-15 23:43:33 +0100 |
|---|---|---|
| committer | Michael Brown | 2023-02-15 23:43:33 +0100 |
| commit | cff857461be443339aa39d614635d9a4eae8f8b2 (patch) | |
| tree | a145a1a693e24028edcd9cbf61c2127c160cdc2e /src/arch/x86/include/bits/entropy.h | |
| parent | [efi] Support the initrd autodetection mechanism in newer Linux kernels (diff) | |
| download | ipxe-cff857461be443339aa39d614635d9a4eae8f8b2.tar.gz ipxe-cff857461be443339aa39d614635d9a4eae8f8b2.tar.xz ipxe-cff857461be443339aa39d614635d9a4eae8f8b2.zip | |
[rng] Add RDRAND as an entropy source
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/include/bits/entropy.h')
| -rw-r--r-- | src/arch/x86/include/bits/entropy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/include/bits/entropy.h b/src/arch/x86/include/bits/entropy.h index 5ac7fcd2e..7accea33f 100644 --- a/src/arch/x86/include/bits/entropy.h +++ b/src/arch/x86/include/bits/entropy.h @@ -10,5 +10,6 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include <ipxe/rtc_entropy.h> +#include <ipxe/rdrand.h> #endif /* _BITS_ENTROPY_H */ |
