46 lines
1.5 KiB
Plaintext
46 lines
1.5 KiB
Plaintext
## @file
|
|
# FDF file of TCC Stream Config Firmware FV
|
|
#
|
|
#@copyright
|
|
# Copyright (c) 2020 Intel Corporation. All rights reserved
|
|
# This software and associated documentation (if any) is furnished
|
|
# under a license and may only be used or copied in accordance
|
|
# with the terms of the license. Except as permitted by the
|
|
# license, no part of this software or documentation may be
|
|
# reproduced, stored in a retrieval system, or transmitted in any
|
|
# form or by any means without the express written consent of
|
|
# Intel Corporation.
|
|
# This file contains a 'Sample Driver' and is licensed as such
|
|
# under the terms of your license agreement with Intel or your
|
|
# vendor. This file may be modified by the user, subject to
|
|
# the additional terms of the license agreement.
|
|
#
|
|
#@par Specification Reference:
|
|
#
|
|
##
|
|
|
|
[FV.FvTccStreamCfg]
|
|
BlockSize = $(FLASH_BLOCK_SIZE)
|
|
FvAlignment = 16
|
|
ERASE_POLARITY = 1
|
|
MEMORY_MAPPED = TRUE
|
|
STICKY_WRITE = TRUE
|
|
LOCK_CAP = TRUE
|
|
LOCK_STATUS = TRUE
|
|
WRITE_DISABLED_CAP = TRUE
|
|
WRITE_ENABLED_CAP = TRUE
|
|
WRITE_STATUS = TRUE
|
|
WRITE_LOCK_CAP = TRUE
|
|
WRITE_LOCK_STATUS = TRUE
|
|
READ_DISABLED_CAP = TRUE
|
|
READ_ENABLED_CAP = TRUE
|
|
READ_STATUS = TRUE
|
|
READ_LOCK_CAP = TRUE
|
|
READ_LOCK_STATUS = TRUE
|
|
FvNameGuid = 47B18F92-5ADC-4739-8D70-9BFFCD9A2EC2
|
|
|
|
FILE FREEFORM = 7F6AD829-15E9-4FDE-9DD3-0548BB7F56F3 {
|
|
SECTION RAW = $(PLATFORM_BOARD_PACKAGE)/Binaries/Tcc/TccStreamCfg.bin
|
|
SECTION UI = "IntelFvTccStreamCfg"
|
|
}
|