]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: Fix GTBlock and GTBlockTimerFrame CmObjParsers
authorPierre Gondois <pierre.gondois@arm.com>
Mon, 10 Oct 2022 09:20:49 +0000 (11:20 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 31 Oct 2022 12:32:32 +0000 (12:32 +0000)
commita64cc43552c067bc8ef475540286110a36ba5b80
tree36df0712ae3e9e636de7e38c77f6616f34056dc2
parent3bcc2e22ef00c5bdf0dec5dc807b064462d20c53
DynamicTablesPkg: Fix GTBlock and GTBlockTimerFrame CmObjParsers

The CmObjParsers of the following objects was inverted, probably
due to a wrong ordering placement in the file defining the structures:
-EArmObjGTBlockTimerFrameInfo
-EArmObjPlatformGTBlockInfo

Assign the correct parser for each object, and re-order the
structures in the file defining them.

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
DynamicTablesPkg/Include/ArmNameSpaceObjects.h
DynamicTablesPkg/Library/Common/TableHelperLib/ConfigurationManagerObjectParser.c