Add atsha to MACHINE_FEATURES
atsha is the security chip used on NetModule HW BugzID: 58663
This commit is contained in:
parent
3dbf7afbd9
commit
a440f9b0b4
|
|
@ -18,5 +18,6 @@ MACHINE_FEATURES += " \
|
||||||
toby-l2 \
|
toby-l2 \
|
||||||
bluetooth \
|
bluetooth \
|
||||||
tibluetooth \
|
tibluetooth \
|
||||||
|
atsha \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,4 +17,8 @@ KERNEL_IMAGETYPE = "fitImage"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw16-v2"
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw16-v2"
|
||||||
|
|
||||||
MACHINE_FEATURES += "bluetooth tibluetooth"
|
MACHINE_FEATURES += " \
|
||||||
|
bluetooth \
|
||||||
|
tibluetooth \
|
||||||
|
atsha \
|
||||||
|
"
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,9 @@ KERNEL_IMAGETYPE = "fitImage"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw20-v1"
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw20-v1"
|
||||||
|
|
||||||
MACHINE_FEATURES += "toby-l2 bluetooth tibluetooth"
|
MACHINE_FEATURES += " \
|
||||||
|
toby-l2 \
|
||||||
|
bluetooth \
|
||||||
|
tibluetooth \
|
||||||
|
atsha \
|
||||||
|
"
|
||||||
|
|
|
||||||
|
|
@ -17,4 +17,7 @@ module_conf_ath10k_pci = "options ath10k_pci irq_mode=1"
|
||||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-armada-385-nrhw18-v2"
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-armada-385-nrhw18-v2"
|
||||||
IMAGE_BOOT_FILES = "u-boot-armada-385-nrhw18-v2.kwb"
|
IMAGE_BOOT_FILES = "u-boot-armada-385-nrhw18-v2.kwb"
|
||||||
|
|
||||||
MACHINE_FEATURES += "fpga"
|
MACHINE_FEATURES += " \
|
||||||
|
fpga \
|
||||||
|
atsha \
|
||||||
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue