From eec1cff4b76f7d196ffacde279ab52526030f284 Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 14 Sep 2018 16:31:12 +0800 Subject: SMBIOS / SLP2.0 / IDE Mode / BIOS Name / Legacy Security String --- Core/CSPLib/FID.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Core/CSPLib/FID.c') diff --git a/Core/CSPLib/FID.c b/Core/CSPLib/FID.c index 8b33f92..17b0ba0 100644 --- a/Core/CSPLib/FID.c +++ b/Core/CSPLib/FID.c @@ -81,8 +81,10 @@ FW_VERSION FwVersionData = { TWO_DIGIT_MINUTE_INT, TWO_DIGIT_SECOND_INT, 0xffff, - CONVERT_TO_STRING(T_ACPI_OEM_ID), - CONVERT_TO_STRING(T_ACPI_OEM_TBL_ID), +// CONVERT_TO_STRING(T_ACPI_OEM_ID), +// CONVERT_TO_STRING(T_ACPI_OEM_TBL_ID), + T_ACPI_OEM_ID, + T_ACPI_OEM_TBL_ID, 49, { 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, -- cgit v1.2.3