Giacomo Travaglini has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/43745 )
Change subject: util: Stop providing support for linux-arm-legacy
......................................................................
util: Stop providing support for linux-arm-legacy
Signed-off-by: Giacomo Travaglini <[email protected]>
Change-Id: I758f66c9fe957eab4ed0867e46937ed265f42f06
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/43745
Reviewed-by: Jason Lowe-Power <[email protected]>
Maintainer: Jason Lowe-Power <[email protected]>
Tested-by: kokoro <[email protected]>
---
M util/gen_arm_fs_files.py
1 file changed, 0 insertions(+), 61 deletions(-)
Approvals:
Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
kokoro: Regressions pass
diff --git a/util/gen_arm_fs_files.py b/util/gen_arm_fs_files.py
index 54de7d3..84189dc 100755
--- a/util/gen_arm_fs_files.py
+++ b/util/gen_arm_fs_files.py
@@ -128,66 +128,6 @@
linux64()
linux32()
-def linux_legacy():
- """
- Checkout and build linux kernel and DTB for VExpress_EMM64/EMM
- """
- kernel_vexpress_emm64_dir = os.path.join(options.dest_dir,
- "linux-kernel-vexpress_emm64")
- run_cmd("clone linux kernel for VExpress_EMM64 platform",
- options.dest_dir,
-
["git", "clone", "https://gem5.googlesource.com/arm/linux-arm64-legacy",
- kernel_vexpress_emm64_dir])
- with open(revisions_dir + "/linux-arm64-legacy", "w+") as rev_file:
- run_cmd("write revision of linux-kernel-vexpress_emm64 repo",
- kernel_vexpress_emm64_dir,
- ["git", "rev-parse", "--short", "HEAD"],
- rev_file)
- run_cmd("configure kernel",
- kernel_vexpress_emm64_dir,
- ["make", "ARCH=arm64", "CROSS_COMPILE=aarch64-linux-gnu-",
- "CC=aarch64-linux-gnu-gcc-4.8", "gem5_defconfig"])
- run_cmd("compile kernel",
- kernel_vexpress_emm64_dir,
- ["make", "ARCH=arm64", "CROSS_COMPILE=aarch64-linux-gnu-",
- "CC=aarch64-linux-gnu-gcc-4.8", make_jobs_str])
- run_cmd("copy vmlinux",
- kernel_vexpress_emm64_dir,
- ["cp", "vmlinux", binaries_dir + "/vmlinux.vexpress_emm64"])
- run_cmd("copy DTB",
- kernel_vexpress_emm64_dir,
- ["cp", "arch/arm64/boot/dts/aarch64_gem5_server.dtb",
binaries_dir])
-
- kernel_vexpress_emm_dir = options.dest_dir
+ "/linux-kernel-vexpress_emm"
- run_cmd("clone linux kernel for VExpress_EMM platform",
- options.dest_dir,
-
["git", "clone", "https://gem5.googlesource.com/arm/linux-arm-legacy",
- kernel_vexpress_emm_dir])
- with open(revisions_dir + "/linux-arm-legacy", "w+") as rev_file:
- run_cmd("write revision of linux-kernel-vexpress_emm64 repo",
- kernel_vexpress_emm_dir,
- ["git", "rev-parse", "--short", "HEAD"],
- rev_file)
- run_cmd("configure kernel",
- kernel_vexpress_emm_dir,
- ["make", "ARCH=arm", "CROSS_COMPILE=arm-linux-gnueabihf-",
- "CC=arm-linux-gnueabihf-gcc-4.8", "vexpress_gem5_server_defconfig"])
- run_cmd("compile kernel",
- kernel_vexpress_emm_dir,
- ["make", "ARCH=arm", "CROSS_COMPILE=arm-linux-gnueabihf-",
- "CC=arm-linux-gnueabihf-gcc-4.8", make_jobs_str])
- run_cmd("copy vmlinux",
- kernel_vexpress_emm_dir,
- ["cp", "vmlinux", binaries_dir + "/vmlinux.vexpress_emm"])
- run_cmd("rename DTB for 1 CPU",
- kernel_vexpress_emm_dir,
- ["cp", "arch/arm/boot/dts/vexpress-v2p-ca15-tc1-gem5.dtb",
- binaries_dir + "/vexpress-v2p-ca15-tc1-gem5_1cpus.dtb"])
- run_cmd("copy DTBs",
- kernel_vexpress_emm_dir,
- ["cp"] + glob(kernel_vexpress_emm_dir
+ "/arch/arm/boot/dts/*gem5_*dtb") +
- [binaries_dir])
-
def dtbs():
"""
Build DTBs for VExpress_GEM5_V1
@@ -314,7 +254,6 @@
all_binaries = {
"linux" : linux,
- "linux-legacy" : linux_legacy,
"dtbs" : dtbs,
"bootloaders" : bootloaders,
"m5" : m5,
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/43745
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: I758f66c9fe957eab4ed0867e46937ed265f42f06
Gerrit-Change-Number: 43745
Gerrit-PatchSet: 2
Gerrit-Owner: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Richard Cooper <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s