From: Buddy Liong Date: Thu, 16 Feb 2017 19:09:05 +0000 (-0600) Subject: Integration with IPC 3.45, BIOS 6.46, and XDC 3.32 X-Git-Tag: 3.00.13.00 X-Git-Url: https://git.ti.com/gitweb?p=ivimm%2Fipumm.git;a=commitdiff_plain;h=2aa80581cc7d1d82a1af9a46c37793b2fe8b9d42;hp=ebe044d2e6f67f6454781455037b2dbb913c90e7 Integration with IPC 3.45, BIOS 6.46, and XDC 3.32 Updated build tools based on IPC release 3.45.00.00: BIOS 6.46.01.38 XDCTools 3.32.01.22 Change-Id: I1e1c0f24ad050fe4a00ccaeb017e0f569e0e6e37 Signed-off-by: Buddy Liong --- diff --git a/Makefile b/Makefile index bf1561f..ad5accd 100644 --- a/Makefile +++ b/Makefile @@ -36,9 +36,9 @@ REPO := $(BIOSTOOLSROOT) # Different tool versions can easily be programmed by defining below variables # in your environment. -XDCVERSION ?= xdctools_3_32_00_06_core -BIOSVERSION ?= bios_6_45_01_29 -IPCVERSION ?= ipc_3_43_03_05 +XDCVERSION ?= xdctools_3_32_01_22_core +BIOSVERSION ?= bios_6_46_01_38 +IPCVERSION ?= ipc_3_45_00_00 CEVERSION ?= codec_engine_3_24_00_08 FCVERSION ?= framework_components_3_40_02_07 XDAISVERSION ?= xdais_7_24_00_04 diff --git a/build/common.bld b/build/common.bld index dca3784..ae75041 100644 --- a/build/common.bld +++ b/build/common.bld @@ -417,8 +417,8 @@ function GetVersionTag() status = {}; var verInfo; var git_cmd = "git "; - var ipc_ver = " IPC 3_43_03_05 "; - var ipumm_ver = " MMIP 3_00_12_00 "; + var ipc_ver = " IPC 3_45_00_00 "; + var ipumm_ver = " MMIP 3_00_13_00 "; var type_cmd = "type "; var flush_cmd = "echo ";