aboutsummaryrefslogtreecommitdiff
path: root/src/post.c
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2012-12-14 12:59:39 +0100
committerKevin O'Connor <kevin@koconnor.net>2012-12-15 09:24:49 -0500
commit37676f83adfe303f47603b2020d21ebcb67764c7 (patch)
tree667d87583fc3819a2e570cc75dbbe1af83152a6d /src/post.c
parentc39a27297ab38ff5808e955d16fd1a6d9656e715 (diff)
downloadseabios-hppa-37676f83adfe303f47603b2020d21ebcb67764c7.zip
seabios-hppa-37676f83adfe303f47603b2020d21ebcb67764c7.tar.gz
seabios-hppa-37676f83adfe303f47603b2020d21ebcb67764c7.tar.bz2
maininit(): print machine UUID under seabios version message
There are users who would like to see the UUID at startup, and it probably won't bother others. Related RHBZ: 876250. Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'src/post.c')
-rw-r--r--src/post.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/post.c b/src/post.c
index 3705c3b..f3b56b8 100644
--- a/src/post.c
+++ b/src/post.c
@@ -261,6 +261,9 @@ maininit(void)
// Run vga option rom
vga_setup();
+ // SMBIOS tables and VGA console are ready, print UUID
+ display_uuid();
+
// Do hardware initialization (if running synchronously)
if (!CONFIG_THREADS || !CONFIG_THREAD_OPTIONROMS) {
init_hw();