From 01bbb622267b687fa05e42062b146ad7a22e7afd Mon Sep 17 00:00:00 2001 From: Buddy Liong Date: Fri, 22 Sep 2017 12:06:28 -0500 Subject: [PATCH] Integration with IPC 3.47, BIOS 6.52, and XDC 3.50 Updated build tools based on IPC release 3.47.00.00: BIOS 6.52.00.12 XDCTools 3.50.03.33 Change-Id: I0cefb01431e2f5291186bd8c4863a016502aa4a0 Signed-off-by: Buddy Liong --- Makefile | 8 ++++---- build/common.bld | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index ad5accd..4c10c88 100644 --- a/Makefile +++ b/Makefile @@ -36,15 +36,15 @@ REPO := $(BIOSTOOLSROOT) # Different tool versions can easily be programmed by defining below variables # in your environment. -XDCVERSION ?= xdctools_3_32_01_22_core -BIOSVERSION ?= bios_6_46_01_38 -IPCVERSION ?= ipc_3_45_00_00 +XDCVERSION ?= xdctools_3_50_03_33_core +BIOSVERSION ?= bios_6_52_00_12 +IPCVERSION ?= ipc_3_47_00_00 CEVERSION ?= codec_engine_3_24_00_08 FCVERSION ?= framework_components_3_40_02_07 XDAISVERSION ?= xdais_7_24_00_04 # TI Compiler Settings -export TMS470CGTOOLPATH ?= $(BIOSTOOLSROOT)/ccsv6/tools/compiler/ti-cgt-arm_5.2.7 +export TMS470CGTOOLPATH ?= $(BIOSTOOLSROOT)/ccsv7/tools/compiler/ti-cgt-arm_16.9.2.LTS # Define where the sources are DUCATIDCEMMSRC = $(shell pwd) diff --git a/build/common.bld b/build/common.bld index ae75041..b69fe92 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_45_00_00 "; - var ipumm_ver = " MMIP 3_00_13_00 "; + var ipc_ver = " IPC 3_47_00_00 "; + var ipumm_ver = " MMIP 3_00_14_00 "; var type_cmd = "type "; var flush_cmd = "echo "; -- 2.26.2