From 448cff1af96dea419a86f67c78fec5b041d56c46 Mon Sep 17 00:00:00 2001 From: Changho Choi Date: Fri, 18 Jul 2025 17:37:02 +0900 Subject: [PATCH] Fix t32 script There were some compatibility issues between the target CPU of T32 and FVP which prevented T32 from running in our default setting. The fix chooses the right CPU and uses only one core. The command for loading linux symbols has been also added. Signed-off-by: Changho Choi --- debug/t32.cmm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debug/t32.cmm b/debug/t32.cmm index f284e390b6029..644afcd19c8f2 100644 --- a/debug/t32.cmm +++ b/debug/t32.cmm @@ -1,13 +1,14 @@ system.reset -system.cpu CORTEXA72A53 -system.config corenumber 8. +system.cpu ARMV8-A +;system.config corenumber 8. -core.assign 1. 2. 3. 4. 5. 6. 7. 8. +;core.assign 1. 2. 3. 4. 5. 6. 7. 8. sys.up d.load.elf ../out/aarch64-unknown-none-softfloat/release/fvp /nocode +Data.LOAD.Elf ../third-party/nw-linux/vmlinux /NoCODE /noclear list register