-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description Convert line endings to CRLF so we are compliant with the LineEndingCheck plugin. For details on how to complete to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? ## How This Was Tested N/A ## Integration Instructions N/A
- Loading branch information
1 parent
c5944c1
commit 5de67ba
Showing
13 changed files
with
297 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Makefile.libfdt | ||
# | ||
# This is not a complete Makefile of itself. Instead, it is designed to | ||
# be easily embeddable into other systems of Makefiles. | ||
# | ||
LIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1 | ||
LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h | ||
LIBFDT_VERSION = version.lds | ||
# Makefile.libfdt | ||
# | ||
# This is not a complete Makefile of itself. Instead, it is designed to | ||
# be easily embeddable into other systems of Makefiles. | ||
# | ||
LIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1 | ||
LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h | ||
LIBFDT_VERSION = version.lds | ||
LIBFDT_SRCS = fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c fdt_empty_tree.c \ | ||
fdt_addresses.c | ||
LIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o) | ||
LIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- Tree traversal functions | ||
- Graft function | ||
- Complete libfdt.h documenting comments | ||
- Tree traversal functions | ||
- Graft function | ||
- Complete libfdt.h documenting comments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,67 @@ | ||
LIBFDT_1.2 { | ||
global: | ||
fdt_next_node; | ||
fdt_check_header; | ||
fdt_move; | ||
fdt_string; | ||
fdt_num_mem_rsv; | ||
fdt_get_mem_rsv; | ||
fdt_subnode_offset_namelen; | ||
fdt_subnode_offset; | ||
LIBFDT_1.2 { | ||
global: | ||
fdt_next_node; | ||
fdt_check_header; | ||
fdt_move; | ||
fdt_string; | ||
fdt_num_mem_rsv; | ||
fdt_get_mem_rsv; | ||
fdt_subnode_offset_namelen; | ||
fdt_subnode_offset; | ||
fdt_path_offset_namelen; | ||
fdt_path_offset; | ||
fdt_get_name; | ||
fdt_get_property_namelen; | ||
fdt_get_property; | ||
fdt_getprop_namelen; | ||
fdt_getprop; | ||
fdt_get_phandle; | ||
fdt_get_alias_namelen; | ||
fdt_get_alias; | ||
fdt_get_path; | ||
fdt_supernode_atdepth_offset; | ||
fdt_node_depth; | ||
fdt_parent_offset; | ||
fdt_node_offset_by_prop_value; | ||
fdt_node_offset_by_phandle; | ||
fdt_node_check_compatible; | ||
fdt_node_offset_by_compatible; | ||
fdt_setprop_inplace; | ||
fdt_nop_property; | ||
fdt_nop_node; | ||
fdt_create; | ||
fdt_add_reservemap_entry; | ||
fdt_finish_reservemap; | ||
fdt_begin_node; | ||
fdt_property; | ||
fdt_end_node; | ||
fdt_finish; | ||
fdt_open_into; | ||
fdt_pack; | ||
fdt_add_mem_rsv; | ||
fdt_del_mem_rsv; | ||
fdt_set_name; | ||
fdt_setprop; | ||
fdt_delprop; | ||
fdt_add_subnode_namelen; | ||
fdt_add_subnode; | ||
fdt_del_node; | ||
fdt_strerror; | ||
fdt_offset_ptr; | ||
fdt_next_tag; | ||
fdt_appendprop; | ||
fdt_create_empty_tree; | ||
fdt_first_property_offset; | ||
fdt_get_property_by_offset; | ||
fdt_getprop_by_offset; | ||
fdt_next_property_offset; | ||
fdt_path_offset; | ||
fdt_get_name; | ||
fdt_get_property_namelen; | ||
fdt_get_property; | ||
fdt_getprop_namelen; | ||
fdt_getprop; | ||
fdt_get_phandle; | ||
fdt_get_alias_namelen; | ||
fdt_get_alias; | ||
fdt_get_path; | ||
fdt_supernode_atdepth_offset; | ||
fdt_node_depth; | ||
fdt_parent_offset; | ||
fdt_node_offset_by_prop_value; | ||
fdt_node_offset_by_phandle; | ||
fdt_node_check_compatible; | ||
fdt_node_offset_by_compatible; | ||
fdt_setprop_inplace; | ||
fdt_nop_property; | ||
fdt_nop_node; | ||
fdt_create; | ||
fdt_add_reservemap_entry; | ||
fdt_finish_reservemap; | ||
fdt_begin_node; | ||
fdt_property; | ||
fdt_end_node; | ||
fdt_finish; | ||
fdt_open_into; | ||
fdt_pack; | ||
fdt_add_mem_rsv; | ||
fdt_del_mem_rsv; | ||
fdt_set_name; | ||
fdt_setprop; | ||
fdt_delprop; | ||
fdt_add_subnode_namelen; | ||
fdt_add_subnode; | ||
fdt_del_node; | ||
fdt_strerror; | ||
fdt_offset_ptr; | ||
fdt_next_tag; | ||
fdt_appendprop; | ||
fdt_create_empty_tree; | ||
fdt_first_property_offset; | ||
fdt_get_property_by_offset; | ||
fdt_getprop_by_offset; | ||
fdt_next_property_offset; | ||
fdt_first_subnode; | ||
fdt_next_subnode; | ||
fdt_address_cells; | ||
fdt_size_cells; | ||
fdt_stringlist_contains; | ||
fdt_resize; | ||
|
||
local: | ||
*; | ||
}; | ||
local: | ||
*; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 34 additions & 34 deletions
68
SecurityPkg/Library/OemTpm2InitLibNull/OemTpm2InitLib.inf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
## @file OemTpm2InitLib.inf | ||
# Shared library for common TPM 2.0 init routines. | ||
# Mostly TPM 2.0 disablement features. | ||
# | ||
# @copyright | ||
# Copyright (c) Microsoft Corporation. | ||
# SPDX-License-Identifier: BSD-2-Clause-Patent | ||
# | ||
# @par Specification Reference: | ||
# | ||
## | ||
|
||
|
||
[Defines] | ||
INF_VERSION = 0x00010017 | ||
BASE_NAME = OemTpm2InitLibNull | ||
FILE_GUID = 11A600C7-2B83-4AC4-9B50-E2B0502704AA | ||
VERSION_STRING = 1.0 | ||
MODULE_TYPE = BASE | ||
LIBRARY_CLASS = OemTpm2InitLib | ||
|
||
# | ||
# The following information is for reference only and not required by the build tools. | ||
# | ||
# VALID_ARCHITECTURES = IA32 X64 | ||
# | ||
|
||
|
||
[Sources] | ||
OemTpm2InitLib.c | ||
|
||
|
||
[Packages] | ||
MdePkg/MdePkg.dec | ||
## @file OemTpm2InitLib.inf | ||
# Shared library for common TPM 2.0 init routines. | ||
# Mostly TPM 2.0 disablement features. | ||
# | ||
# @copyright | ||
# Copyright (c) Microsoft Corporation. | ||
# SPDX-License-Identifier: BSD-2-Clause-Patent | ||
# | ||
# @par Specification Reference: | ||
# | ||
## | ||
[Defines] | ||
INF_VERSION = 0x00010017 | ||
BASE_NAME = OemTpm2InitLibNull | ||
FILE_GUID = 11A600C7-2B83-4AC4-9B50-E2B0502704AA | ||
VERSION_STRING = 1.0 | ||
MODULE_TYPE = BASE | ||
LIBRARY_CLASS = OemTpm2InitLib | ||
# | ||
# The following information is for reference only and not required by the build tools. | ||
# | ||
# VALID_ARCHITECTURES = IA32 X64 | ||
# | ||
[Sources] | ||
OemTpm2InitLib.c | ||
[Packages] | ||
MdePkg/MdePkg.dec |
74 changes: 37 additions & 37 deletions
74
SecurityPkg/Library/OemTpm2InitLibNull/OemTpm2InitLibVendorNull.inf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
## @file OemTpm2InitLibVendorNull.inf | ||
# | ||
# Copyright (c) Microsoft Corporation. | ||
# SPDX-License-Identifier: BSD-2-Clause-Patent | ||
# | ||
# This is an null version of the vendor-specific lib that can be used | ||
# for TPM parts that don't require an special initialization. | ||
# | ||
## | ||
|
||
|
||
[Defines] | ||
INF_VERSION = 0x00010017 | ||
BASE_NAME = OemTpm2InitLibVendorNull | ||
FILE_GUID = D90742CF-A613-44B2-9526-6E8DB751CE00 | ||
VERSION_STRING = 1.0 | ||
MODULE_TYPE = BASE | ||
LIBRARY_CLASS = OemTpm2InitLibVendor | ||
|
||
# | ||
# The following information is for reference only and not required by the build tools. | ||
# | ||
# VALID_ARCHITECTURES = IA32 X64 | ||
# | ||
|
||
|
||
[Sources] | ||
OemTpm2InitLibVendorNull.c | ||
|
||
|
||
[Packages] | ||
MdePkg/MdePkg.dec | ||
SecurityPkg/SecurityPkg.dec | ||
|
||
|
||
[LibraryClasses] | ||
|
||
## @file OemTpm2InitLibVendorNull.inf | ||
# | ||
# Copyright (c) Microsoft Corporation. | ||
# SPDX-License-Identifier: BSD-2-Clause-Patent | ||
# | ||
# This is an null version of the vendor-specific lib that can be used | ||
# for TPM parts that don't require an special initialization. | ||
# | ||
## | ||
[Defines] | ||
INF_VERSION = 0x00010017 | ||
BASE_NAME = OemTpm2InitLibVendorNull | ||
FILE_GUID = D90742CF-A613-44B2-9526-6E8DB751CE00 | ||
VERSION_STRING = 1.0 | ||
MODULE_TYPE = BASE | ||
LIBRARY_CLASS = OemTpm2InitLibVendor | ||
# | ||
# The following information is for reference only and not required by the build tools. | ||
# | ||
# VALID_ARCHITECTURES = IA32 X64 | ||
# | ||
[Sources] | ||
OemTpm2InitLibVendorNull.c | ||
[Packages] | ||
MdePkg/MdePkg.dec | ||
SecurityPkg/SecurityPkg.dec | ||
[LibraryClasses] | ||
74 changes: 37 additions & 37 deletions
74
SecurityPkg/Library/Tcg2PhysicalPresencePromptLib/Tcg2PhysicalPresencePromptLibConsole.inf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
## @file Tcg2PhysicalPresencePromptLibConsole.inf | ||
# This instance of the Tcg2PhysicalPresencePromptLib uses the console and basic key input | ||
# to prompt the user. | ||
# | ||
## | ||
# Copyright (c) Microsoft Corporation. | ||
# SPDX-License-Identifier: BSD-2-Clause-Patent | ||
## | ||
|
||
[Defines] | ||
INF_VERSION = 0x00010017 | ||
BASE_NAME = Tcg2PhysicalPresencePromptLibConsole | ||
FILE_GUID = 54A17646-E8E3-4BED-A7D8-D9E5E7684E85 | ||
VERSION_STRING = 1.0 | ||
MODULE_TYPE = DXE_DRIVER | ||
LIBRARY_CLASS = Tcg2PhysicalPresencePromptLib|DXE_DRIVER | ||
|
||
# | ||
# The following information is for reference only and not required by the build tools. | ||
# | ||
# VALID_ARCHITECTURES = IA32 X64 | ||
# | ||
|
||
|
||
[Sources] | ||
Tcg2PhysicalPresencePromptLibConsole.c | ||
|
||
|
||
[Packages] | ||
MdePkg/MdePkg.dec | ||
MdeModulePkg/MdeModulePkg.dec | ||
|
||
|
||
[LibraryClasses] | ||
BaseLib | ||
UefiLib | ||
UefiBootServicesTableLib | ||
## @file Tcg2PhysicalPresencePromptLibConsole.inf | ||
# This instance of the Tcg2PhysicalPresencePromptLib uses the console and basic key input | ||
# to prompt the user. | ||
# | ||
## | ||
# Copyright (c) Microsoft Corporation. | ||
# SPDX-License-Identifier: BSD-2-Clause-Patent | ||
## | ||
[Defines] | ||
INF_VERSION = 0x00010017 | ||
BASE_NAME = Tcg2PhysicalPresencePromptLibConsole | ||
FILE_GUID = 54A17646-E8E3-4BED-A7D8-D9E5E7684E85 | ||
VERSION_STRING = 1.0 | ||
MODULE_TYPE = DXE_DRIVER | ||
LIBRARY_CLASS = Tcg2PhysicalPresencePromptLib|DXE_DRIVER | ||
# | ||
# The following information is for reference only and not required by the build tools. | ||
# | ||
# VALID_ARCHITECTURES = IA32 X64 | ||
# | ||
[Sources] | ||
Tcg2PhysicalPresencePromptLibConsole.c | ||
[Packages] | ||
MdePkg/MdePkg.dec | ||
MdeModulePkg/MdeModulePkg.dec | ||
[LibraryClasses] | ||
BaseLib | ||
UefiLib | ||
UefiBootServicesTableLib |
Oops, something went wrong.