Update INF revision. Signed-off-by: Abner Chang <abner.ch...@hpe.com>
Cc: Leif Lindholm <leif.lindh...@linaro.org> Cc: Gilbert Chen <gilbert.c...@hpe.com> --- .../FirmwareContextProcessorSpecificLib.inf | 2 +- Platform/RiscV/Library/RealTimeClockLibNull/RealTimeClockLibNull.inf | 2 +- .../SiFive/U500Pkg/Library/OpenSbiPlatformLib/OpenSbiPlatformLib.inf | 2 +- .../SiFive/U500Pkg/Library/PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf | 2 +- .../U500Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 2 +- Platform/RiscV/SiFive/U500Pkg/Library/SerialIoLib/SerialIoLib.inf | 2 +- .../Universal/Dxe/RamFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf | 2 +- Platform/RiscV/SiFive/U500Pkg/Universal/Dxe/TimerDxe/TimerDxe.inf | 2 +- Platform/RiscV/SiFive/U500Pkg/Universal/Pei/PlatformPei/PlatformPei.inf | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Platform/RiscV/Library/FirmwareContextProcessorSpecificLib/FirmwareContextProcessorSpecificLib.inf b/Platform/RiscV/Library/FirmwareContextProcessorSpecificLib/FirmwareContextProcessorSpecificLib.inf index ff841c3..da04d5d 100644 --- a/Platform/RiscV/Library/FirmwareContextProcessorSpecificLib/FirmwareContextProcessorSpecificLib.inf +++ b/Platform/RiscV/Library/FirmwareContextProcessorSpecificLib/FirmwareContextProcessorSpecificLib.inf @@ -7,7 +7,7 @@ #**/ [Defines] - INF_VERSION = 0x00010005 + INF_VERSION = 0x0001001b BASE_NAME = FirmwareContextProcessorSpecificLib FILE_GUID = 8BEC9FD7-C554-403A-94F1-0EBBFD81A242 MODULE_TYPE = PEIM diff --git a/Platform/RiscV/Library/RealTimeClockLibNull/RealTimeClockLibNull.inf b/Platform/RiscV/Library/RealTimeClockLibNull/RealTimeClockLibNull.inf index 21b2e43..b9bffa1 100644 --- a/Platform/RiscV/Library/RealTimeClockLibNull/RealTimeClockLibNull.inf +++ b/Platform/RiscV/Library/RealTimeClockLibNull/RealTimeClockLibNull.inf @@ -7,7 +7,7 @@ #**/ [Defines] - INF_VERSION = 0x00010005 + INF_VERSION = 0x0001001b BASE_NAME = RealTimeClockLibNull FILE_GUID = BFC3E25A-8AD0-4201-8A75-F00DE7964370 MODULE_TYPE = BASE diff --git a/Platform/RiscV/SiFive/U500Pkg/Library/OpenSbiPlatformLib/OpenSbiPlatformLib.inf b/Platform/RiscV/SiFive/U500Pkg/Library/OpenSbiPlatformLib/OpenSbiPlatformLib.inf index 1b20b89..d292966 100644 --- a/Platform/RiscV/SiFive/U500Pkg/Library/OpenSbiPlatformLib/OpenSbiPlatformLib.inf +++ b/Platform/RiscV/SiFive/U500Pkg/Library/OpenSbiPlatformLib/OpenSbiPlatformLib.inf @@ -10,7 +10,7 @@ ## [Defines] - INF_VERSION = 0x00010005 + INF_VERSION = 0x0001001b BASE_NAME = OpenSbiPlatformLib FILE_GUID = 9424ED54-EBDA-4FB5-8FF6-8291B07BB151 MODULE_TYPE = SEC diff --git a/Platform/RiscV/SiFive/U500Pkg/Library/PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf b/Platform/RiscV/SiFive/U500Pkg/Library/PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf index 915021f..418536e 100644 --- a/Platform/RiscV/SiFive/U500Pkg/Library/PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf +++ b/Platform/RiscV/SiFive/U500Pkg/Library/PeiCoreInfoHobLib/PeiCoreInfoHobLib.inf @@ -8,7 +8,7 @@ ## [Defines] - INF_VERSION = 0x00010005 + INF_VERSION = 0x0001001b BASE_NAME = SiliconSiFiveU5MCCoreplexInfoLib FILE_GUID = 4E397A71-5164-4E69-9884-70CBE2740AAB MODULE_TYPE = PEIM diff --git a/Platform/RiscV/SiFive/U500Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/Platform/RiscV/SiFive/U500Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf index 92c31db..8890891 100644 --- a/Platform/RiscV/SiFive/U500Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf +++ b/Platform/RiscV/SiFive/U500Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf @@ -9,7 +9,7 @@ ## [Defines] - INF_VERSION = 0x00010005 + INF_VERSION = 0x0001001b BASE_NAME = PlatformBootManagerLib FILE_GUID = 7DDA7916-6139-4D46-A415-30E854AF3BC7 MODULE_TYPE = DXE_DRIVER diff --git a/Platform/RiscV/SiFive/U500Pkg/Library/SerialIoLib/SerialIoLib.inf b/Platform/RiscV/SiFive/U500Pkg/Library/SerialIoLib/SerialIoLib.inf index 85af1fb..c80405d 100644 --- a/Platform/RiscV/SiFive/U500Pkg/Library/SerialIoLib/SerialIoLib.inf +++ b/Platform/RiscV/SiFive/U500Pkg/Library/SerialIoLib/SerialIoLib.inf @@ -9,7 +9,7 @@ ## [Defines] - INF_VERSION = 0x00010005 + INF_VERSION = 0x0001001b BASE_NAME = U500SerialPortLib MODULE_UNI_FILE = U500SerialPortLib.uni FILE_GUID = FCC4FD2B-2FF6-4FFA-B363-7C1111E5DCE9 diff --git a/Platform/RiscV/SiFive/U500Pkg/Universal/Dxe/RamFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf b/Platform/RiscV/SiFive/U500Pkg/Universal/Dxe/RamFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf index 1e8aa59..b234d05 100644 --- a/Platform/RiscV/SiFive/U500Pkg/Universal/Dxe/RamFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf +++ b/Platform/RiscV/SiFive/U500Pkg/Universal/Dxe/RamFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf @@ -13,7 +13,7 @@ ## [Defines] - INF_VERSION = 0x00010005 + INF_VERSION = 0x0001001b BASE_NAME = FvbServicesRuntimeDxe FILE_GUID = B04036D3-4C60-43D6-9850-0FCC090FF054 MODULE_TYPE = DXE_RUNTIME_DRIVER diff --git a/Platform/RiscV/SiFive/U500Pkg/Universal/Dxe/TimerDxe/TimerDxe.inf b/Platform/RiscV/SiFive/U500Pkg/Universal/Dxe/TimerDxe/TimerDxe.inf index f8af688..f9a3cd7 100644 --- a/Platform/RiscV/SiFive/U500Pkg/Universal/Dxe/TimerDxe/TimerDxe.inf +++ b/Platform/RiscV/SiFive/U500Pkg/Universal/Dxe/TimerDxe/TimerDxe.inf @@ -8,7 +8,7 @@ ## [Defines] - INF_VERSION = 0x00010005 + INF_VERSION = 0x0001001b BASE_NAME = Timer MODULE_UNI_FILE = Timer.uni FILE_GUID = 3F75D495-23FF-46B6-9D19-0DECC8A4EA91 diff --git a/Platform/RiscV/SiFive/U500Pkg/Universal/Pei/PlatformPei/PlatformPei.inf b/Platform/RiscV/SiFive/U500Pkg/Universal/Pei/PlatformPei/PlatformPei.inf index 420b070..447bfdc 100644 --- a/Platform/RiscV/SiFive/U500Pkg/Universal/Pei/PlatformPei/PlatformPei.inf +++ b/Platform/RiscV/SiFive/U500Pkg/Universal/Pei/PlatformPei/PlatformPei.inf @@ -11,7 +11,7 @@ ## [Defines] - INF_VERSION = 0x00010005 + INF_VERSION = 0x0001001b BASE_NAME = PlatformPei FILE_GUID = 222c386d-5abc-4fb4-b124-fbb82488acf4 MODULE_TYPE = PEIM -- 2.7.4 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#47793): https://edk2.groups.io/g/devel/message/47793 Mute This Topic: https://groups.io/mt/34260845/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-