https://bugzilla.tianocore.org/show_bug.cgi?id=1373 Replace BSD 2-Clause License with BSD+Patent License. This change is based on the following emails: https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html RFCs with detailed process for the license change: V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Maurice Ma <maurice.ma@intel.com>
		
			
				
	
	
		
			60 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
## @file
 | 
						|
# Coreboot Support Package
 | 
						|
#
 | 
						|
# Provides drivers and definitions to support coreboot in EDKII bios.
 | 
						|
#
 | 
						|
# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
 | 
						|
# SPDX-License-Identifier: BSD-2-Clause-Patent
 | 
						|
#
 | 
						|
##
 | 
						|
 | 
						|
[Defines]
 | 
						|
  DEC_SPECIFICATION              = 0x00010005
 | 
						|
  PACKAGE_NAME                   = CorebootModulePkg
 | 
						|
  PACKAGE_GUID                   = DE1750CE-FEE7-4dd1-8E9C-B7B8BAEBCF4F
 | 
						|
  PACKAGE_VERSION                = 0.1
 | 
						|
 | 
						|
[Includes]
 | 
						|
  Include
 | 
						|
 | 
						|
[LibraryClasses]
 | 
						|
  CbParseLib|Include/Library/CbParseLib.h
 | 
						|
 | 
						|
[Guids]
 | 
						|
  #
 | 
						|
  ## Defines the token space for the Coreboot Module Package PCDs.
 | 
						|
  #
 | 
						|
  gUefiCorebootModulePkgTokenSpaceGuid  = {0xe6ff49a0, 0x15df, 0x48fd, {0x9a, 0xcf, 0xd7, 0xdc, 0x27, 0x1b, 0x39, 0xd5}}
 | 
						|
  gUefiSystemTableInfoGuid = {0x16c8a6d0, 0xfe8a, 0x4082, {0xa2, 0x8, 0xcf, 0x89, 0xc4, 0x29, 0x4, 0x33}}
 | 
						|
  gUefiFrameBufferInfoGuid = {0xdc2cd8bd, 0x402c, 0x4dc4, {0x9b, 0xe0, 0xc, 0x43, 0x2b, 0x7, 0xfa, 0x34}}
 | 
						|
  gUefiAcpiBoardInfoGuid   = {0xad3d31b, 0xb3d8, 0x4506, {0xae, 0x71, 0x2e, 0xf1, 0x10, 0x6, 0xd9, 0xf}}
 | 
						|
 | 
						|
 | 
						|
[Ppis]
 | 
						|
 | 
						|
[Protocols]
 | 
						|
 | 
						|
 | 
						|
################################################################################
 | 
						|
#
 | 
						|
# PCD Declarations section - list of all PCDs Declared by this Package
 | 
						|
#                            Only this package should be providing the
 | 
						|
#                            declaration, other packages should not.
 | 
						|
#
 | 
						|
################################################################################
 | 
						|
[PcdsFixedAtBuild, PcdsPatchableInModule]
 | 
						|
## Indicates the base address of the payload binary in memory
 | 
						|
gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemBase|0|UINT32|0x10000001
 | 
						|
## Provides the size of the payload binary in memory
 | 
						|
gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemSize|0|UINT32|0x10000002
 | 
						|
## Used to help reduce fragmentation in the EFI memory map
 | 
						|
gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0x08|UINT32|0x10000012
 | 
						|
gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0x04|UINT32|0x10000013
 | 
						|
gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0x04|UINT32|0x00000014
 | 
						|
gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0xC0|UINT32|0x00000015
 | 
						|
gUefiCorebootModulePkgTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x80|UINT32|0x00000016
 | 
						|
 | 
						|
[PcdsDynamicEx]
 | 
						|
gUefiCorebootModulePkgTokenSpaceGuid.PcdCbHeaderPointer|0|UINT32|0x10000003
 | 
						|
 |