[IE][VPU]: Update call signature for vpu fw, update fw version (#3301)

* update call signature for vpu firmware, update the firmware version
* update hash for VPU firmware
This commit is contained in:
Krishna Prabhakaran 2020-11-24 04:20:34 -08:00 committed by GitHub
parent a57554f769
commit 13806bf719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -15,14 +15,14 @@ include(dependency_solver)
set(VPU_SUPPORTED_FIRMWARES usb-ma2x8x pcie-ma248x)
set(VPU_SUPPORTED_FIRMWARES_HASH
"def0aaa1b054a132facc82f831d9b67527186a6ef042bbb1d911afcbc0280c82"
"28bf22df4e906620bb9dd669bfe5334ae0a1ac3565d9d47f7a894ac057c9c408")
"67f91ad33170ac6304772f8f7bbb9ea92bf41a86c080980644a12f66a5ef956c"
"bfb1b2e465e4b3c7d003a54f2d910c872a042c5b09e77a0fb12913fe253d53ae")
#
# Default packages
#
set(FIRMWARE_PACKAGE_VERSION 1492)
set(FIRMWARE_PACKAGE_VERSION 1508)
set(VPU_CLC_MA2X8X_VERSION "movi-cltools-20.09.2")
#

View File

@ -212,7 +212,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, 0x24, 0xe7, 0x21, 0x70};
const char g_callCommand[] = {0xba, 0x78, 0xe9, 0x00, 0x70};
static ncStatus_t patchSetMemTypeCommand(char **firmware, size_t *length, const char memType) {
CHECK_HANDLE_CORRECT(firmware);