From 3adae4f27d600f0be7904eb1bb30e79d90386793 Mon Sep 17 00:00:00 2001 From: Ravi Pokala Date: Mon, 7 Apr 2025 23:04:31 -0700 Subject: [PATCH] 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 --- stand/libsa/smbios.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stand/libsa/smbios.c b/stand/libsa/smbios.c index 618c8a1052e..32cd198a953 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 *