From 238be18d0331a7a87e3ea8ea0d24b78e451357cb Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 12 Apr 2014 00:08:11 +0200 Subject: hwstub: add proper PP support - drop support for PP500x: it's very different from other PP and although it would be possible to support them, I don't have one to test the code - make sure only the CPU is started - add PP descriptor to report chip ID and revision - add code in shell and lua to support pp (no register description yet) - compile for ARMv4 because PP502x is an ARM7TDMI Change-Id: I36c4e465dfc2cfdfe7433b2f65cc8f6f0720fe62 --- utils/hwstub/stub/pp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/hwstub/stub/pp/Makefile') diff --git a/utils/hwstub/stub/pp/Makefile b/utils/hwstub/stub/pp/Makefile index 6e79a2b1c8..73d5838f49 100644 --- a/utils/hwstub/stub/pp/Makefile +++ b/utils/hwstub/stub/pp/Makefile @@ -7,7 +7,7 @@ AS=arm-elf-eabi-gcc OC=arm-elf-eabi-objcopy DEFINES= INCLUDES=-I$(CURDIR) -GCCOPTS=-mcpu=arm926ej-s +GCCOPTS=-mcpu=arm7tdmi BUILD_DIR=$(CURDIR)/build/ ROOT_DIR=$(CURDIR)/.. -- cgit v1.2.3