From 730574032fcba19d9051596725521aaea590e852 Mon Sep 17 00:00:00 2001 From: Kevin Mills Date: Fri, 10 Jul 2020 15:38:17 -0700 Subject: [PATCH 1/6] fixes for PC sampling --- Makefile | 2 +- src/trace-decoder | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1cf4b46..dd8bb88 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ RGBU_VERSION ?= 2.34.0-2020.07.0 ROCD_VERSION ?= 0.10.0-2020.04.6 RQEMU_VERSION ?= 4.2.0-2020.04.0 XC3SP_VERSION ?= 0.1.2-2020.04.0 -TDC_VERSION ?= 0.9.0-2020.04.1 +TDC_VERSION ?= 0.9.0-2020.04.2 SDKU_VERSION ?= 0.1.0-2020.04.0 PY_VERSION ?= 2.7.0-2020.04.0-preview1 FT_VERSION ?= 2020.04.0 diff --git a/src/trace-decoder b/src/trace-decoder index 3ab8c58..c713185 160000 --- a/src/trace-decoder +++ b/src/trace-decoder @@ -1 +1 @@ -Subproject commit 3ab8c5869a60783856b7b674ac15b5f3a7e8afcc +Subproject commit c7131859094bd6f7217ff1024c1f6e1f17476002 From 7cdab1135d4f6cd65c9d9dca5827f5430fd94626 Mon Sep 17 00:00:00 2001 From: cgsfv Date: Fri, 10 Jul 2020 16:54:45 -0700 Subject: [PATCH 2/6] Fixing build on mac if gettext is installed in homebrew --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dd8bb88..a8ffe91 100644 --- a/Makefile +++ b/Makefile @@ -321,6 +321,7 @@ $(DARWIN)-xdeps-vars := PKG_CONFIG_PATH="$(abspath $(OBJ_DARWIN)/install $(DARWIN)-xc3sp-vars := PKG_CONFIG_PATH="$(abspath $(OBJ_DARWIN)/install/xc3sprog-$(XC3SP_VERSION)-$(DARWIN))/lib/pkgconfig" CFLAGS="-I$(abspath $(OBJ_DARWIN)/install/xc3sprog-$(XC3SP_VERSION)-$(DARWIN))/include" CPPFLAGS="-I$(abspath $(OBJ_DARWIN)/install/xc3sprog-$(XC3SP_VERSION)-$(DARWIN))/include" LDFLAGS="-L$(abspath $(OBJ_DARWIN)/install/xc3sprog-$(XC3SP_VERSION)-$(DARWIN))/lib -liconv -framework CoreFoundation -framework IOKit" $(DARWIN)-xc3sp-framework := -framework CoreFoundation -framework IOKit $(DARWIN)-pyobj-tarball := python-2.7.10-x86_64-apple-darwin.tar.gz +$(DARWIN)-trace-configure := --with-included-gettext $(REDHAT)-rgcc-configure := --with-system-zlib $(REDHAT)-rgdb-configure := --with-python="$(abspath $(SCRIPTSDIR)/pyconfig-centos.sh)" $(REDHAT)-ousb-configure := --disable-shared From e9bc4e37b517deccbe85a16f9b24afe1fd4d923a Mon Sep 17 00:00:00 2001 From: Kevin Mills Date: Fri, 10 Jul 2020 17:03:03 -0700 Subject: [PATCH 3/6] bump tdc package version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8ffe91..cc45b53 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ RGBU_VERSION ?= 2.34.0-2020.07.0 ROCD_VERSION ?= 0.10.0-2020.04.6 RQEMU_VERSION ?= 4.2.0-2020.04.0 XC3SP_VERSION ?= 0.1.2-2020.04.0 -TDC_VERSION ?= 0.9.0-2020.04.2 +TDC_VERSION ?= 0.9.0-2020.06.0 SDKU_VERSION ?= 0.1.0-2020.04.0 PY_VERSION ?= 2.7.0-2020.04.0-preview1 FT_VERSION ?= 2020.04.0 From f3e161c9f0c1d9a0efffefdd55dfbfa6e6a4b14c Mon Sep 17 00:00:00 2001 From: Kevin Mills Date: Tue, 14 Jul 2020 15:19:29 -0700 Subject: [PATCH 4/6] bump trace-decoder --- src/trace-decoder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trace-decoder b/src/trace-decoder index c713185..245fab4 160000 --- a/src/trace-decoder +++ b/src/trace-decoder @@ -1 +1 @@ -Subproject commit c7131859094bd6f7217ff1024c1f6e1f17476002 +Subproject commit 245fab48ac5c9d99948d1d98b1ca0b91296574b7 From f3328035ebb921397ae4aa10ed4ce992f47bcf4e Mon Sep 17 00:00:00 2001 From: Kevin Mills Date: Tue, 14 Jul 2020 16:06:52 -0700 Subject: [PATCH 5/6] using 2020.04 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc45b53..9b67ba2 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ RGBU_VERSION ?= 2.34.0-2020.07.0 ROCD_VERSION ?= 0.10.0-2020.04.6 RQEMU_VERSION ?= 4.2.0-2020.04.0 XC3SP_VERSION ?= 0.1.2-2020.04.0 -TDC_VERSION ?= 0.9.0-2020.06.0 +TDC_VERSION ?= 0.9.0-2020.04.0 SDKU_VERSION ?= 0.1.0-2020.04.0 PY_VERSION ?= 2.7.0-2020.04.0-preview1 FT_VERSION ?= 2020.04.0 From e407e4e3f0e84290509cab7b18950de222d71062 Mon Sep 17 00:00:00 2001 From: Kevin Mills Date: Tue, 14 Jul 2020 16:31:47 -0700 Subject: [PATCH 6/6] bump to 2020.04.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b67ba2..6da3a2c 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ RGBU_VERSION ?= 2.34.0-2020.07.0 ROCD_VERSION ?= 0.10.0-2020.04.6 RQEMU_VERSION ?= 4.2.0-2020.04.0 XC3SP_VERSION ?= 0.1.2-2020.04.0 -TDC_VERSION ?= 0.9.0-2020.04.0 +TDC_VERSION ?= 0.9.0-2020.04.1 SDKU_VERSION ?= 0.1.0-2020.04.0 PY_VERSION ?= 2.7.0-2020.04.0-preview1 FT_VERSION ?= 2020.04.0