summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/interface/pcbios/hidemem.c
diff options
context:
space:
mode:
authorSimon Rettberg2019-02-15 10:38:39 +0100
committerSimon Rettberg2019-02-15 10:38:39 +0100
commit893714cfea74a68b5637f1d9866d1b8d8973cf94 (patch)
tree0bc3209f0dc939a4dab61218c9af71f904bb17e5 /src/arch/x86/interface/pcbios/hidemem.c
parent[efi] Add support for console --update in efifb mode (diff)
parent[init] Show startup and shutdown function names in debug messages (diff)
downloadipxe-893714cfea74a68b5637f1d9866d1b8d8973cf94.tar.gz
ipxe-893714cfea74a68b5637f1d9866d1b8d8973cf94.tar.xz
ipxe-893714cfea74a68b5637f1d9866d1b8d8973cf94.zip
Merge branch 'master' into openslx
Diffstat (limited to 'src/arch/x86/interface/pcbios/hidemem.c')
-rw-r--r--src/arch/x86/interface/pcbios/hidemem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/interface/pcbios/hidemem.c b/src/arch/x86/interface/pcbios/hidemem.c
index a3728123c..1a3022c5d 100644
--- a/src/arch/x86/interface/pcbios/hidemem.c
+++ b/src/arch/x86/interface/pcbios/hidemem.c
@@ -229,6 +229,7 @@ static void unhide_etherboot ( int flags __unused ) {
/** Hide Etherboot startup function */
struct startup_fn hide_etherboot_startup_fn __startup_fn ( STARTUP_EARLY ) = {
+ .name = "hidemem",
.startup = hide_etherboot,
.shutdown = unhide_etherboot,
};