mirror of https://github.com/acidanthera/audk.git
DynamicTablesPkg: Corrects AmlCodeGenRdWordBusNumber parameters
Corrects the parameters of AmlCodeGenRdWordBusNumber() to UINT16 to generate word bus number. Cc: Pierre Gondois <pierre.gondois@arm.com> Cc: Sami Mujawar <sami.mujawar@arm.com> Signed-off-by: Abdul Lateef Attar <AbdulLateef.Attar@amd.com> Reviewed-by: Pierre Gondois <pierre.gondois@arm.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
ea65643547
commit
f8c918c46f
|
@ -714,11 +714,11 @@ AmlCodeGenRdWordBusNumber (
|
|||
IN BOOLEAN IsMinFixed,
|
||||
IN BOOLEAN IsMaxFixed,
|
||||
IN BOOLEAN IsPosDecode,
|
||||
IN UINT32 AddressGranularity,
|
||||
IN UINT32 AddressMinimum,
|
||||
IN UINT32 AddressMaximum,
|
||||
IN UINT32 AddressTranslation,
|
||||
IN UINT32 RangeLength,
|
||||
IN UINT16 AddressGranularity,
|
||||
IN UINT16 AddressMinimum,
|
||||
IN UINT16 AddressMaximum,
|
||||
IN UINT16 AddressTranslation,
|
||||
IN UINT16 RangeLength,
|
||||
IN UINT8 ResourceSourceIndex,
|
||||
IN CONST CHAR8 *ResourceSource,
|
||||
IN AML_OBJECT_NODE_HANDLE NameOpNode, OPTIONAL
|
||||
|
|
|
@ -848,11 +848,11 @@ AmlCodeGenRdWordBusNumber (
|
|||
IN BOOLEAN IsMinFixed,
|
||||
IN BOOLEAN IsMaxFixed,
|
||||
IN BOOLEAN IsPosDecode,
|
||||
IN UINT32 AddressGranularity,
|
||||
IN UINT32 AddressMinimum,
|
||||
IN UINT32 AddressMaximum,
|
||||
IN UINT32 AddressTranslation,
|
||||
IN UINT32 RangeLength,
|
||||
IN UINT16 AddressGranularity,
|
||||
IN UINT16 AddressMinimum,
|
||||
IN UINT16 AddressMaximum,
|
||||
IN UINT16 AddressTranslation,
|
||||
IN UINT16 RangeLength,
|
||||
IN UINT8 ResourceSourceIndex,
|
||||
IN CONST CHAR8 *ResourceSource,
|
||||
IN AML_OBJECT_NODE_HANDLE NameOpNode, OPTIONAL
|
||||
|
|
Loading…
Reference in New Issue