From 831457ec5e299ae69d8a8abc929910311cfd7707 Mon Sep 17 00:00:00 2001 From: Guo Mang Date: Wed, 3 Aug 2016 09:49:19 +0800 Subject: BraswellPlatformPkg: Move BiosUpdateConfig to Common/Feature/BiosUpdateConfig Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang Reviewed-by: David Wei --- .../Feature/BiosUpdateConfig/BiosUpdateConfig.ini | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 BraswellPlatformPkg/Common/Feature/BiosUpdateConfig/BiosUpdateConfig.ini (limited to 'BraswellPlatformPkg/Common/Feature') diff --git a/BraswellPlatformPkg/Common/Feature/BiosUpdateConfig/BiosUpdateConfig.ini b/BraswellPlatformPkg/Common/Feature/BiosUpdateConfig/BiosUpdateConfig.ini new file mode 100644 index 0000000000..f545503a4a --- /dev/null +++ b/BraswellPlatformPkg/Common/Feature/BiosUpdateConfig/BiosUpdateConfig.ini @@ -0,0 +1,24 @@ +; /** @file +; Bios update configuration file. +; +; Copyright (c) 2015, Intel Corporation. All rights reserved.
+; +; This program and the accompanying materials +; are licensed and made available under the terms and conditions of the BSD License +; which accompanies this distribution. The full text of the license may be found at +; http://opensource.org/licenses/bsd-license.php. +; +; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +; +; **/ + +[Head] +NumOfUpdate = 1 +Update0 = FvMain + +[FvMain] +UpdateType = 0 # Spi Update +FvBaseAddress = 0xFFC83000 #FvImage base address +FileGuid = 4A538818-5AE0-4eb2-B2EB-488B23657022 +FaultTolerant = FALSE -- cgit v1.2.3