I registered a data Hob from the ARM PrePI(2ndstage) phase like this:
BuildGuidDataHob (&gLKApiAddrGuid, &mLKApiAddress, sizeof mLKApiAddress);

Unfortunately this hob is not available in later phase anymore(DXE+). When
I use 'GetFirstGuidHob (&gLKApiAddrGuid);' it just returns NULL.

Is there a way to make this Hob persistent across all phases?
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to