DynamicTablesPkg: Fix issues reported by EDKII CI
The TianoCore EDKII project has introduced a Core CI infrastructure using TianoCore EDKII Tools PIP modules: * https://pypi.org/project/edk2-pytool-library/ * https://pypi.org/project/edk2-pytool-extensions/ More information on configuring the environment and running the builds can be found in edk2\.pytool\Readme.md This patch fixes the issues reported by the CI system mainly around fixing typo errors and package dec and dsc files. A subsequent patch enables the CI builds for the DynamicTablesPkg. Signed-off-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
This commit is contained in:
committed by
mergify[bot]
parent
9565ab67c2
commit
e3f8605a23
@@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
SRAT Table Generator
|
||||
|
||||
Copyright (c) 2019, ARM Limited. All rights reserved.
|
||||
Copyright (c) 2019 - 2020, ARM Limited. All rights reserved.
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
@par Reference(s):
|
||||
@@ -101,7 +101,7 @@ GET_OBJECT_LIST (
|
||||
/** Return the PCI Device information in BDF format
|
||||
|
||||
PCI Bus Number - Max 256 busses (Bits 15:8 of BDF)
|
||||
PCI Device Mumber - Max 32 devices (Bits 7:3 of BDF)
|
||||
PCI Device Number - Max 32 devices (Bits 7:3 of BDF)
|
||||
PCI Function Number - Max 8 functions (Bits 2:0 of BDF)
|
||||
|
||||
@param [in] DeviceHandlePci Pointer to the PCI Device Handle.
|
||||
|
Reference in New Issue
Block a user