git: 2e35684a0390 - main - arm64: Add smbios to kernel

From: Warner Losh <imp_at_FreeBSD.org>
Date: Thu, 25 Jul 2024 05:13:25 UTC
The branch main has been updated by imp:

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

commit 2e35684a0390d6554bc7eb086f071a7fd7ec2c5f
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-07-25 05:02:36 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-07-25 05:09:57 +0000

    arm64: Add smbios to kernel
    
    Sponsored by:           Netflix
    Reviewed by:            gallatin, andrew
    Differential Revision:  https://reviews.freebsd.org/D45764
---
 sys/arm64/conf/std.arm64 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys/arm64/conf/std.arm64 b/sys/arm64/conf/std.arm64
index 69f333e32ed9..c83e98c17a33 100644
--- a/sys/arm64/conf/std.arm64
+++ b/sys/arm64/conf/std.arm64
@@ -102,3 +102,6 @@ options 	PPS_SYNC
 # EFI devices
 device		efidev			# EFI pseudo-device
 device		efirtc			# EFI RTC
+
+# SMBIOS -- all EFI platforms
+device		smbios