From 278353e01d87b875d58e59c46e40b2d9472ad15f Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 28 Jan 2012 07:24:53 -0800 Subject: SE/FS: Pull FULL_SYSTEM out of the build_opts files --HG-- rename : build_opts/ALPHA_FS => build_opts/ALPHA rename : build_opts/ALPHA_SE_MESI_CMP_directory => build_opts/ALPHA_MESI_CMP_directory rename : build_opts/ALPHA_SE_MOESI_CMP_directory => build_opts/ALPHA_MOESI_CMP_directory rename : build_opts/ALPHA_SE_MOESI_CMP_token => build_opts/ALPHA_MOESI_CMP_token rename : build_opts/ALPHA_SE_MOESI_hammer => build_opts/ALPHA_MOESI_hammer rename : build_opts/ALPHA_SE_Network_test => build_opts/ALPHA_Network_test rename : build_opts/ARM_FS => build_opts/ARM rename : build_opts/MIPS_SE => build_opts/MIPS rename : build_opts/POWER_SE => build_opts/POWER rename : build_opts/SPARC_FS => build_opts/SPARC rename : build_opts/X86_FS => build_opts/X86 --- build_opts/ARM | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build_opts/ARM (limited to 'build_opts/ARM') diff --git a/build_opts/ARM b/build_opts/ARM new file mode 100644 index 000000000..9c27c0d27 --- /dev/null +++ b/build_opts/ARM @@ -0,0 +1,3 @@ +TARGET_ISA = 'arm' +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU' +PROTOCOL = 'MI_example' -- cgit v1.2.3