ARM: add "core_type" field to "struct arm"
commitbbebfd9e134ec84a29dd68bc3661ead57435a4c3
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 18 Nov 2009 21:22:27 +0000 (18 13:22 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 18 Nov 2009 21:22:27 +0000 (18 13:22 -0800)
treedb209d49fd8d9c6f41e104d1b1af7c19419584c6
parent9b1f9810b090958bb4a669034173a01683c6e3e9
ARM: add "core_type" field to "struct arm"

It's used to flag cores with the "TrustZone" extension,
and is used in subsequent patches to set up support for
the registers shadowed by its new secure monitor mode.

The ARM1176 and Cortex-A8 both support this new mode.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm11.c
src/target/armv4_5.c
src/target/armv4_5.h
src/target/cortex_a8.c