summaryrefslogtreecommitdiffstats
path: root/bsp/meta-arm/meta-arm-bsp/conf/machine/foundation-armv8.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-arm/meta-arm-bsp/conf/machine/foundation-armv8.conf')
-rw-r--r--bsp/meta-arm/meta-arm-bsp/conf/machine/foundation-armv8.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/bsp/meta-arm/meta-arm-bsp/conf/machine/foundation-armv8.conf b/bsp/meta-arm/meta-arm-bsp/conf/machine/foundation-armv8.conf
new file mode 100644
index 00000000..73d2798c
--- /dev/null
+++ b/bsp/meta-arm/meta-arm-bsp/conf/machine/foundation-armv8.conf
@@ -0,0 +1,14 @@
+# Configuration for Armv8-A Foundation
+
+#@TYPE: Machine
+#@NAME: Armv8-A Foundation Platform machine
+#@DESCRIPTION: Machine configuration for Armv8-A Foundation Platform model
+
+require conf/machine/fvp-common/fvp.inc
+
+KERNEL_DEVICETREE = "arm/foundation-v8-gicv3-psci.dtb"
+
+# Use haveged as a source of entropy instead of rng-tools (Needed for ssh).
+# rngd (Part of rng-tools) takes ~7 mins to init resulting in a slow boot time.
+PACKAGE_EXCLUDE_append = " rng-tools"
+IMAGE_INSTALL_append = " haveged"