Skip to content
Commit 6bf27637 authored by Tam Chi Nguyen's avatar Tam Chi Nguyen Committed by Nhi Pham
Browse files

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: default avatarNhi Pham <nhi@os.amperecomputing.com>
parent f02d4360
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment