Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2025 07:02:19 GMT
From:      Ravi Pokala <rpokala@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: b337e9fd1171 - stable/14 - loader: Add the CPU identification string to the data which is visible in the bootloader.
Message-ID:  <202504200702.53K72JIt037559@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by rpokala:

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

commit b337e9fd11711a7dff6a35f211c2b4f3210b29c4
Author:     Ravi Pokala <rpokala@FreeBSD.org>
AuthorDate: 2025-04-08 06:04:31 +0000
Commit:     Ravi Pokala <rpokala@FreeBSD.org>
CommitDate: 2025-04-20 07:01:18 +0000

    loader: Add the CPU identification string to the data which is visible
    in the bootloader.
    
    Reviewed by:    imp
    MFC after:      1 week
    Sponsored by:   Vdura
    Differential Revision: https://reviews.freebsd.org/D49708
    
    (cherry picked from commit 3adae4f27d600f0be7904eb1bb30e79d90386793)
---
 stand/libsa/smbios.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/stand/libsa/smbios.c b/stand/libsa/smbios.c
index 618c8a1052ec..32cd198a9537 100644
--- a/stand/libsa/smbios.c
+++ b/stand/libsa/smbios.c
@@ -461,6 +461,7 @@ smbios_parse_table(const caddr_t addr)
 		break;
 
 	case 4:		/* 3.3.5 Processor Information (Type 4) */
+		smbios_setenv("smbios.processor.version", addr, 0x10);
 		/*
 		 * Offset 18h: Processor Status
 		 *



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