mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
gem5: do some gem5 tweaks
Use the arm gem5 4.15 linux kernel. It should be fine since buildroot userland is older. Add some arm gem5 specific kernel config options.
This commit is contained in:
2
build
2
build
@@ -109,9 +109,11 @@ case "$arch" in
|
||||
;;
|
||||
arm)
|
||||
defconfig=qemu_arm_vexpress_defconfig
|
||||
linux_kernel_custom_config_file="${root_dir}/linux/arch/arm/configs/gem5_defconfig"
|
||||
;;
|
||||
aarch64)
|
||||
defconfig=qemu_aarch64_virt_defconfig
|
||||
linux_kernel_custom_config_file="${root_dir}/linux/arch/arm64/configs/gem5_defconfig"
|
||||
;;
|
||||
mips64)
|
||||
defconfig=qemu_mips64r6_malta_defconfig
|
||||
|
||||
2
linux
2
linux
Submodule linux updated: 29dcea8877...7dbffefaa2
Reference in New Issue
Block a user