> +VOID *
> +EFIAPI
> +PlatformReserveEmuVariableNvStore (
> + VOID
> + )
> + DEBUG ((
> + DEBUG_INFO,
> + "Reserved variable store memory: 0x%p; size: %dkb\n",
> + VariableStore,
> + VarStoreSize / 1024
> + ));
> +EFI_STATUS
> +EFIAPI
> +PlatformInitEmuVariableNvStore (
> + IN VOID *EmuVariableNvStore
> + )
> +{
I think it would be good to add a log message to this function too,
to make it easier to check variable initialization actually works
the way it is supposed to work.
take care,
Gerd
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#90789): https://edk2.groups.io/g/devel/message/90789
Mute This Topic: https://groups.io/mt/91995191/21656
Group Owner: [email protected]
Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-