From 140783ef66eef379feedcfef5403c5729d38936a Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 13 Jul 2013 17:35:53 +0200 Subject: hwstub: split target specific code from the common part Completely rewrite the Mafile, properly put the usb driver in its own file and the target specific files in a subdirectory. Change-Id: Iaeee0128e021d5dad76b4d6035a63e33e2d946c1 --- utils/hwstub/stub/stmp/target-config.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 utils/hwstub/stub/stmp/target-config.h (limited to 'utils/hwstub/stub/stmp/target-config.h') diff --git a/utils/hwstub/stub/stmp/target-config.h b/utils/hwstub/stub/stmp/target-config.h new file mode 100644 index 0000000000..aba2cf564b --- /dev/null +++ b/utils/hwstub/stub/stmp/target-config.h @@ -0,0 +1,9 @@ +#define CONFIG_STMP +#define IRAM_ORIG 0 +#define IRAM_SIZE 0x8000 +#define DRAM_ORIG 0x40000000 +#define DRAM_SIZE (MEMORYSIZE * 0x100000) +#define CPU_ARM +#define ARM_ARCH 5 +#define USB_BASE 0x80080000 +#define USB_NUM_ENDPOINTS 2 \ No newline at end of file -- cgit v1.2.3