Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/56899 )

Change subject: scons: Delete the build_opts directory.
......................................................................

scons: Delete the build_opts directory.

Now that we use Kconfig to configure gem5, the default configs which
used to come out of the build_opts directory now come out of a defconfig
directory. Since build_opts is no longer used, it can be deleted.

Change-Id: I9d0f6563bc23925ba5dbc49df52bd69108095a94
---
D build_opts/ARM
D build_opts/ARM_MESI_Three_Level
D build_opts/ARM_MESI_Three_Level_HTM
D build_opts/ARM_MOESI_hammer
D build_opts/GCN3_X86
D build_opts/Garnet_standalone
D build_opts/MIPS
D build_opts/NULL
D build_opts/NULL_MESI_Two_Level
D build_opts/NULL_MOESI_CMP_directory
D build_opts/NULL_MOESI_CMP_token
D build_opts/NULL_MOESI_hammer
D build_opts/POWER
D build_opts/RISCV
D build_opts/SPARC
D build_opts/VEGA_X86
D build_opts/X86
D build_opts/X86_MESI_Two_Level
D build_opts/X86_MI_example
D build_opts/X86_MOESI_AMD_Base
20 files changed, 13 insertions(+), 55 deletions(-)



diff --git a/build_opts/ARM b/build_opts/ARM
deleted file mode 100644
index 5b7da10..0000000
--- a/build_opts/ARM
+++ /dev/null
@@ -1,2 +0,0 @@
-TARGET_ISA = 'arm'
-PROTOCOL = 'CHI'
diff --git a/build_opts/ARM_MESI_Three_Level b/build_opts/ARM_MESI_Three_Level
deleted file mode 100644
index 2ca31b6..0000000
--- a/build_opts/ARM_MESI_Three_Level
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright (c) 2019 ARM Limited
-# All rights reserved.
-
-TARGET_ISA = 'arm'
-PROTOCOL = 'MESI_Three_Level'
diff --git a/build_opts/ARM_MESI_Three_Level_HTM b/build_opts/ARM_MESI_Three_Level_HTM
deleted file mode 100644
index 703398d..0000000
--- a/build_opts/ARM_MESI_Three_Level_HTM
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright (c) 2019 ARM Limited
-# All rights reserved.
-
-TARGET_ISA = 'arm'
-PROTOCOL = 'MESI_Three_Level_HTM'
diff --git a/build_opts/ARM_MOESI_hammer b/build_opts/ARM_MOESI_hammer
deleted file mode 100644
index bd5c63f..0000000
--- a/build_opts/ARM_MOESI_hammer
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright (c) 2019 ARM Limited
-# All rights reserved.
-
-TARGET_ISA = 'arm'
-PROTOCOL = 'MOESI_hammer'
diff --git a/build_opts/GCN3_X86 b/build_opts/GCN3_X86
deleted file mode 100644
index b396908..0000000
--- a/build_opts/GCN3_X86
+++ /dev/null
@@ -1,4 +0,0 @@
-PROTOCOL = 'GPU_VIPER'
-TARGET_ISA = 'x86'
-TARGET_GPU_ISA = 'gcn3'
-BUILD_GPU = True
diff --git a/build_opts/Garnet_standalone b/build_opts/Garnet_standalone
deleted file mode 100644
index fd730c3..0000000
--- a/build_opts/Garnet_standalone
+++ /dev/null
@@ -1,2 +0,0 @@
-TARGET_ISA = 'null'
-PROTOCOL = 'Garnet_standalone'
diff --git a/build_opts/MIPS b/build_opts/MIPS
deleted file mode 100644
index 26cb23c..0000000
--- a/build_opts/MIPS
+++ /dev/null
@@ -1,2 +0,0 @@
-TARGET_ISA = 'mips'
-PROTOCOL = 'MI_example'
diff --git a/build_opts/NULL b/build_opts/NULL
deleted file mode 100644
index b749729..0000000
--- a/build_opts/NULL
+++ /dev/null
@@ -1,2 +0,0 @@
-TARGET_ISA = 'null'
-PROTOCOL='MI_example'
diff --git a/build_opts/NULL_MESI_Two_Level b/build_opts/NULL_MESI_Two_Level
deleted file mode 100644
index 09147b2..0000000
--- a/build_opts/NULL_MESI_Two_Level
+++ /dev/null
@@ -1,2 +0,0 @@
-TARGET_ISA = 'null'
-PROTOCOL = 'MESI_Two_Level'
diff --git a/build_opts/NULL_MOESI_CMP_directory b/build_opts/NULL_MOESI_CMP_directory
deleted file mode 100644
index 466a268..0000000
--- a/build_opts/NULL_MOESI_CMP_directory
+++ /dev/null
@@ -1,2 +0,0 @@
-TARGET_ISA = 'null'
-PROTOCOL='MOESI_CMP_directory'
diff --git a/build_opts/NULL_MOESI_CMP_token b/build_opts/NULL_MOESI_CMP_token
deleted file mode 100644
index 0cd0305..0000000
--- a/build_opts/NULL_MOESI_CMP_token
+++ /dev/null
@@ -1,2 +0,0 @@
-TARGET_ISA = 'null'
-PROTOCOL='MOESI_CMP_token'
diff --git a/build_opts/NULL_MOESI_hammer b/build_opts/NULL_MOESI_hammer
deleted file mode 100644
index 39ebcae..0000000
--- a/build_opts/NULL_MOESI_hammer
+++ /dev/null
@@ -1,2 +0,0 @@
-TARGET_ISA = 'null'
-PROTOCOL='MOESI_hammer'
diff --git a/build_opts/POWER b/build_opts/POWER
deleted file mode 100644
index 35772a4..0000000
--- a/build_opts/POWER
+++ /dev/null
@@ -1,2 +0,0 @@
-TARGET_ISA = 'power'
-PROTOCOL = 'MI_example'
diff --git a/build_opts/RISCV b/build_opts/RISCV
deleted file mode 100644
index 0bd069d..0000000
--- a/build_opts/RISCV
+++ /dev/null
@@ -1,2 +0,0 @@
-TARGET_ISA = 'riscv'
-PROTOCOL = 'MI_example'
diff --git a/build_opts/SPARC b/build_opts/SPARC
deleted file mode 100644
index 98acfe2..0000000
--- a/build_opts/SPARC
+++ /dev/null
@@ -1,2 +0,0 @@
-TARGET_ISA = 'sparc'
-PROTOCOL = 'MI_example'
diff --git a/build_opts/VEGA_X86 b/build_opts/VEGA_X86
deleted file mode 100644
index 11e8232..0000000
--- a/build_opts/VEGA_X86
+++ /dev/null
@@ -1,4 +0,0 @@
-PROTOCOL = 'GPU_VIPER'
-TARGET_ISA = 'x86'
-TARGET_GPU_ISA = 'vega'
-BUILD_GPU = True
diff --git a/build_opts/X86 b/build_opts/X86
deleted file mode 100644
index 72b200a..0000000
--- a/build_opts/X86
+++ /dev/null
@@ -1,3 +0,0 @@
-TARGET_ISA = 'x86'
-PROTOCOL = 'MESI_Two_Level'
-NUMBER_BITS_PER_SET = '128'
diff --git a/build_opts/X86_MESI_Two_Level b/build_opts/X86_MESI_Two_Level
deleted file mode 100644
index 72b200a..0000000
--- a/build_opts/X86_MESI_Two_Level
+++ /dev/null
@@ -1,3 +0,0 @@
-TARGET_ISA = 'x86'
-PROTOCOL = 'MESI_Two_Level'
-NUMBER_BITS_PER_SET = '128'
diff --git a/build_opts/X86_MI_example b/build_opts/X86_MI_example
deleted file mode 100644
index 483cf04..0000000
--- a/build_opts/X86_MI_example
+++ /dev/null
@@ -1,2 +0,0 @@
-TARGET_ISA = 'x86'
-PROTOCOL = 'MI_example'
diff --git a/build_opts/X86_MOESI_AMD_Base b/build_opts/X86_MOESI_AMD_Base
deleted file mode 100644
index 261bedb..0000000
--- a/build_opts/X86_MOESI_AMD_Base
+++ /dev/null
@@ -1,2 +0,0 @@
-PROTOCOL = 'MOESI_AMD_Base'
-TARGET_ISA = 'x86'

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/56899
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I9d0f6563bc23925ba5dbc49df52bd69108095a94
Gerrit-Change-Number: 56899
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to