mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
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:
committed by
Compute-Runtime-Automation
parent
d8557ff2d3
commit
ad774c074e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user