Skip to content

Commit

Permalink
yocto/rpi: enable tpm-slb9670 in local.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
quitschbo authored and k0ch4lo committed Nov 26, 2019
1 parent 74049ca commit d3b7329
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yocto/arm32/raspberrypi2/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ DISTRO="poky-tiny"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-raspberrypi"
PREFERRED_PROVIDER_virtual/kernel_poky-tiny = "linux-raspberrypi"

RPI_KERNEL_DEVICETREE_OVERLAYS += " overlays/tpm-slb9670.dtbo"
RPI_EXTRA_CONFIG = "dtoverlay=tpm-slb9670"
ENABLE_SPI_BUS = "1"

INITRAMFS_IMAGE_BUNDLE = "1"
INITRAMFS_IMAGE = "trustx-cml-initramfs"

Expand Down
4 changes: 4 additions & 0 deletions yocto/arm64/raspberrypi3-64/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ DISTRO="poky-tiny"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-raspberrypi"
PREFERRED_PROVIDER_virtual/kernel_poky-tiny = "linux-raspberrypi"

RPI_KERNEL_DEVICETREE_OVERLAYS += " overlays/tpm-slb9670.dtbo"
RPI_EXTRA_CONFIG = "dtoverlay=tpm-slb9670"
ENABLE_SPI_BUS = "1"

INITRAMFS_IMAGE_BUNDLE = "1"
INITRAMFS_IMAGE = "trustx-cml-initramfs"

Expand Down

0 comments on commit d3b7329

Please sign in to comment.