mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
bhyve: Bump the SMBIOS firmware version to 14.0 for 14-CURRENT
Bump the firmware version to 14.0 and set the firmware release date to today. Reviewed by: jhb, bz, imp Differential Revision: https://reviews.freebsd.org/D32534
This commit is contained in:
parent
2c7a6dad4d
commit
35175e100a
1 changed files with 2 additions and 2 deletions
|
|
@ -52,9 +52,9 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#define SMBIOS_BASE 0xF1000
|
||||
|
||||
#define FIRMWARE_VERSION "13.0"
|
||||
#define FIRMWARE_VERSION "14.0"
|
||||
/* The SMBIOS specification defines the date format to be mm/dd/yyyy */
|
||||
#define FIRMWARE_RELEASE_DATE "11/10/2020"
|
||||
#define FIRMWARE_RELEASE_DATE "10/17/2021"
|
||||
|
||||
/* BHYVE_ACPI_BASE - SMBIOS_BASE) */
|
||||
#define SMBIOS_MAX_LENGTH (0xF2400 - 0xF1000)
|
||||
|
|
|
|||
Loading…
Reference in a new issue