Adapt myriad plugin for new firmware (#14246)

Co-authored-by: Maksim Doronin <maksim.doronin@intel.com>
This commit is contained in:
Adrian Varlan
2022-11-29 11:46:45 +02:00
committed by GitHub
parent dd0e76b384
commit 97dd3e6a21

View File

@@ -174,7 +174,7 @@ static ncStatus_t patchSetWdSwitchCommand(char **firmware, size_t *length, const
// 0x98 the write command for 8bit
// {0x00, 0x0c, 0x20, 0x70} == 0x70200c00 the address of memory type for ddrInit application
const char g_setMemTypeCommandMX[] = {0x98, 0x00, 0x0c, 0x20, 0x70};
const char g_callCommand[] = {0xba, 0xd0, 0xe9, 0x00, 0x70};
const char g_callCommand[] = {0xba, 0x9c, 0xe9, 0x00, 0x70};
static ncStatus_t patchSetMemTypeCommand(char **firmware, size_t *length, const char memType) {
CHECK_HANDLE_CORRECT(firmware);