From 1c74a29dfb28d2b6ae468b5c516ff0f434be900f Mon Sep 17 00:00:00 2001 From: dwhuseby Date: Tue, 9 Mar 2010 22:41:24 +0000 Subject: [PATCH 1/1] stubbin in the xscale specific header. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@400 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/include/jtagxscale.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 firmware/include/jtagxscale.h diff --git a/firmware/include/jtagxscale.h b/firmware/include/jtagxscale.h new file mode 100644 index 0000000..05d497b --- /dev/null +++ b/firmware/include/jtagxscale.h @@ -0,0 +1,11 @@ +/*! \file jtagxscale.h + \author Dave Huseby + \brief Intel XScale JTAG command verbs +*/ + + +/* + * TODO: specify the standard Intel XScale IR, TCB control and device specific + * values. + */ + -- 2.20.1