From 8e633385912494ff5e871ec4c264d3a7db46fb98 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Thu, 18 Jul 2013 23:55:35 +0200 Subject: hwstub rk27xx port Change-Id: I85ac57117911544b65ccd56eb16303e30be67cab --- utils/hwstub/stub/rk27xx/target-config.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 utils/hwstub/stub/rk27xx/target-config.h (limited to 'utils/hwstub/stub/rk27xx/target-config.h') diff --git a/utils/hwstub/stub/rk27xx/target-config.h b/utils/hwstub/stub/rk27xx/target-config.h new file mode 100644 index 0000000000..6af214efaf --- /dev/null +++ b/utils/hwstub/stub/rk27xx/target-config.h @@ -0,0 +1,9 @@ +#define CONFIG_RK27XX +#define IRAM_ORIG 0x60000000 +#define IRAM_SIZE 0x8000 +#define DRAM_ORIG 0x60000000 +#define DRAM_SIZE (MEMORYSIZE * 0x100000) +#define CPU_ARM +#define ARM_ARCH 5 +#define USB_BASE 0x180A000 +#define USB_NUM_ENDPOINTS 2 -- cgit v1.2.3