JadePkg: Enable NVParamRuntimeDxe to access NVPARAM at runtime
NVParamRuntimeDxe allows to read/write NVPARAM at runtime via UEFI
variables.
To read a NVPARAM:
+ Write offset to UEFI variable name "NVParamOffset"
+ Read back UEFI variable name "NVParamValue"
To write a NVPARAM:
+ Write offset to UEFI variable name "NVParamOffset"
+ Write 4 bytes value to UEFI variable name "NVParamValue"
Signed-off-by:
Nhi Pham <nhi@os.amperecomputing.com>
Loading
Please register or sign in to comment