From a440f9b0b4e03675eb7fbd6774fae53434bff672 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Fri, 13 Sep 2019 10:44:02 +0200 Subject: [PATCH] Add atsha to MACHINE_FEATURES atsha is the security chip used on NetModule HW BugzID: 58663 --- conf/machine/am335x-nmhw24.conf | 1 + conf/machine/am335x-nrhw16.conf | 6 +++++- conf/machine/am335x-nrhw20.conf | 7 ++++++- conf/machine/armada-385-nrhw18.conf | 5 ++++- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/conf/machine/am335x-nmhw24.conf b/conf/machine/am335x-nmhw24.conf index 5bf95df..8a21b0a 100644 --- a/conf/machine/am335x-nmhw24.conf +++ b/conf/machine/am335x-nmhw24.conf @@ -18,5 +18,6 @@ MACHINE_FEATURES += " \ toby-l2 \ bluetooth \ tibluetooth \ + atsha \ " diff --git a/conf/machine/am335x-nrhw16.conf b/conf/machine/am335x-nrhw16.conf index 4713d69..f4abb3d 100644 --- a/conf/machine/am335x-nrhw16.conf +++ b/conf/machine/am335x-nrhw16.conf @@ -17,4 +17,8 @@ KERNEL_IMAGETYPE = "fitImage" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw16-v2" -MACHINE_FEATURES += "bluetooth tibluetooth" +MACHINE_FEATURES += " \ + bluetooth \ + tibluetooth \ + atsha \ + " diff --git a/conf/machine/am335x-nrhw20.conf b/conf/machine/am335x-nrhw20.conf index db87772..680d020 100644 --- a/conf/machine/am335x-nrhw20.conf +++ b/conf/machine/am335x-nrhw20.conf @@ -13,4 +13,9 @@ KERNEL_IMAGETYPE = "fitImage" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw20-v1" -MACHINE_FEATURES += "toby-l2 bluetooth tibluetooth" +MACHINE_FEATURES += " \ + toby-l2 \ + bluetooth \ + tibluetooth \ + atsha \ + " diff --git a/conf/machine/armada-385-nrhw18.conf b/conf/machine/armada-385-nrhw18.conf index 48e0088..2b74a9a 100644 --- a/conf/machine/armada-385-nrhw18.conf +++ b/conf/machine/armada-385-nrhw18.conf @@ -17,4 +17,7 @@ module_conf_ath10k_pci = "options ath10k_pci irq_mode=1" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-armada-385-nrhw18-v2" IMAGE_BOOT_FILES = "u-boot-armada-385-nrhw18-v2.kwb" -MACHINE_FEATURES += "fpga" +MACHINE_FEATURES += " \ + fpga \ + atsha \ + "