From 7cbad6e1759df4d33297639d0641bb5b8ca8060d Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 1 Jun 2021 14:16:41 +0100 Subject: [PATCH] whoops start basic sim from 0x20000000 --- src/test/basic_pypowersim/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/basic_pypowersim/Makefile b/src/test/basic_pypowersim/Makefile index 1ec2e996..d3a68cd0 100644 --- a/src/test/basic_pypowersim/Makefile +++ b/src/test/basic_pypowersim/Makefile @@ -1,4 +1,4 @@ -TOOLCHAIN=powerpc64-linux-gnu +TOOLCHAIN=powerpc64le-linux-gnu CC=$(TOOLCHAIN)-gcc AS=$(TOOLCHAIN)-as AFLAGS=-mpwr9 @@ -9,6 +9,7 @@ sim: kernel.bin echo -n -e \\0060\\0000\\0061\\0000 > test.bin echo -n -e \\0060\\0000\\0061\\0000 >> test.bin pypowersim -q --load test.bin:0 \ + -p 0x20000000 \ --dump testout.bin:0:8 \ --dump testout2.bin:0x20000100:8 \ -g gpr.list -i kernel.bin -- 2.30.2