feature(sysman): Add firmware update support for GFX_DATA firmware type

Related-To: NEO-15618

Signed-off-by: Anvesh Bakwad <anvesh.bakwad@intel.com>
This commit is contained in:
Anvesh Bakwad
2025-08-11 22:41:53 +00:00
committed by Compute-Runtime-Automation
parent d8557ff2d3
commit ad774c074e
6 changed files with 185 additions and 8 deletions

View File

@@ -1267,6 +1267,7 @@ void testSysmanFirmware(ze_device_handle_t &device, std::string imagePath) {
}
if (imagePath.size() != 0 && imgSize > 0) {
std::vector<char> img(imgSize);
imageFile.seekg(0, std::ios::beg);
imageFile.read(img.data(), imgSize);
flashData.flashComplete = false;