summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2016-05-04 15:13:44 +0200
committerMichael Brown2016-05-04 15:34:24 +0200
commit57d0ea7c461d4ba2c8befa9506472c81129c30b3 (patch)
treee02bfb304db8cef3bb9007c2c8eb9acc57dfede4 /src/include/ipxe/errfile.h
parent[efi] Use a timer event to generate the currticks() timer (diff)
downloadipxe-57d0ea7c461d4ba2c8befa9506472c81129c30b3.tar.gz
ipxe-57d0ea7c461d4ba2c8befa9506472c81129c30b3.tar.xz
ipxe-57d0ea7c461d4ba2c8befa9506472c81129c30b3.zip
[efi] Generalise EFI entropy generation to non-x86 CPUs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r--src/include/ipxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index 4681567b..2cd9fb5b 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -351,6 +351,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define ERRFILE_efi_usb ( ERRFILE_OTHER | 0x004b0000 )
#define ERRFILE_efi_fbcon ( ERRFILE_OTHER | 0x004c0000 )
#define ERRFILE_efi_local ( ERRFILE_OTHER | 0x004d0000 )
+#define ERRFILE_efi_entropy ( ERRFILE_OTHER | 0x004e0000 )
/** @} */