Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jun 2021 03:29:11 GMT
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f49381ccb6bc - main - efi/loader: Call tslog_init
Message-ID:  <202106210329.15L3TBIF076317@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=f49381ccb6bc8a5733f1aa505e716eddae299986

commit f49381ccb6bc8a5733f1aa505e716eddae299986
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2021-06-21 01:31:27 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2021-06-21 03:09:45 +0000

    efi/loader: Call tslog_init
    
    This allows the EFI loader to start recording timestamps.
---
 stand/efi/loader/main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c
index ae32960e4049..d46f3f4161b1 100644
--- a/stand/efi/loader/main.c
+++ b/stand/efi/loader/main.c
@@ -927,6 +927,8 @@ main(int argc, CHAR16 *argv[])
 	char buf[32];
 	bool uefi_boot_mgr;
 
+	tslog_init();
+
 	archsw.arch_autoload = efi_autoload;
 	archsw.arch_getdev = efi_getdev;
 	archsw.arch_copyin = efi_copyin;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106210329.15L3TBIF076317>