On 4/13/23 07:14, PierreGondois wrote:
diff --git a/Platform/ARM/JunoPkg/Library/JunoPciHostBridgeLib/XPressRich3.c b/Platform/ARM/JunoPkg/Library/JunoPciHostBridgeLib/XPressRich3.c index 0755dc155616..583efd0efb16 100644 --- a/Platform/ARM/JunoPkg/Library/JunoPciHostBridgeLib/XPressRich3.c +++ b/Platform/ARM/JunoPkg/Library/JunoPciHostBridgeLib/XPressRich3.c @@ -69,6 +69,13 @@ HWPciRbInit ( UINTN TranslationTable; EFI_CPU_IO2_PROTOCOL *CpuIo; EFI_STATUS Status; + UINT32 JunoRevision; + + GetJunoRevision (JunoRevision); + DEBUG ((DEBUG_ERROR, "Juno rev=%d\n", JunoRevision));
Should that be DEBUG_INFO? Or is it DEBUG_ERROR because of the value of PcdDebugPrintErrorLevel which doesn't include INFO messages?
I was just wondering a few days ago whether it should be 0x8000004F instead of 0x8000000F?
-- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#102962): https://edk2.groups.io/g/devel/message/102962 Mute This Topic: https://groups.io/mt/98240078/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-