slimbootloader/BootloaderCommonPkg/Library
sean-m-mcginn 598f12347f
[ADL] Additional TPM-related cleanup (#1881)
Update copyright years
Initialize pointers to NULL
Check pointers for NULL before de-reference
Standardize debug logs

Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
2023-04-26 11:39:22 -07:00
..
AcpiTimerLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
AhciLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
BaseXApicLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
BaseXApicX2ApicLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
BootOptionLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
BootloaderCommonLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
BootloaderDebugLib [Common] Fix CSME update build issue 2022-01-05 12:01:43 -08:00
ConfigDataLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
ConsoleInLib fix: [RPL-P] Build error when ENABLE_SOURCE_DEBUG=1. 2023-03-07 14:16:13 -07:00
ConsoleOutLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
ContainerLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
Crc32Lib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
DebugAgentLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
DebugLogBufferLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
DebugPortLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
DecompressLib Add LZ4 compress support 2022-02-08 06:38:59 -08:00
ElfLib Ensure that ELF images are loaded at their preferred address (#1833) 2023-02-21 08:40:13 -08:00
Ext23Lib [ExtLib] fix the list of symbolic links 2022-12-05 11:35:37 -07:00
ExtraBaseLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
FatLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
FileSystemLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
FullMemoryAllocationLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
GraphicsLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
HobLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
IasImageLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
IoMmuLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
IppCryptoLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
LinuxLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
LiteFvLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
LitePeCoffLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
LiteVariableLib fix: variable is not named correctly (#1865) 2023-04-11 09:29:10 -07:00
LoaderPerformanceLib Fix build error caused by non-ASCII characters 2022-07-13 16:43:19 -07:00
Lz4CompressLib Add LZ4 compress support 2022-02-08 06:38:59 -08:00
LzmaCustomDecompressLib Update LZMA to match EDK2 LZMA SDK 19 2021-12-13 14:08:25 -08:00
MediaAccessLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
MemoryDeviceBlockIoLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
MmcAccessLib [EHL] Fix SD card enumeration failure issue 2022-11-04 15:02:41 -07:00
MmcTuningLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
ModuleEntryLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
MtrrLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
MultibootLib OsLoader: Add Multiboot-2 support 2022-11-29 14:51:45 -07:00
NvmExpressLib Fix EDK2 rebasing caused AzurePipeline build issue 2021-12-13 14:08:25 -08:00
PagingLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
PartitionLib Remove unnecessary check in partition library (#1754) 2022-11-15 15:57:59 -05:00
PcdLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
ResetSystemLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
RleCompressLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
RpmbLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
SecureBootLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
SeedListInfoLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
SerialPortLib Enhance SerialPortLib to handle debug output during PCI enumeration 2022-02-28 10:57:26 -08:00
ShellExtensionLibNull Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
ShellLib fix: enumerate all USB instances to search devices (#1818) 2023-02-03 10:54:33 -08:00
SortLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
SpiBlockIoLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
StringSupportLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
ThunkLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
TimeStampLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
TpmLib [ADL] Additional TPM-related cleanup (#1881) 2023-04-26 11:39:22 -07:00
UefiVariableLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
UfsBlockIoLib feat: Added support to set ref_clock frequency for UFS device 2023-04-13 20:35:20 -07:00
UniversalPayloadLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
UsbBlockIoLib Add USB command timeout control 2022-04-12 08:42:07 -07:00
UsbBusLib USB fix descriptor parsing 2022-10-17 11:55:10 -07:00
UsbDeviceLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
UsbInitLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
UsbKbLib Use LF line endings in the repository 2021-11-10 12:46:42 -08:00
XhciLib Interrupt packet length is maximum 8, not exclusively 8 2022-10-17 11:55:10 -07:00