2.3. Update Firmware Page 17 2.4 Google PowerMeter Page 18 2.5 Special Functions Page 21 3. Data Export Page 22 4. Print / Enhanced Mode Page 23 5. History Page 24 6. Graphs Page 25 7. Load Profle Page 30 8. Net Metering- Solar/Wind Page 33 ...
@@ -203,21 +203,24 @@ void X5000HWLibs::wrapPopulateFirmwareDirectory(void *that) { 203 203 bool isRenoirDerivative = NRed::callback->chipType >= ChipType::Renoir; 204 204 205 205 auto *filename = isRenoirDerivative ? "ativvaxy_nv.dat" : "ativvaxy_rv.dat"; 206 - auto ...
x5000.init(); 4 changes: 1 addition & 3 deletions 4 NootedRed/NRed.hpp Original file line numberDiff line numberDiff line change @@ -4,7 +4,6 @@ #pragma once #include "AMDCommon.hpp" #include "ATOMBIOS.hpp" #include "Firmware.hpp" #include <Headers/kern_patcher.hpp> #include ...
4 of 79 NXP Semiconductors UM10276_1 TED-Kit 2 User Manual are found which can be used by the firmware of the TED-Kit 2 box (they have no function yet). 2.1 Supported applications and hardware The table below shows the supported applications and the hardware required by the TED-Kit 2 ...
plug it back in. Afterwards the caps lock and num lock would work again. That method of fixing it doesn't work any more. Now I have to completely reboot my PC in order for num lock and caps lock to work and it's very annoying. No firmware updates available through the iCue software...
5 5 #include "Firmware.hpp" @@ -257,7 +257,7 @@ void X5000HWLibs::wrapPopulateFirmwareDirectory(void *that) { 257 257 const auto &vcnFW = getFWByName(filename); 258 258 DBGLOG("HWLibs", "VCN firmware filename is %s", filename); 259 259 260 - //! VCN 2.2, VCN 1.0...
As the firmware used is correct, and the logic in macOS is correct, and AppleGVA is seemingly almost patched fully, I have no idea what is still up with this. Maybe there is an issue with the rest of the firmware since we don’t replace anything other than VCN. ️ 1 VisualEhrma...
Firmware AMDCommon.hpp ATOMBIOS.hpp DYLDPatches.cpp DYLDPatches.hpp Firmware.hpp HDMI.cpp HDMI.hpp HWLibs.cpp HWLibs.hpp Info.plist Model.hpp NRed.cpp NRed.hpp PatcherPlus.cpp PatcherPlus.hpp PluginStart.cpp X5000.cpp X5000.hpp X6000.cpp ...
wrapPopulateFirmwareDirectory(uint64_t that) { - NETLOG( - "rad", + NETLOG("rad", "AMDRadeonX5000_AMDRadeonHWLibsX5000::populateFirmwareDirectory this " "= 0x%llX", that); - FunctionCast(wrapPopulateFirmwareDirectory, - callbackRAD->orgPopulateFirmwareDirectory)(that); + FunctionCast(wrap...