diff --git a/build-gem5 b/build-gem5 index 78b7733..a0b474a 100755 --- a/build-gem5 +++ b/build-gem5 @@ -36,3 +36,5 @@ elif [ "$arch" = 'arm-gem5' ]; then cp ./system/arm/simple_bootloader/boot_emm.arm "$binaries_dir" cp ./system/arm/aarch64_bootloader/boot_emm.arm64 "$binaries_dir" fi +# TODO vs telnet? +make -C gem5/util/term diff --git a/buildroot_config_fragment b/buildroot_config_fragment index c8cf4cc..99ba1ad 100644 --- a/buildroot_config_fragment +++ b/buildroot_config_fragment @@ -1,5 +1,6 @@ BR2_GLOBAL_PATCH_DIR="../global_patch_dir" BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="../busybox_config_fragment" +BR2_PACKAGE_DHRYSTONE=y BR2_PACKAGE_KERNEL_MODULE=y BR2_PACKAGE_OVERRIDE_FILE="../buildroot_override" BR2_PACKAGE_STRACE=y