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:
Rebecca Cran 2021-10-20 20:33:49 -06:00
parent 2c7a6dad4d
commit 35175e100a

View file

@ -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)