• David Cotton's avatar
    New OS_NVMemory reason code added. · cd0be6a7
    David Cotton authored
    Detail:
        OS_NVMemory 5 - read / write value of NVRamWriteSize
        in:  R0 = 5
             R1 = new value of NVRamWriteSize (in bytes, multiple of 256), or -1
                  to return size.
        out: R1 = value of NVRamWriteSize
        This can be used to read and set the size of the protected area of NVRAM.
    This is needed for Customer A 2, where there is a need to deprotect the protected
    area so that NVRAM tags can be written.
    
    Admin:
        Code by MStephens. Built and checked in by me ;-)
    
    Version 5.41. Tagged as 'Kernel-5_41'
    cd0be6a7
VersionASM 1.03 KB