Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 5.4 kernel and switch to using it #52

Merged
merged 5 commits into from
Mar 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions conf/machine/coral-dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#@DESCRIPTION: Machine configuration for Google Coral Dev Board
#@MAINTAINER: Mirza Krak <[email protected]>

MACHINEOVERRIDES =. "mx8mq:"
MACHINEOVERRIDES =. "mx8mq:use-nxp-bsp:"

require conf/machine/include/imx-base.inc
require conf/machine/include/arm/armv8a/tune-cortexa53.inc
Expand All @@ -16,18 +16,20 @@ DEFAULTTUNE:use-mainline-bsp = "cortexa53-crypto"

PREFERRED_PROVIDER_virtual/kernel:use-mainline-bsp = "linux-fslc"
PREFERRED_PROVIDER_virtual/kernel:use-nxp-bsp = "linux-coral"
KBUILD_DEFCONFIG = "imx_v8_defconfig"

MACHINE_FEATURES += "pci wifi bluetooth bcm43455 bcm4356"
MACHINE_FEATURES:append:use-nxp-bsp = " optee bcm4359"

MACHINE_EXTRA_RDEPENDS += "\
kernel-modules \
libedgetpu \
linux-firmware-ath10k \
"

MACHINE_SOCARCH_FILTER:append:mx8mq = " virtual/libopenvg virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa virtual/libgl virtual/libg2d"

KERNEL_DEVICETREE:use-nxp-bsp = "freescale/fsl-imx8mq-phanbell.dtb"
KERNEL_DEVICETREE:use-nxp-bsp = "freescale/imx8mq-phanbell.dtb"
KERNEL_DEVICETREE:use-mainline-bsp = "freescale/imx8mq-phanbell.dtb"

IMX_DEFAULT_BOOTLOADER = "u-boot-coral"
Expand Down
Loading