VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/RiscVVirt/VarStore.fdf.inc@ 107675

最後變更 在這個檔案從107675是 105670,由 vboxsync 提交於 7 月 前

Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 3.0 KB
 
1## @file
2# FDF include file with Layout Regions that define an empty variable store.
3#
4# Copyright (c) 2022, Ventana Micro Systems Inc. All rights reserved.<BR>
5# Copyright (c) 2021, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
6# Copyright (C) 2014, Red Hat, Inc.
7# Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
8#
9# SPDX-License-Identifier: BSD-2-Clause-Patent
10#
11##
12
13$(VARS_OFFSET)|$(VARS_LIVE_SIZE)
14gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
15#
16# NV_VARIABLE_STORE
17#
18DATA = {
19 ## This is the EFI_FIRMWARE_VOLUME_HEADER
20 # ZeroVector []
21 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
22 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
23 # FileSystemGuid: gEfiSystemNvDataFvGuid =
24 # { 0xFFF12B8D, 0x7696, 0x4C8B,
25 # { 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50 }}
26 0x8D, 0x2B, 0xF1, 0xFF, 0x96, 0x76, 0x8B, 0x4C,
27 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50,
28 # FvLength: 0xC0000
29 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00,
30 # Signature "_FVH" # Attributes
31 0x5f, 0x46, 0x56, 0x48, 0xff, 0xfe, 0x04, 0x00,
32 # HeaderLength # CheckSum # ExtHeaderOffset #Reserved #Revision
33 0x48, 0x00, 0x28, 0x09, 0x00, 0x00, 0x00, 0x02,
34 # Blockmap[0]: 0x3 Blocks * 0x40000 Bytes / Block
35 0x3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00,
36 # Blockmap[1]: End
37 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
38 ## This is the VARIABLE_STORE_HEADER
39 # It is compatible with SECURE_BOOT_ENABLE == FALSE as well.
40 # Signature: gEfiAuthenticatedVariableGuid =
41 # { 0xaaf32c78, 0x947b, 0x439a,
42 # { 0xa1, 0x80, 0x2e, 0x14, 0x4e, 0xc3, 0x77, 0x92 }}
43 0x78, 0x2c, 0xf3, 0xaa, 0x7b, 0x94, 0x9a, 0x43,
44 0xa1, 0x80, 0x2e, 0x14, 0x4e, 0xc3, 0x77, 0x92,
45 # Size: 0x40000 (gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize) -
46 # 0x48 (size of EFI_FIRMWARE_VOLUME_HEADER) = 0x3FFB8
47 # This can speed up the Variable Dispatch a bit.
48 0xB8, 0xFF, 0x03, 0x00,
49 # FORMATTED: 0x5A #HEALTHY: 0xFE #Reserved: UINT16 #Reserved1: UINT32
50 0x5A, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
51}
52
53$(VARS_FTW_WORKING_OFFSET)|$(VARS_FTW_WORKING_SIZE)
54gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
55#
56#NV_FTW_WORK
57#
58DATA = {
59 # EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER->Signature = gEdkiiWorkingBlockSignatureGuid =
60 # { 0x9e58292b, 0x7c68, 0x497d, { 0xa0, 0xce, 0x65, 0x0, 0xfd, 0x9f, 0x1b, 0x95 }}
61 0x2b, 0x29, 0x58, 0x9e, 0x68, 0x7c, 0x7d, 0x49,
62 0xa0, 0xce, 0x65, 0x0, 0xfd, 0x9f, 0x1b, 0x95,
63 # Crc:UINT32 #WorkingBlockValid:1, WorkingBlockInvalid:1, Reserved
64 0x5b, 0xe7, 0xc6, 0x86, 0xFE, 0xFF, 0xFF, 0xFF,
65 # WriteQueueSize: UINT64
66 0xE0, 0xFF, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00
67}
68
69$(VARS_FTW_SPARE_OFFSET)|$(VARS_FTW_SPARE_SIZE)
70gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
71#
72#NV_FTW_SPARE
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette