diff options
40 files changed, 288 insertions, 616 deletions
diff --git a/conf/machine/imx25pdk.conf b/conf/machine/imx25pdk.conf index e22d9f4e4..9e8ad0037 100644 --- a/conf/machine/imx25pdk.conf +++ b/conf/machine/imx25pdk.conf | |||
| @@ -13,7 +13,7 @@ UBOOT_MACHINE ?= "mx25pdk_defconfig" | |||
| 13 | 13 | ||
| 14 | KERNEL_DEVICETREE = "imx25-pdk.dtb" | 14 | KERNEL_DEVICETREE = "imx25-pdk.dtb" |
| 15 | 15 | ||
| 16 | SERIAL_CONSOLE = "115200 ttymxc0" | 16 | SERIAL_CONSOLES = "115200;ttymxc0" |
| 17 | 17 | ||
| 18 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" | 18 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" |
| 19 | 19 | ||
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf index 937fd143f..7c359e549 100644 --- a/conf/machine/imx28evk.conf +++ b/conf/machine/imx28evk.conf | |||
| @@ -18,7 +18,7 @@ UBOOT_CONFIG[sd-auart-console] = "mx28evk_auart_console_config,sdcard" | |||
| 18 | 18 | ||
| 19 | KERNEL_DEVICETREE = "imx28-evk.dtb" | 19 | KERNEL_DEVICETREE = "imx28-evk.dtb" |
| 20 | 20 | ||
| 21 | SERIAL_CONSOLE = "115200 ttyAMA0" | 21 | SERIAL_CONSOLES = "115200;ttyAMA0" |
| 22 | 22 | ||
| 23 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" | 23 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" |
| 24 | 24 | ||
diff --git a/conf/machine/imx6qdlsabreauto.conf b/conf/machine/imx6qdlsabreauto.conf index fabd4cd0d..64a13a8a7 100644 --- a/conf/machine/imx6qdlsabreauto.conf +++ b/conf/machine/imx6qdlsabreauto.conf | |||
| @@ -38,7 +38,7 @@ UBOOT_SUFFIX = "img" | |||
| 38 | SPL_BINARY = "SPL" | 38 | SPL_BINARY = "SPL" |
| 39 | WKS_FILE = "imx-uboot-spl-bootpart.wks" | 39 | WKS_FILE = "imx-uboot-spl-bootpart.wks" |
| 40 | 40 | ||
| 41 | SERIAL_CONSOLE = "115200 ttymxc3" | 41 | SERIAL_CONSOLES = "115200;ttymxc3" |
| 42 | 42 | ||
| 43 | MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k" | 43 | MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k" |
| 44 | 44 | ||
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf index 7cde50592..ff1a3c76d 100644 --- a/conf/machine/imx6qdlsabresd.conf +++ b/conf/machine/imx6qdlsabresd.conf | |||
| @@ -38,7 +38,7 @@ UBOOT_SUFFIX = "img" | |||
| 38 | SPL_BINARY = "SPL" | 38 | SPL_BINARY = "SPL" |
| 39 | WKS_FILE = "imx-uboot-spl-bootpart.wks" | 39 | WKS_FILE = "imx-uboot-spl-bootpart.wks" |
| 40 | 40 | ||
| 41 | SERIAL_CONSOLE = "115200 ttymxc0" | 41 | SERIAL_CONSOLES = "115200;ttymxc0" |
| 42 | 42 | ||
| 43 | MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k" | 43 | MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k" |
| 44 | 44 | ||
diff --git a/conf/machine/imx6slevk.conf b/conf/machine/imx6slevk.conf index ffcbaaa76..5d81272fb 100644 --- a/conf/machine/imx6slevk.conf +++ b/conf/machine/imx6slevk.conf | |||
| @@ -19,7 +19,7 @@ UBOOT_CONFIG[epdc] = "mx6slevk_epdc_config" | |||
| 19 | UBOOT_CONFIG[spinor] = "mx6slevk_spinor_config" | 19 | UBOOT_CONFIG[spinor] = "mx6slevk_spinor_config" |
| 20 | UBOOT_CONFIG[mfgtool] = "mx6slevk_config" | 20 | UBOOT_CONFIG[mfgtool] = "mx6slevk_config" |
| 21 | 21 | ||
| 22 | SERIAL_CONSOLE = "115200 ttymxc0" | 22 | SERIAL_CONSOLES = "115200;ttymxc0" |
| 23 | 23 | ||
| 24 | MACHINE_FEATURES += " pci wifi bluetooth" | 24 | MACHINE_FEATURES += " pci wifi bluetooth" |
| 25 | 25 | ||
diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf index 84d1e3195..ef1552028 100644 --- a/conf/machine/imx6sllevk.conf +++ b/conf/machine/imx6sllevk.conf | |||
| @@ -18,7 +18,7 @@ UBOOT_CONFIG[sd] = "mx6sllevk_config,sdcard" | |||
| 18 | UBOOT_CONFIG[epdc] = "mx6sllevk_epdc_config" | 18 | UBOOT_CONFIG[epdc] = "mx6sllevk_epdc_config" |
| 19 | UBOOT_CONFIG[mfgtool] = "mx6sllevk_config" | 19 | UBOOT_CONFIG[mfgtool] = "mx6sllevk_config" |
| 20 | 20 | ||
| 21 | SERIAL_CONSOLE = "115200 ttymxc0" | 21 | SERIAL_CONSOLES = "115200;ttymxc0" |
| 22 | 22 | ||
| 23 | MACHINE_FEATURES += " pci wifi bluetooth" | 23 | MACHINE_FEATURES += " pci wifi bluetooth" |
| 24 | 24 | ||
diff --git a/conf/machine/imx6sxsabreauto.conf b/conf/machine/imx6sxsabreauto.conf index ca5c97469..b26605d43 100644 --- a/conf/machine/imx6sxsabreauto.conf +++ b/conf/machine/imx6sxsabreauto.conf | |||
| @@ -21,7 +21,7 @@ UBOOT_CONFIG[qspi1] = "mx6sxsabreauto_qspi1_config" | |||
| 21 | UBOOT_CONFIG[nand] = "mx6sxsabreauto_nand_config,ubifs" | 21 | UBOOT_CONFIG[nand] = "mx6sxsabreauto_nand_config,ubifs" |
| 22 | UBOOT_CONFIG[mfgtool] = "mx6sxsabreauto_config" | 22 | UBOOT_CONFIG[mfgtool] = "mx6sxsabreauto_config" |
| 23 | 23 | ||
| 24 | SERIAL_CONSOLE = "115200 ttymxc3" | 24 | SERIAL_CONSOLES = "115200;ttymxc3" |
| 25 | 25 | ||
| 26 | MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k" | 26 | MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k" |
| 27 | 27 | ||
diff --git a/conf/machine/imx6sxsabresd.conf b/conf/machine/imx6sxsabresd.conf index 3a969e4a3..5793a0b01 100644 --- a/conf/machine/imx6sxsabresd.conf +++ b/conf/machine/imx6sxsabresd.conf | |||
| @@ -22,7 +22,7 @@ UBOOT_CONFIG[qspi2] = "mx6sxsabresd_qspi2_config" | |||
| 22 | UBOOT_CONFIG[m4fastup] = "mx6sxsabresd_m4fastup_config" | 22 | UBOOT_CONFIG[m4fastup] = "mx6sxsabresd_m4fastup_config" |
| 23 | UBOOT_CONFIG[mfgtool] = "mx6sxsabresd_config" | 23 | UBOOT_CONFIG[mfgtool] = "mx6sxsabresd_config" |
| 24 | 24 | ||
| 25 | SERIAL_CONSOLE = "115200 ttymxc0" | 25 | SERIAL_CONSOLES = "115200;ttymxc0" |
| 26 | 26 | ||
| 27 | MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k" | 27 | MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k" |
| 28 | 28 | ||
diff --git a/conf/machine/imx6ullevk.conf b/conf/machine/imx6ullevk.conf index 7cf9c328b..b05216aca 100644 --- a/conf/machine/imx6ullevk.conf +++ b/conf/machine/imx6ullevk.conf | |||
| @@ -19,6 +19,6 @@ PREFERRED_PROVIDER_u-boot = "u-boot-imx" | |||
| 19 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" | 19 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" |
| 20 | PREFERRED_PROVIDER_virtual/kernel = "linux-imx" | 20 | PREFERRED_PROVIDER_virtual/kernel = "linux-imx" |
| 21 | 21 | ||
| 22 | SERIAL_CONSOLE = "115200 ttymxc0" | 22 | SERIAL_CONSOLES = "115200;ttymxc0" |
| 23 | 23 | ||
| 24 | MACHINE_FEATURES += "wifi bluetooth" | 24 | MACHINE_FEATURES += "wifi bluetooth" |
diff --git a/conf/machine/imx7ulpevk.conf b/conf/machine/imx7ulpevk.conf index d077de743..8a2952061 100644 --- a/conf/machine/imx7ulpevk.conf +++ b/conf/machine/imx7ulpevk.conf | |||
| @@ -24,4 +24,4 @@ UBOOT_CONFIG[mfgtool] = "mx7ulp_evk_config" | |||
| 24 | MACHINE_FIRMWARE_append = " firmware-imx-brcm" | 24 | MACHINE_FIRMWARE_append = " firmware-imx-brcm" |
| 25 | 25 | ||
| 26 | # Set Serial console | 26 | # Set Serial console |
| 27 | SERIAL_CONSOLE = "115200 ttyLP0" | 27 | SERIAL_CONSOLES = "115200;ttyLP0" |
diff --git a/conf/machine/imx8mmevk.conf b/conf/machine/imx8mmevk.conf index 44b3249fe..a0523a703 100644 --- a/conf/machine/imx8mmevk.conf +++ b/conf/machine/imx8mmevk.conf | |||
| @@ -41,7 +41,7 @@ UBOOT_DTB_NAME = "fsl-imx8mm-evk.dtb" | |||
| 41 | IMXBOOT_TARGETS = "${@bb.utils.contains('UBOOT_CONFIG', 'fspi', 'flash_evk_flexspi', 'flash_evk', d)}" | 41 | IMXBOOT_TARGETS = "${@bb.utils.contains('UBOOT_CONFIG', 'fspi', 'flash_evk_flexspi', 'flash_evk', d)}" |
| 42 | 42 | ||
| 43 | # Set Serial console | 43 | # Set Serial console |
| 44 | SERIAL_CONSOLE = "115200 ttymxc1" | 44 | SERIAL_CONSOLES = "115200;ttymxc1" |
| 45 | 45 | ||
| 46 | IMAGE_BOOTLOADER = "imx-boot" | 46 | IMAGE_BOOTLOADER = "imx-boot" |
| 47 | 47 | ||
diff --git a/conf/machine/imx8mqevk.conf b/conf/machine/imx8mqevk.conf index 96f122034..230379675 100644 --- a/conf/machine/imx8mqevk.conf +++ b/conf/machine/imx8mqevk.conf | |||
| @@ -38,7 +38,7 @@ UBOOT_DTB_NAME = "fsl-imx8mq-evk.dtb" | |||
| 38 | IMXBOOT_TARGETS = "flash_evk flash_evk_no_hdmi" | 38 | IMXBOOT_TARGETS = "flash_evk flash_evk_no_hdmi" |
| 39 | 39 | ||
| 40 | # Set Serial console | 40 | # Set Serial console |
| 41 | SERIAL_CONSOLE = "115200 ttymxc0" | 41 | SERIAL_CONSOLES = "115200;ttymxc0" |
| 42 | 42 | ||
| 43 | IMAGE_BOOTLOADER = "imx-boot" | 43 | IMAGE_BOOTLOADER = "imx-boot" |
| 44 | 44 | ||
diff --git a/conf/machine/imx8qmmek.conf b/conf/machine/imx8qmmek.conf index e1f26b44f..c20908a22 100644 --- a/conf/machine/imx8qmmek.conf +++ b/conf/machine/imx8qmmek.conf | |||
| @@ -16,7 +16,7 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" | |||
| 16 | LOADADDR = "" | 16 | LOADADDR = "" |
| 17 | 17 | ||
| 18 | # We have to disable SERIAL_CONSOLE due to auto-serial-console | 18 | # We have to disable SERIAL_CONSOLE due to auto-serial-console |
| 19 | SERIAL_CONSOLE = "115200 ttyAMA0" | 19 | SERIAL_CONSOLES = "115200;ttyAMA0" |
| 20 | 20 | ||
| 21 | # we do not want to have getty running on tty1 as we run | 21 | # we do not want to have getty running on tty1 as we run |
| 22 | # auto-serial-console there | 22 | # auto-serial-console there |
diff --git a/conf/machine/imx8qxpmek.conf b/conf/machine/imx8qxpmek.conf index 2ffbcacc2..e11e147ab 100644 --- a/conf/machine/imx8qxpmek.conf +++ b/conf/machine/imx8qxpmek.conf | |||
| @@ -15,7 +15,7 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" | |||
| 15 | LOADADDR = "" | 15 | LOADADDR = "" |
| 16 | 16 | ||
| 17 | # We have to disable SERIAL_CONSOLE due to auto-serial-console | 17 | # We have to disable SERIAL_CONSOLE due to auto-serial-console |
| 18 | SERIAL_CONSOLE = "115200 ttyAMA0" | 18 | SERIAL_CONSOLES = "115200;ttyAMA0" |
| 19 | 19 | ||
| 20 | # we do not want to have getty running on tty1 as we run | 20 | # we do not want to have getty running on tty1 as we run |
| 21 | # auto-serial-console there | 21 | # auto-serial-console there |
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index cd3cdb3b3..84f453be9 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
| @@ -280,7 +280,7 @@ IMX_DEFAULT_KERNEL_use-mainline-bsp = "linux-fslc" | |||
| 280 | 280 | ||
| 281 | PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" | 281 | PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" |
| 282 | 282 | ||
| 283 | SOC_DEFAULT_IMAGE_FSTYPES = "wic.gz" | 283 | SOC_DEFAULT_IMAGE_FSTYPES = "wic.bmap wic.gz" |
| 284 | SOC_DEFAULT_IMAGE_FSTYPES_mxs = "uboot-mxsboot-sdcard wic.gz" | 284 | SOC_DEFAULT_IMAGE_FSTYPES_mxs = "uboot-mxsboot-sdcard wic.gz" |
| 285 | 285 | ||
| 286 | # Do not update fstab file when using wic images | 286 | # Do not update fstab file when using wic images |
| @@ -310,8 +310,8 @@ SOC_DEFAULT_WKS_FILE_mxs ?= "imx-uboot-mxs-bootpart.wks.in" | |||
| 310 | 310 | ||
| 311 | WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" | 311 | WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" |
| 312 | 312 | ||
| 313 | SERIAL_CONSOLE = "115200 ttymxc0" | 313 | SERIAL_CONSOLES = "115200;ttymxc0" |
| 314 | SERIAL_CONSOLE_mxs = "115200 ttyAMA0" | 314 | SERIAL_CONSOLES_mxs = "115200;ttyAMA0" |
| 315 | 315 | ||
| 316 | KERNEL_IMAGETYPE = "zImage" | 316 | KERNEL_IMAGETYPE = "zImage" |
| 317 | KERNEL_IMAGETYPE_aarch64 = "Image" | 317 | KERNEL_IMAGETYPE_aarch64 = "Image" |
diff --git a/conf/machine/ls1012afrwy.conf b/conf/machine/ls1012afrwy.conf index bd154acbb..13b6138a2 100644 --- a/conf/machine/ls1012afrwy.conf +++ b/conf/machine/ls1012afrwy.conf | |||
| @@ -20,7 +20,7 @@ UBOOT_CONFIG ??= "tfa-secure-boot tfa" | |||
| 20 | UBOOT_CONFIG[tfa] = "ls1012afrwy_tfa_defconfig,,u-boot-dtb.bin" | 20 | UBOOT_CONFIG[tfa] = "ls1012afrwy_tfa_defconfig,,u-boot-dtb.bin" |
| 21 | UBOOT_CONFIG[tfa-secure-boot] = "ls1012afrwy_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[tfa-secure-boot] = "ls1012afrwy_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |
| 22 | 22 | ||
| 23 | RCWQSPI ?= "N_SSNP_3305/rcw_1000_default.bin" | 23 | RCWQSPI ?= "N_SSNP_3305/rcw_1000" |
| 24 | 24 | ||
| 25 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-frwy.dtb" | 25 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-frwy.dtb" |
| 26 | KERNEL_DEFCONFIG ?= "defconfig" | 26 | KERNEL_DEFCONFIG ?= "defconfig" |
diff --git a/conf/machine/ls1012ardb.conf b/conf/machine/ls1012ardb.conf index f05507d79..85b01af64 100644 --- a/conf/machine/ls1012ardb.conf +++ b/conf/machine/ls1012ardb.conf | |||
| @@ -20,7 +20,8 @@ UBOOT_CONFIG ??= "tfa-secure-boot tfa" | |||
| 20 | UBOOT_CONFIG[tfa] = "ls1012ardb_tfa_defconfig,,u-boot-dtb.bin" | 20 | UBOOT_CONFIG[tfa] = "ls1012ardb_tfa_defconfig,,u-boot-dtb.bin" |
| 21 | UBOOT_CONFIG[tfa-secure-boot] = "ls1012ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[tfa-secure-boot] = "ls1012ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |
| 22 | 22 | ||
| 23 | RCWQSPI ?= "R_SPNH_3508/rcw_1000_default.bin" | 23 | RCWQSPI ?= "R_SPNH_3508/rcw_1000" |
| 24 | RCWQSPISEC ?= "R_SPNH_3508/rcw_1000" | ||
| 24 | 25 | ||
| 25 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-rdb.dtb" | 26 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-rdb.dtb" |
| 26 | KERNEL_DEFCONFIG ?= "defconfig" | 27 | KERNEL_DEFCONFIG ?= "defconfig" |
diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf index f9b0d3d98..b00b98769 100644 --- a/conf/machine/ls1043ardb.conf +++ b/conf/machine/ls1043ardb.conf | |||
| @@ -24,9 +24,9 @@ KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rd | |||
| 24 | KERNEL_DEFCONFIG ?= "defconfig" | 24 | KERNEL_DEFCONFIG ?= "defconfig" |
| 25 | 25 | ||
| 26 | UEFI_NORBOOT ?= "LS1043ARDB_EFI_NORBOOT.fd" | 26 | UEFI_NORBOOT ?= "LS1043ARDB_EFI_NORBOOT.fd" |
| 27 | RCWNOR ?= "RR_FQPP_1455/rcw_1600.bin" | 27 | RCWNOR ?= "RR_FQPP_1455/rcw_1600" |
| 28 | RCWSD ?= "RR_FQPP_1455/rcw_1600_sdboot.bin" | 28 | RCWSD ?= "RR_FQPP_1455/rcw_1600_sdboot" |
| 29 | RCWNAND ?= "RR_FQPP_1455/rcw_1600_nandboot.bin" | 29 | RCWNAND ?= "RR_FQPP_1455/rcw_1600_nandboot" |
| 30 | 30 | ||
| 31 | QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin" | 31 | QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin" |
| 32 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode uefi atf" | 32 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode uefi atf" |
diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf index 83309c951..b3000f0f0 100644 --- a/conf/machine/ls1046ardb.conf +++ b/conf/machine/ls1046ardb.conf | |||
| @@ -29,8 +29,8 @@ SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0 115200;ttyLP0" | |||
| 29 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 29 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
| 30 | 30 | ||
| 31 | UEFI_NORBOOT ?= "LS1046ARDB_EFI_NORBOOT.fd" | 31 | UEFI_NORBOOT ?= "LS1046ARDB_EFI_NORBOOT.fd" |
| 32 | RCWQSPI ?= "RR_FFSSPPPH_1133_5559/rcw_1800_qspiboot.bin" | 32 | RCWQSPI ?= "RR_FFSSPPPH_1133_5559/rcw_1800_qspiboot" |
| 33 | RCWSD ?= "RR_FFSSPPPH_1133_5559/rcw_1800_sdboot.bin" | 33 | RCWSD ?= "RR_FFSSPPPH_1133_5559/rcw_1800_sdboot" |
| 34 | 34 | ||
| 35 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw uefi atf" | 35 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw uefi atf" |
| 36 | USE_VT = "0" | 36 | USE_VT = "0" |
diff --git a/conf/machine/ls1088ardb-pb.conf b/conf/machine/ls1088ardb-pb.conf index 3726efa2a..11fdf0db0 100644 --- a/conf/machine/ls1088ardb-pb.conf +++ b/conf/machine/ls1088ardb-pb.conf | |||
| @@ -25,8 +25,8 @@ KERNEL_DEFCONFIG ?= "defconfig" | |||
| 25 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" | 25 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" |
| 26 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 26 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
| 27 | 27 | ||
| 28 | RCWSD ?= "FCSSRR_PPPP_0x1d_0x13/rcw_1600_sd.bin" | 28 | RCWSD ?= "FCSSRR_PPPP_0x1d_0x13/rcw_1600_sd" |
| 29 | RCWQSPI ?= "FCSSRR_PPPP_0x1d_0x13/rcw_1600_qspi.bin" | 29 | RCWQSPI ?= "FCSSRR_PPPP_0x1d_0x13/rcw_1600_qspi" |
| 30 | 30 | ||
| 31 | 31 | ||
| 32 | EXTRA_IMAGEDEPENDS += "mc-utils rcw management-complex atf" | 32 | EXTRA_IMAGEDEPENDS += "mc-utils rcw management-complex atf" |
diff --git a/conf/machine/ls1088ardb.conf b/conf/machine/ls1088ardb.conf index 13c8bf29f..0dc03086e 100644 --- a/conf/machine/ls1088ardb.conf +++ b/conf/machine/ls1088ardb.conf | |||
| @@ -25,8 +25,8 @@ KERNEL_DEFCONFIG ?= "defconfig" | |||
| 25 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" | 25 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" |
| 26 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 26 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
| 27 | 27 | ||
| 28 | RCWSD ?= "FCQQQQQQQQ_PPP_H_0x1d_0x0d/rcw_1600_sd.bin" | 28 | RCWSD ?= "FCQQQQQQQQ_PPP_H_0x1d_0x0d/rcw_1600_sd" |
| 29 | RCWQSPI ?= "FCQQQQQQQQ_PPP_H_0x1d_0x0d/rcw_1600_qspi.bin" | 29 | RCWQSPI ?= "FCQQQQQQQQ_PPP_H_0x1d_0x0d/rcw_1600_qspi" |
| 30 | 30 | ||
| 31 | EXTRA_IMAGEDEPENDS += "mc-utils rcw management-complex atf" | 31 | EXTRA_IMAGEDEPENDS += "mc-utils rcw management-complex atf" |
| 32 | USE_VT = "0" | 32 | USE_VT = "0" |
diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf index 04f3bbdc1..929094ea1 100644 --- a/conf/machine/ls2088ardb.conf +++ b/conf/machine/ls2088ardb.conf | |||
| @@ -19,8 +19,8 @@ UBOOT_CONFIG ??= "tfa-secure-boot tfa" | |||
| 19 | UBOOT_CONFIG[tfa] = "ls2088ardb_tfa_defconfig,,u-boot-dtb.bin" | 19 | UBOOT_CONFIG[tfa] = "ls2088ardb_tfa_defconfig,,u-boot-dtb.bin" |
| 20 | UBOOT_CONFIG[tfa-secure-boot] = "ls2088ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 20 | UBOOT_CONFIG[tfa-secure-boot] = "ls2088ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |
| 21 | 21 | ||
| 22 | RCWNOR ?= "FFFFFFFF_PP_HH_0x2a_0x41/rcw_1800.bin" | 22 | RCWNOR ?= "FFFFFFFF_PP_HH_0x2a_0x41/rcw_1800" |
| 23 | RCWQSPI?= "FFFFFFFF_PP_HH_0x2a_0x41/rcw_2000_qspi.bin" | 23 | RCWQSPI?= "FFFFFFFF_PP_HH_0x2a_0x41/rcw_2000_qspi" |
| 24 | UEFI_NORBOOT ?= "LS2088ARDB_EFI_NORBOOT.fd" | 24 | UEFI_NORBOOT ?= "LS2088ARDB_EFI_NORBOOT.fd" |
| 25 | 25 | ||
| 26 | KERNEL_DEVICETREE ?= "freescale/fsl-ls2088a-rdb.dtb" | 26 | KERNEL_DEVICETREE ?= "freescale/fsl-ls2088a-rdb.dtb" |
diff --git a/conf/machine/lx2160ardb.conf b/conf/machine/lx2160ardb.conf index 44eba5d92..3300488fb 100644 --- a/conf/machine/lx2160ardb.conf +++ b/conf/machine/lx2160ardb.conf | |||
| @@ -26,8 +26,8 @@ SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" | |||
| 26 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 26 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
| 27 | 27 | ||
| 28 | UEFI_XSPIBOOT ?= "LX2160ARDB_EFI_NORBOOT.fd" | 28 | UEFI_XSPIBOOT ?= "LX2160ARDB_EFI_NORBOOT.fd" |
| 29 | RCWXSPI ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2.bin" | 29 | RCWXSPI ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2" |
| 30 | RCWSD ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2_sd.bin" | 30 | RCWSD ?= "XGGFF_PP_HHHH_RR_19_5_2/rcw_2000_700_2900_19_5_2_sd" |
| 31 | 31 | ||
| 32 | EXTRA_IMAGEDEPENDS += "management-complex mc-utils rcw ls2-phy ddr-phy uefi atf inphi" | 32 | EXTRA_IMAGEDEPENDS += "management-complex mc-utils rcw ls2-phy ddr-phy uefi atf inphi" |
| 33 | USE_VT = "0" | 33 | USE_VT = "0" |
diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf index 50edba7d8..42bbdc39f 100644 --- a/conf/machine/p1020rdb.conf +++ b/conf/machine/p1020rdb.conf | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | require conf/machine/include/e500v2.inc | 8 | require conf/machine/include/e500v2.inc |
| 9 | 9 | ||
| 10 | MACHINEOVERRIDES =. "p1020" | 10 | MACHINEOVERRIDES =. "p1020:" |
| 11 | BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" | 11 | BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" |
| 12 | 12 | ||
| 13 | UBOOT_CONFIG ??= "nand sdcard spi nor" | 13 | UBOOT_CONFIG ??= "nand sdcard spi nor" |
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf index 102cc8dbb..19f7df438 100644 --- a/conf/machine/p2041rdb.conf +++ b/conf/machine/p2041rdb.conf | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | require conf/machine/include/e500mc.inc | 8 | require conf/machine/include/e500mc.inc |
| 9 | 9 | ||
| 10 | MACHINEOVERRIDES =. "p2041" | 10 | MACHINEOVERRIDES =. "p2041:" |
| 11 | 11 | ||
| 12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" | 12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" |
| 13 | UBOOT_CONFIG[nor] = "P2041RDB_config" | 13 | UBOOT_CONFIG[nor] = "P2041RDB_config" |
diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf index c7ce46929..5102fc969 100644 --- a/conf/machine/p3041ds.conf +++ b/conf/machine/p3041ds.conf | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | require conf/machine/include/e500mc.inc | 8 | require conf/machine/include/e500mc.inc |
| 9 | 9 | ||
| 10 | MACHINEOVERRIDES =. "p3041" | 10 | MACHINEOVERRIDES =. "p3041:" |
| 11 | 11 | ||
| 12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" | 12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" |
| 13 | UBOOT_CONFIG[nor] = "P3041DS_config" | 13 | UBOOT_CONFIG[nor] = "P3041DS_config" |
diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf index 23a7816b0..6ea35b37d 100644 --- a/conf/machine/p4080ds.conf +++ b/conf/machine/p4080ds.conf | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | require conf/machine/include/e500mc.inc | 8 | require conf/machine/include/e500mc.inc |
| 9 | 9 | ||
| 10 | MACHINEOVERRIDES =. "p4080" | 10 | MACHINEOVERRIDES =. "p4080:" |
| 11 | 11 | ||
| 12 | UBOOT_CONFIG ??= "secure-boot sdcard spi nor" | 12 | UBOOT_CONFIG ??= "secure-boot sdcard spi nor" |
| 13 | UBOOT_CONFIG[nor] = "P4080DS_config" | 13 | UBOOT_CONFIG[nor] = "P4080DS_config" |
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf index af581f491..d958e4f6f 100644 --- a/conf/machine/p5040ds.conf +++ b/conf/machine/p5040ds.conf | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | require conf/machine/include/e5500.inc | 8 | require conf/machine/include/e5500.inc |
| 9 | 9 | ||
| 10 | MACHINEOVERRIDES =. "p5040" | 10 | MACHINEOVERRIDES =. "p5040:" |
| 11 | 11 | ||
| 12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" | 12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" |
| 13 | UBOOT_CONFIG[nor] = "P5040DS_config" | 13 | UBOOT_CONFIG[nor] = "P5040DS_config" |
diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf index 616ce3f10..81d56962c 100644 --- a/conf/machine/t1024rdb.conf +++ b/conf/machine/t1024rdb.conf | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | require conf/machine/include/e5500.inc | 8 | require conf/machine/include/e5500.inc |
| 9 | 9 | ||
| 10 | MACHINEOVERRIDES =. "t1:t1024" | 10 | MACHINEOVERRIDES =. "t1:t1024:" |
| 11 | 11 | ||
| 12 | UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" | 12 | UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" |
| 13 | UBOOT_CONFIG[nor] = "T1024RDB_config" | 13 | UBOOT_CONFIG[nor] = "T1024RDB_config" |
diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf index bfcb7689f..128f643b3 100644 --- a/conf/machine/t2080rdb.conf +++ b/conf/machine/t2080rdb.conf | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | require conf/machine/include/e6500.inc | 8 | require conf/machine/include/e6500.inc |
| 9 | 9 | ||
| 10 | MACHINEOVERRIDES =. "t2:t2080" | 10 | MACHINEOVERRIDES =. "t2:t2080:" |
| 11 | 11 | ||
| 12 | UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" | 12 | UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" |
| 13 | UBOOT_CONFIG[nor] = "T2080RDB_config" | 13 | UBOOT_CONFIG[nor] = "T2080RDB_config" |
diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf index 9f86345ee..0f642114b 100644 --- a/conf/machine/t4240rdb.conf +++ b/conf/machine/t4240rdb.conf | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | require conf/machine/include/e6500.inc | 8 | require conf/machine/include/e6500.inc |
| 9 | 9 | ||
| 10 | MACHINEOVERRIDES =. "t4:t4240" | 10 | MACHINEOVERRIDES =. "t4:t4240:" |
| 11 | 11 | ||
| 12 | UBOOT_CONFIG ??= "nor" | 12 | UBOOT_CONFIG ??= "nor" |
| 13 | UBOOT_CONFIG[nor] = "T4240RDB_config" | 13 | UBOOT_CONFIG[nor] = "T4240RDB_config" |
diff --git a/recipes-bsp/atf/atf/0001-Makefile-add-CC-gcc.patch b/recipes-bsp/atf/atf/0001-Makefile-add-CC-gcc.patch new file mode 100644 index 000000000..efa2749e4 --- /dev/null +++ b/recipes-bsp/atf/atf/0001-Makefile-add-CC-gcc.patch | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | From 3161524085339ae214f7dee17a98ccd6c442d66b Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Chunrong Guo <chunrong.guo@nxp.com> | ||
| 3 | Date: Thu, 16 Aug 2018 17:38:04 +0800 | ||
| 4 | Subject: [PATCH] Makefile: add CC=gcc | ||
| 5 | |||
| 6 | |||
| 7 | Upstream-Status: Inappropriate [embedded specific] | ||
| 8 | |||
| 9 | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> | ||
| 10 | --- | ||
| 11 | plat/nxp/tools/Makefile | 1 + | ||
| 12 | 1 file changed, 1 insertion(+) | ||
| 13 | |||
| 14 | diff --git a/plat/nxp/tools/Makefile b/plat/nxp/tools/Makefile | ||
| 15 | index e648fd1..43d3b56 100644 | ||
| 16 | --- a/plat/nxp/tools/Makefile | ||
| 17 | +++ b/plat/nxp/tools/Makefile | ||
| 18 | @@ -32,6 +32,7 @@ endif | ||
| 19 | INCLUDE_PATHS := | ||
| 20 | |||
| 21 | HOSTCC ?= gcc | ||
| 22 | +CC = gcc | ||
| 23 | |||
| 24 | .PHONY: all clean distclean | ||
| 25 | |||
| 26 | -- | ||
| 27 | 2.7.4 | ||
| 28 | |||
diff --git a/recipes-bsp/atf/atf/0001-fix-fiptool-build-error.patch b/recipes-bsp/atf/atf/0001-fix-fiptool-build-error.patch new file mode 100644 index 000000000..ffd9965a6 --- /dev/null +++ b/recipes-bsp/atf/atf/0001-fix-fiptool-build-error.patch | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | From a76ae26fdb673613f5f97872b7275c630b7b24b8 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: BJ DevOps Team <bjdevops@NXP1.onmicrosoft.com> | ||
| 3 | Date: Wed, 16 May 2018 13:26:45 +0800 | ||
| 4 | Subject: [PATCH] fix fiptool build error | ||
| 5 | |||
| 6 | Upstream-Status: Inappropriate [embedded specific] | ||
| 7 | |||
| 8 | --- | ||
| 9 | tools/fiptool/Makefile | 3 ++- | ||
| 10 | 1 file changed, 2 insertions(+), 1 deletion(-) | ||
| 11 | |||
| 12 | diff --git a/tools/fiptool/Makefile b/tools/fiptool/Makefile | ||
| 13 | index e0e3923..f213f44 100644 | ||
| 14 | --- a/tools/fiptool/Makefile | ||
| 15 | +++ b/tools/fiptool/Makefile | ||
| 16 | @@ -19,7 +19,8 @@ ifeq (${DEBUG},1) | ||
| 17 | else | ||
| 18 | CFLAGS += -O2 | ||
| 19 | endif | ||
| 20 | -LDLIBS := -lcrypto | ||
| 21 | + | ||
| 22 | +LDLIBS := -Wl,-rpath=${LIBPATH}/usr/lib -L${LIBPATH}/usr/lib -lcrypto | ||
| 23 | |||
| 24 | ifeq (${V},0) | ||
| 25 | Q := @ | ||
| 26 | -- | ||
| 27 | 1.8.3.1 | ||
| 28 | |||
diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_git.bb new file mode 100644 index 000000000..45bd376c5 --- /dev/null +++ b/recipes-bsp/atf/atf_git.bb | |||
| @@ -0,0 +1,156 @@ | |||
| 1 | DESCRIPTION = "ARM Trusted Firmware" | ||
| 2 | |||
| 3 | LICENSE = "BSD" | ||
| 4 | LIC_FILES_CHKSUM = "file://license.rst;md5=e927e02bca647e14efd87e9e914b2443" | ||
| 5 | |||
| 6 | inherit deploy | ||
| 7 | |||
| 8 | DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native mbedtls rcw cst-native uefi" | ||
| 9 | DEPENDS_append_qoriq-arm64 += "optee-os-qoriq" | ||
| 10 | do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1" | ||
| 15 | SRCREV = "4971f394cf32e33e3a9ca23a4faa49d606af31c5" | ||
| 16 | |||
| 17 | SRC_URI += "file://0001-fix-fiptool-build-error.patch \ | ||
| 18 | file://0001-Makefile-add-CC-gcc.patch \ | ||
| 19 | " | ||
| 20 | COMPATIBLE_MACHINE = "(qoriq)" | ||
| 21 | PLATFORM = "${MACHINE}" | ||
| 22 | PLATFORM_ls1088ardb-pb = "ls1088ardb" | ||
| 23 | # requires CROSS_COMPILE set by hand as there is no configure script | ||
| 24 | export CROSS_COMPILE="${TARGET_PREFIX}" | ||
| 25 | export ARCH="arm64" | ||
| 26 | # Let the Makefile handle setting up the CFLAGS and LDFLAGS as it is a standalone application | ||
| 27 | CFLAGS[unexport] = "1" | ||
| 28 | LDFLAGS[unexport] = "1" | ||
| 29 | AS[unexport] = "1" | ||
| 30 | LD[unexport] = "1" | ||
| 31 | |||
| 32 | # set secure option | ||
| 33 | # fuseopt ?= "FUSE_PROV=1 FUSE_FILE=$(CONFIG_SEC_FUSE_FILE)" | ||
| 34 | |||
| 35 | BOOTTYPE ?= "nor nand qspi flexspi_nor sd emmc" | ||
| 36 | BUILD_SECURE = "${@bb.utils.contains('COMBINED_FEATURES', 'secure', 'true', 'false', d)}" | ||
| 37 | BUILD_OPTEE = "${@bb.utils.contains('COMBINED_FEATURES', 'optee', 'true', 'false', d)}" | ||
| 38 | |||
| 39 | uboot_boot_sec ?= "${DEPLOY_DIR_IMAGE}/u-boot.bin-tfa-secure-boot" | ||
| 40 | uboot_boot ?= "${DEPLOY_DIR_IMAGE}/u-boot.bin-tfa" | ||
| 41 | rcw ?= "" | ||
| 42 | rcw_ls1012afrwy = "_default" | ||
| 43 | rcw_ls1012ardb = "_default" | ||
| 44 | rcwsec ?= "" | ||
| 45 | rcwsec_ls1012afrwy = "_sben" | ||
| 46 | rcwsec_ls1012ardb = "_sben" | ||
| 47 | do_configure[noexec] = "1" | ||
| 48 | |||
| 49 | do_compile() { | ||
| 50 | export LIBPATH="${RECIPE_SYSROOT_NATIVE}" | ||
| 51 | install -d ${S}/include/tools_share/openssl | ||
| 52 | cp -r ${RECIPE_SYSROOT}/usr/include/openssl/* ${S}/include/tools_share/openssl | ||
| 53 | ${RECIPE_SYSROOT_NATIVE}/usr/bin/cst/gen_keys 1024 | ||
| 54 | if [ "${BUILD_SECURE}" = "true" ]; then | ||
| 55 | secureopt="TRUSTED_BOARD_BOOT=1 $ddrphyopt CST_DIR=${RECIPE_SYSROOT_NATIVE}/usr/bin/cst" | ||
| 56 | secext="_sec" | ||
| 57 | bl33="${uboot_boot_sec}" | ||
| 58 | rcwsec="${rcwsec}" | ||
| 59 | else | ||
| 60 | bl33="${uboot_boot}" | ||
| 61 | rcwsec="${rcw}" | ||
| 62 | fi | ||
| 63 | |||
| 64 | if [ "${BUILD_OPTEE}" = "true" ]; then | ||
| 65 | bl32="${DEPLOY_DIR_IMAGE}/optee/tee_${MACHINE}.bin" | ||
| 66 | bl32opt="BL32=${bl32}" | ||
| 67 | spdopt="SPD=opteed" | ||
| 68 | fi | ||
| 69 | |||
| 70 | for d in ${BOOTTYPE}; do | ||
| 71 | case $d in | ||
| 72 | nor) | ||
| 73 | rcwimg="${RCWNOR}${rcwsec}.bin" | ||
| 74 | uefiboot="${UEFI_NORBOOT}" | ||
| 75 | ;; | ||
| 76 | nand) | ||
| 77 | rcwimg="${RCWNAND}${rcwsec}.bin" | ||
| 78 | ;; | ||
| 79 | qspi) | ||
| 80 | rcwimg="${RCWQSPI}${rcwsec}.bin" | ||
| 81 | ;; | ||
| 82 | sd) | ||
| 83 | rcwimg="${RCWSD}${rcwsec}.bin" | ||
| 84 | ;; | ||
| 85 | flexspi_nor) | ||
| 86 | rcwimg="${RCWXSPI}${rcwsec}.bin" | ||
| 87 | uefiboot="${UEFI_XSPIBOOT}" | ||
| 88 | ;; | ||
| 89 | esac | ||
| 90 | |||
| 91 | if [ -f "${DEPLOY_DIR_IMAGE}/rcw/${PLATFORM}/${rcwimg}" ]; then | ||
| 92 | if [ ${MACHINE} = ls1012afrwy ]; then | ||
| 93 | oe_runmake V=1 -C ${S} realclean | ||
| 94 | oe_runmake V=1 -C ${S} all fip pbl PLAT=ls1012afrwy_512mb BOOT_MODE=${d} RCW=${DEPLOY_DIR_IMAGE}/rcw/${PLATFORM}/${rcwimg} BL33=${bl33} ${bl32opt} ${spdopt} ${secureopt} ${fuseopt} | ||
| 95 | cp -r ${S}/build/ls1012afrwy_512mb/release/bl2_qspi.pbl ${S}/bl2_${d}_512mb.pbl | ||
| 96 | cp -r ${S}/build/ls1012afrwy_512mb/release/fip.bin ${S}/fip_512mb.bin | ||
| 97 | fi | ||
| 98 | if [ -n "${uefiboot}" ]; then | ||
| 99 | oe_runmake V=1 -C ${S} realclean | ||
| 100 | oe_runmake V=1 -C ${S} all fip pbl PLAT=${PLATFORM} BOOT_MODE=${d} RCW=${DEPLOY_DIR_IMAGE}/rcw/${PLATFORM}/${rcwimg} BL33=${DEPLOY_DIR_IMAGE}/uefi/${PLATFORM}/${uefiboot} ${bl32opt} ${spdopt} ${secureopt} ${fuseopt} | ||
| 101 | cp -r ${S}/build/${PLATFORM}/release/fip.bin ${S}/fip_uefi.bin | ||
| 102 | fi | ||
| 103 | oe_runmake V=1 -C ${S} realclean | ||
| 104 | oe_runmake V=1 -C ${S} all fip pbl PLAT=${PLATFORM} BOOT_MODE=${d} RCW=${DEPLOY_DIR_IMAGE}/rcw/${PLATFORM}/${rcwimg} BL33=${bl33} ${bl32opt} ${spdopt} ${secureopt} ${fuseopt} | ||
| 105 | cp -r ${S}/build/${PLATFORM}/release/bl2_${d}*.pbl ${S} | ||
| 106 | fi | ||
| 107 | rcwimg="" | ||
| 108 | uefiboot="" | ||
| 109 | done | ||
| 110 | } | ||
| 111 | |||
| 112 | do_install() { | ||
| 113 | install -d ${D}/boot/atf | ||
| 114 | if [ "${BUILD_SECURE}" = "y" ]; then | ||
| 115 | secext="_sec" | ||
| 116 | fi | ||
| 117 | if [ -f "${S}/fip_uefi.bin" ]; then | ||
| 118 | cp -r ${S}/fip_uefi.bin ${D}/boot/atf/fip_uefi.bin | ||
| 119 | fi | ||
| 120 | cp -r ${S}/build/${PLATFORM}/release/fip.bin ${D}/boot/atf/fip.bin | ||
| 121 | for d in ${BOOTTYPE}; do | ||
| 122 | if [ -e ${S}/bl2_${d}${secext}.pbl ]; then | ||
| 123 | cp -r ${S}/bl2_${d}${secext}.pbl ${D}/boot/atf/bl2_${d}${secext}.pbl | ||
| 124 | fi | ||
| 125 | done | ||
| 126 | if [ ${MACHINE} = ls1012afrwy ]; then | ||
| 127 | cp -r ${S}/fip_512mb.bin ${D}/boot/atf/fip_512mb.bin | ||
| 128 | cp -r ${S}/bl2_qspi_512mb.pbl ${D}/boot/atf/fip_512mb.bin | ||
| 129 | fi | ||
| 130 | chown -R root:root ${D} | ||
| 131 | } | ||
| 132 | |||
| 133 | do_deploy() { | ||
| 134 | install -d ${DEPLOYDIR}/atf | ||
| 135 | if [ "${BUILD_SECURE}" = "y" ]; then | ||
| 136 | secext="_sec" | ||
| 137 | fi | ||
| 138 | |||
| 139 | if [ -e ${D}/boot/atf/fip_uefi.bin ]; then | ||
| 140 | cp -r ${D}/boot/atf/fip_uefi.bin ${DEPLOYDIR}/atf/fip_uefi.bin | ||
| 141 | fi | ||
| 142 | cp -r ${D}/boot/atf/fip.bin ${DEPLOYDIR}/atf/fip_uboot${secext}.bin | ||
| 143 | for d in ${BOOTTYPE}; do | ||
| 144 | if [ -e ${D}/boot/atf/bl2_${d}${secext}.pbl ]; then | ||
| 145 | cp -r ${D}/boot/atf/bl2_${d}${secext}.pbl ${DEPLOYDIR}/atf/bl2_${d}${secext}.pbl | ||
| 146 | fi | ||
| 147 | done | ||
| 148 | if [ ${MACHINE} = ls1012afrwy ]; then | ||
| 149 | cp -r ${S}/bl2_qspi_512mb.pbl ${DEPLOYDIR}/atf/ | ||
| 150 | cp -r ${S}/fip_512mb.bin ${DEPLOYDIR}/atf/fip_uboot${secext}_512mb.bin | ||
| 151 | fi | ||
| 152 | } | ||
| 153 | addtask deploy after do_install | ||
| 154 | FILES_${PN} += "/boot" | ||
| 155 | BBCLASSEXTEND = "native nativesdk" | ||
| 156 | COMPATIBLE_MACHINE = "(qoriq)" | ||
diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk/0001-automake-remove-static-key-word.patch b/recipes-extended/ovs-dpdk/ovs-dpdk/0001-automake-remove-static-key-word.patch new file mode 100644 index 000000000..e438e476a --- /dev/null +++ b/recipes-extended/ovs-dpdk/ovs-dpdk/0001-automake-remove-static-key-word.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | From 9327cc35bc9e7040d9de743caebd0fee72bbd619 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Chunrong Guo <chunrong.guo@nxp.com> | ||
| 3 | Date: Fri, 12 Oct 2018 10:53:00 +0800 | ||
| 4 | Subject: [PATCH] automake: remove static key word | ||
| 5 | |||
| 6 | Upstream-Status: Inappropriate [embedded specific] | ||
| 7 | |||
| 8 | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> | ||
| 9 | --- | ||
| 10 | lib/automake.mk | 1 + | ||
| 11 | 1 file changed, 1 insertion(+) | ||
| 12 | |||
| 13 | diff --git a/lib/automake.mk b/lib/automake.mk | ||
| 14 | index 8ecad12..f9016a0 100644 | ||
| 15 | --- a/lib/automake.mk | ||
| 16 | +++ b/lib/automake.mk | ||
| 17 | @@ -439,6 +439,7 @@ lib/dhparams.c: lib/dh1024.pem lib/dh2048.pem lib/dh4096.pem | ||
| 18 | openssl dhparam -C -in $(srcdir)/lib/dh2048.pem -noout && \ | ||
| 19 | openssl dhparam -C -in $(srcdir)/lib/dh4096.pem -noout) \ | ||
| 20 | | sed 's/\(get_dh[0-9]*\)()/\1(void)/' > lib/dhparams.c.tmp && \ | ||
| 21 | + sed -i '/\(get_dh[0-9]*\)(void)/s/^static//' lib/dhparams.c.tmp && \ | ||
| 22 | mv lib/dhparams.c.tmp lib/dhparams.c | ||
| 23 | else | ||
| 24 | lib_libopenvswitch_la_SOURCES += lib/stream-nossl.c | ||
| 25 | -- | ||
| 26 | 2.7.4 | ||
| 27 | |||
diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk_2.9.bb b/recipes-extended/ovs-dpdk/ovs-dpdk_2.9.bb index ab351f6cb..b1994c5c9 100644 --- a/recipes-extended/ovs-dpdk/ovs-dpdk_2.9.bb +++ b/recipes-extended/ovs-dpdk/ovs-dpdk_2.9.bb | |||
| @@ -7,7 +7,9 @@ RDEPENDS_${PN} = "bash libcrypto libssl python" | |||
| 7 | 7 | ||
| 8 | inherit pythonnative | 8 | inherit pythonnative |
| 9 | 9 | ||
| 10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ovs-dpdk;nobranch=1" | 10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ovs-dpdk;nobranch=1 \ |
| 11 | file://0001-automake-remove-static-key-word.patch \ | ||
| 12 | " | ||
| 11 | SRCREV = "24eec4133f03b0a5a8f903577bc87603577150c0" | 13 | SRCREV = "24eec4133f03b0a5a8f903577bc87603577150c0" |
| 12 | 14 | ||
| 13 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/recipes-extended/secure-obj/secure-obj_git.bb b/recipes-extended/secure-obj/secure-obj_git.bb index d85d72988..6af18ff91 100644 --- a/recipes-extended/secure-obj/secure-obj_git.bb +++ b/recipes-extended/secure-obj/secure-obj_git.bb | |||
| @@ -37,6 +37,7 @@ do_install() { | |||
| 37 | cp ${S}/securekey_lib/out/export/app/* ${D}${bindir} | 37 | cp ${S}/securekey_lib/out/export/app/* ${D}${bindir} |
| 38 | cp ${S}/secure_obj-openssl-engine/app/sobj_eng_app ${D}${bindir} | 38 | cp ${S}/secure_obj-openssl-engine/app/sobj_eng_app ${D}${bindir} |
| 39 | cp ${S}/securekey_lib/out/export/include/* ${D}${includedir} | 39 | cp ${S}/securekey_lib/out/export/include/* ${D}${includedir} |
| 40 | rm -rf ${D}${bindir}/test | ||
| 40 | } | 41 | } |
| 41 | 42 | ||
| 42 | FILES_${PN} += "${base_libdir}/optee_armtz ${libdir}/${ARCH}-linux-gnu/openssl-1.0.0/engines" | 43 | FILES_${PN} += "${base_libdir}/optee_armtz ${libdir}/${ARCH}-linux-gnu/openssl-1.0.0/engines" |
diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb index 57fbbe42f..8613e5070 100644 --- a/recipes-kernel/ceetm/ceetm_git.bb +++ b/recipes-kernel/ceetm/ceetm_git.bb | |||
| @@ -11,6 +11,10 @@ S = "${WORKDIR}/git" | |||
| 11 | 11 | ||
| 12 | EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}" IPROUTE2_DIR="{STAGING_DIR_TARGET}"' | 12 | EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}" IPROUTE2_DIR="{STAGING_DIR_TARGET}"' |
| 13 | 13 | ||
| 14 | do_compile_prepend () { | ||
| 15 | cp ${RECIPE_SYSROOT}/usr/include/include/json_print.h ${RECIPE_SYSROOT}/usr/include | ||
| 16 | } | ||
| 17 | |||
| 14 | do_install(){ | 18 | do_install(){ |
| 15 | mkdir -p ${D}/${libdir}/tc | 19 | mkdir -p ${D}/${libdir}/tc |
| 16 | cp ${S}/q_ceetm.so ${D}/${libdir}/tc/ | 20 | cp ${S}/q_ceetm.so ${D}/${libdir}/tc/ |
diff --git a/recipes-kernel/linux/linux-fslc-4.9/defconfig b/recipes-kernel/linux/linux-fslc-4.9/defconfig deleted file mode 100644 index c92f5885f..000000000 --- a/recipes-kernel/linux/linux-fslc-4.9/defconfig +++ /dev/null | |||
| @@ -1,391 +0,0 @@ | |||
| 1 | CONFIG_KERNEL_LZO=y | ||
| 2 | CONFIG_SYSVIPC=y | ||
| 3 | CONFIG_NO_HZ=y | ||
| 4 | CONFIG_HIGH_RES_TIMERS=y | ||
| 5 | CONFIG_IKCONFIG=y | ||
| 6 | CONFIG_IKCONFIG_PROC=y | ||
| 7 | CONFIG_LOG_BUF_SHIFT=18 | ||
| 8 | CONFIG_CGROUPS=y | ||
| 9 | CONFIG_RELAY=y | ||
| 10 | CONFIG_BLK_DEV_INITRD=y | ||
| 11 | CONFIG_EXPERT=y | ||
| 12 | CONFIG_PERF_EVENTS=y | ||
| 13 | # CONFIG_SLUB_DEBUG is not set | ||
| 14 | # CONFIG_COMPAT_BRK is not set | ||
| 15 | CONFIG_MODULES=y | ||
| 16 | CONFIG_MODULE_UNLOAD=y | ||
| 17 | CONFIG_MODVERSIONS=y | ||
| 18 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
| 19 | # CONFIG_BLK_DEV_BSG is not set | ||
| 20 | CONFIG_ARCH_MULTI_V6=y | ||
| 21 | CONFIG_ARCH_MXC=y | ||
| 22 | CONFIG_MACH_MX31LILLY=y | ||
| 23 | CONFIG_MACH_MX31LITE=y | ||
| 24 | CONFIG_MACH_PCM037=y | ||
| 25 | CONFIG_MACH_PCM037_EET=y | ||
| 26 | CONFIG_MACH_MX31_3DS=y | ||
| 27 | CONFIG_MACH_MX31MOBOARD=y | ||
| 28 | CONFIG_MACH_QONG=y | ||
| 29 | CONFIG_MACH_ARMADILLO5X0=y | ||
| 30 | CONFIG_MACH_KZM_ARM11_01=y | ||
| 31 | CONFIG_MACH_IMX31_DT=y | ||
| 32 | CONFIG_MACH_IMX35_DT=y | ||
| 33 | CONFIG_MACH_PCM043=y | ||
| 34 | CONFIG_MACH_MX35_3DS=y | ||
| 35 | CONFIG_MACH_VPR200=y | ||
| 36 | CONFIG_SOC_IMX50=y | ||
| 37 | CONFIG_SOC_IMX51=y | ||
| 38 | CONFIG_SOC_IMX53=y | ||
| 39 | CONFIG_SOC_IMX6Q=y | ||
| 40 | CONFIG_SOC_IMX6SL=y | ||
| 41 | CONFIG_SOC_IMX6SX=y | ||
| 42 | CONFIG_SOC_IMX6UL=y | ||
| 43 | CONFIG_SOC_IMX7D=y | ||
| 44 | CONFIG_SOC_VF610=y | ||
| 45 | CONFIG_PCI=y | ||
| 46 | CONFIG_PCI_MSI=y | ||
| 47 | CONFIG_PCI_IMX6=y | ||
| 48 | CONFIG_SMP=y | ||
| 49 | CONFIG_ARM_PSCI=y | ||
| 50 | CONFIG_PREEMPT_VOLUNTARY=y | ||
| 51 | CONFIG_AEABI=y | ||
| 52 | CONFIG_HIGHMEM=y | ||
| 53 | CONFIG_CMA=y | ||
| 54 | CONFIG_CMDLINE="noinitrd console=ttymxc0,115200" | ||
| 55 | CONFIG_KEXEC=y | ||
| 56 | CONFIG_CPU_FREQ=y | ||
| 57 | CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y | ||
| 58 | CONFIG_ARM_IMX6Q_CPUFREQ=y | ||
| 59 | CONFIG_CPU_IDLE=y | ||
| 60 | CONFIG_VFP=y | ||
| 61 | CONFIG_NEON=y | ||
| 62 | CONFIG_BINFMT_MISC=m | ||
| 63 | CONFIG_PM_DEBUG=y | ||
| 64 | CONFIG_PM_TEST_SUSPEND=y | ||
| 65 | CONFIG_NET=y | ||
| 66 | CONFIG_PACKET=y | ||
| 67 | CONFIG_UNIX=y | ||
| 68 | CONFIG_INET=y | ||
| 69 | CONFIG_IP_PNP=y | ||
| 70 | CONFIG_IP_PNP_DHCP=y | ||
| 71 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
| 72 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
| 73 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
| 74 | CONFIG_NETFILTER=y | ||
| 75 | CONFIG_CAN=y | ||
| 76 | CONFIG_CAN_FLEXCAN=y | ||
| 77 | CONFIG_BT=y | ||
| 78 | CONFIG_BT_HCIUART=y | ||
| 79 | CONFIG_BT_HCIUART_H4=y | ||
| 80 | CONFIG_BT_HCIUART_LL=y | ||
| 81 | CONFIG_CFG80211=y | ||
| 82 | CONFIG_MAC80211=y | ||
| 83 | CONFIG_RFKILL=y | ||
| 84 | CONFIG_RFKILL_INPUT=y | ||
| 85 | CONFIG_DEVTMPFS=y | ||
| 86 | CONFIG_DEVTMPFS_MOUNT=y | ||
| 87 | # CONFIG_STANDALONE is not set | ||
| 88 | CONFIG_DMA_CMA=y | ||
| 89 | CONFIG_IMX_WEIM=y | ||
| 90 | CONFIG_CONNECTOR=y | ||
| 91 | CONFIG_MTD=y | ||
| 92 | CONFIG_MTD_CMDLINE_PARTS=y | ||
| 93 | CONFIG_MTD_BLOCK=y | ||
| 94 | CONFIG_MTD_CFI=y | ||
| 95 | CONFIG_MTD_JEDECPROBE=y | ||
| 96 | CONFIG_MTD_CFI_INTELEXT=y | ||
| 97 | CONFIG_MTD_CFI_AMDSTD=y | ||
| 98 | CONFIG_MTD_CFI_STAA=y | ||
| 99 | CONFIG_MTD_PHYSMAP_OF=y | ||
| 100 | CONFIG_MTD_DATAFLASH=y | ||
| 101 | CONFIG_MTD_M25P80=y | ||
| 102 | CONFIG_MTD_SST25L=y | ||
| 103 | CONFIG_MTD_NAND=y | ||
| 104 | CONFIG_MTD_NAND_GPMI_NAND=y | ||
| 105 | CONFIG_MTD_NAND_VF610_NFC=y | ||
| 106 | CONFIG_MTD_NAND_MXC=y | ||
| 107 | CONFIG_MTD_SPI_NOR=y | ||
| 108 | CONFIG_SPI_FSL_QUADSPI=y | ||
| 109 | CONFIG_MTD_UBI=y | ||
| 110 | CONFIG_MTD_UBI_FASTMAP=y | ||
| 111 | CONFIG_MTD_UBI_BLOCK=y | ||
| 112 | CONFIG_BLK_DEV_LOOP=y | ||
| 113 | CONFIG_BLK_DEV_RAM=y | ||
| 114 | CONFIG_BLK_DEV_RAM_SIZE=65536 | ||
| 115 | CONFIG_EEPROM_AT24=y | ||
| 116 | CONFIG_EEPROM_AT25=y | ||
| 117 | # CONFIG_SCSI_PROC_FS is not set | ||
| 118 | CONFIG_BLK_DEV_SD=y | ||
| 119 | CONFIG_SCSI_CONSTANTS=y | ||
| 120 | CONFIG_SCSI_LOGGING=y | ||
| 121 | CONFIG_SCSI_SCAN_ASYNC=y | ||
| 122 | # CONFIG_SCSI_LOWLEVEL is not set | ||
| 123 | CONFIG_ATA=y | ||
| 124 | CONFIG_SATA_AHCI_PLATFORM=y | ||
| 125 | CONFIG_AHCI_IMX=y | ||
| 126 | CONFIG_PATA_IMX=y | ||
| 127 | CONFIG_NETDEVICES=y | ||
| 128 | # CONFIG_NET_VENDOR_BROADCOM is not set | ||
| 129 | CONFIG_CS89x0=y | ||
| 130 | CONFIG_CS89x0_PLATFORM=y | ||
| 131 | # CONFIG_NET_VENDOR_FARADAY is not set | ||
| 132 | # CONFIG_NET_VENDOR_INTEL is not set | ||
| 133 | # CONFIG_NET_VENDOR_MARVELL is not set | ||
| 134 | # CONFIG_NET_VENDOR_MICREL is not set | ||
| 135 | # CONFIG_NET_VENDOR_MICROCHIP is not set | ||
| 136 | # CONFIG_NET_VENDOR_NATSEMI is not set | ||
| 137 | # CONFIG_NET_VENDOR_SEEQ is not set | ||
| 138 | CONFIG_SMC91X=y | ||
| 139 | CONFIG_SMC911X=y | ||
| 140 | CONFIG_SMSC911X=y | ||
| 141 | # CONFIG_NET_VENDOR_STMICRO is not set | ||
| 142 | CONFIG_AT803X_PHY=y | ||
| 143 | CONFIG_MICREL_PHY=y | ||
| 144 | CONFIG_USB_PEGASUS=m | ||
| 145 | CONFIG_USB_RTL8150=m | ||
| 146 | CONFIG_USB_RTL8152=m | ||
| 147 | CONFIG_USB_USBNET=y | ||
| 148 | CONFIG_USB_NET_CDC_EEM=m | ||
| 149 | CONFIG_BRCMFMAC=m | ||
| 150 | CONFIG_WL12XX=m | ||
| 151 | CONFIG_WLCORE_SDIO=m | ||
| 152 | # CONFIG_WILINK_PLATFORM_DATA is not set | ||
| 153 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
| 154 | CONFIG_INPUT_EVDEV=y | ||
| 155 | CONFIG_KEYBOARD_GPIO=y | ||
| 156 | CONFIG_KEYBOARD_SNVS_PWRKEY=y | ||
| 157 | CONFIG_KEYBOARD_IMX=y | ||
| 158 | CONFIG_MOUSE_PS2=m | ||
| 159 | CONFIG_MOUSE_PS2_ELANTECH=y | ||
| 160 | CONFIG_INPUT_TOUCHSCREEN=y | ||
| 161 | CONFIG_TOUCHSCREEN_ADS7846=y | ||
| 162 | CONFIG_TOUCHSCREEN_EGALAX=y | ||
| 163 | CONFIG_TOUCHSCREEN_IMX6UL_TSC=y | ||
| 164 | CONFIG_TOUCHSCREEN_EDT_FT5X06=y | ||
| 165 | CONFIG_TOUCHSCREEN_MC13783=y | ||
| 166 | CONFIG_TOUCHSCREEN_TSC2004=y | ||
| 167 | CONFIG_TOUCHSCREEN_TSC2007=y | ||
| 168 | CONFIG_TOUCHSCREEN_STMPE=y | ||
| 169 | CONFIG_TOUCHSCREEN_SX8654=y | ||
| 170 | CONFIG_TOUCHSCREEN_COLIBRI_VF50=y | ||
| 171 | CONFIG_INPUT_MISC=y | ||
| 172 | CONFIG_INPUT_MMA8450=y | ||
| 173 | CONFIG_SERIO_SERPORT=m | ||
| 174 | # CONFIG_LEGACY_PTYS is not set | ||
| 175 | # CONFIG_DEVKMEM is not set | ||
| 176 | CONFIG_SERIAL_IMX=y | ||
| 177 | CONFIG_SERIAL_IMX_CONSOLE=y | ||
| 178 | CONFIG_SERIAL_FSL_LPUART=y | ||
| 179 | CONFIG_SERIAL_FSL_LPUART_CONSOLE=y | ||
| 180 | # CONFIG_I2C_COMPAT is not set | ||
| 181 | CONFIG_I2C_CHARDEV=y | ||
| 182 | CONFIG_I2C_MUX_GPIO=y | ||
| 183 | # CONFIG_I2C_HELPER_AUTO is not set | ||
| 184 | CONFIG_I2C_ALGOPCF=m | ||
| 185 | CONFIG_I2C_ALGOPCA=m | ||
| 186 | CONFIG_I2C_GPIO=y | ||
| 187 | CONFIG_I2C_IMX=y | ||
| 188 | CONFIG_SPI=y | ||
| 189 | CONFIG_SPI_IMX=y | ||
| 190 | CONFIG_SPI_FSL_DSPI=y | ||
| 191 | CONFIG_GPIO_SYSFS=y | ||
| 192 | CONFIG_GPIO_MC9S08DZ60=y | ||
| 193 | CONFIG_GPIO_PCA953X=y | ||
| 194 | CONFIG_GPIO_STMPE=y | ||
| 195 | CONFIG_POWER_RESET=y | ||
| 196 | CONFIG_POWER_RESET_IMX=y | ||
| 197 | CONFIG_POWER_RESET_SYSCON=y | ||
| 198 | CONFIG_POWER_RESET_SYSCON_POWEROFF=y | ||
| 199 | CONFIG_POWER_SUPPLY=y | ||
| 200 | CONFIG_SENSORS_GPIO_FAN=y | ||
| 201 | CONFIG_SENSORS_IIO_HWMON=y | ||
| 202 | CONFIG_THERMAL=y | ||
| 203 | CONFIG_CPU_THERMAL=y | ||
| 204 | CONFIG_IMX_THERMAL=y | ||
| 205 | CONFIG_WATCHDOG=y | ||
| 206 | CONFIG_IMX2_WDT=y | ||
| 207 | CONFIG_MFD_DA9052_I2C=y | ||
| 208 | CONFIG_MFD_MC13XXX_SPI=y | ||
| 209 | CONFIG_MFD_MC13XXX_I2C=y | ||
| 210 | CONFIG_MFD_STMPE=y | ||
| 211 | CONFIG_REGULATOR=y | ||
| 212 | CONFIG_REGULATOR_FIXED_VOLTAGE=y | ||
| 213 | CONFIG_REGULATOR_ANATOP=y | ||
| 214 | CONFIG_REGULATOR_DA9052=y | ||
| 215 | CONFIG_REGULATOR_GPIO=y | ||
| 216 | CONFIG_REGULATOR_MC13783=y | ||
| 217 | CONFIG_REGULATOR_MC13892=y | ||
| 218 | CONFIG_REGULATOR_PFUZE100=y | ||
| 219 | CONFIG_MEDIA_SUPPORT=y | ||
| 220 | CONFIG_MEDIA_CAMERA_SUPPORT=y | ||
| 221 | CONFIG_MEDIA_RC_SUPPORT=y | ||
| 222 | CONFIG_RC_DEVICES=y | ||
| 223 | CONFIG_IR_GPIO_CIR=y | ||
| 224 | CONFIG_MEDIA_USB_SUPPORT=y | ||
| 225 | CONFIG_USB_VIDEO_CLASS=m | ||
| 226 | CONFIG_V4L_PLATFORM_DRIVERS=y | ||
| 227 | CONFIG_SOC_CAMERA=y | ||
| 228 | CONFIG_V4L_MEM2MEM_DRIVERS=y | ||
| 229 | CONFIG_VIDEO_CODA=m | ||
| 230 | CONFIG_SOC_CAMERA_OV2640=y | ||
| 231 | CONFIG_IMX_IPUV3_CORE=y | ||
| 232 | CONFIG_DRM=y | ||
| 233 | CONFIG_DRM_PANEL_SIMPLE=y | ||
| 234 | CONFIG_DRM_DW_HDMI_AHB_AUDIO=m | ||
| 235 | CONFIG_DRM_IMX=y | ||
| 236 | CONFIG_DRM_IMX_PARALLEL_DISPLAY=y | ||
| 237 | CONFIG_DRM_IMX_TVE=y | ||
| 238 | CONFIG_DRM_IMX_LDB=y | ||
| 239 | CONFIG_DRM_IMX_HDMI=y | ||
| 240 | CONFIG_DRM_ETNAVIV=y | ||
| 241 | CONFIG_FB_MXS=y | ||
| 242 | CONFIG_LCD_CLASS_DEVICE=y | ||
| 243 | CONFIG_LCD_L4F00242T03=y | ||
| 244 | CONFIG_LCD_PLATFORM=y | ||
| 245 | CONFIG_BACKLIGHT_PWM=y | ||
| 246 | CONFIG_BACKLIGHT_GPIO=y | ||
| 247 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
| 248 | CONFIG_LOGO=y | ||
| 249 | CONFIG_SOUND=y | ||
| 250 | CONFIG_SND=y | ||
| 251 | CONFIG_SND_USB_AUDIO=m | ||
| 252 | CONFIG_SND_SOC=y | ||
| 253 | CONFIG_SND_SOC_FSL_ASRC=y | ||
| 254 | CONFIG_SND_IMX_SOC=y | ||
| 255 | CONFIG_SND_SOC_PHYCORE_AC97=y | ||
| 256 | CONFIG_SND_SOC_EUKREA_TLV320=y | ||
| 257 | CONFIG_SND_SOC_IMX_WM8962=y | ||
| 258 | CONFIG_SND_SOC_IMX_SGTL5000=y | ||
| 259 | CONFIG_SND_SOC_IMX_SPDIF=y | ||
| 260 | CONFIG_SND_SOC_IMX_MC13783=y | ||
| 261 | CONFIG_SND_SOC_FSL_ASOC_CARD=y | ||
| 262 | CONFIG_SND_SOC_CS42XX8_I2C=y | ||
| 263 | CONFIG_SND_SOC_TLV320AIC3X=y | ||
| 264 | CONFIG_SND_SOC_WM8960=y | ||
| 265 | CONFIG_SND_SIMPLE_CARD=y | ||
| 266 | CONFIG_USB=y | ||
| 267 | CONFIG_USB_EHCI_HCD=y | ||
| 268 | CONFIG_USB_EHCI_MXC=y | ||
| 269 | CONFIG_USB_STORAGE=y | ||
| 270 | CONFIG_USB_CHIPIDEA=y | ||
| 271 | CONFIG_USB_CHIPIDEA_UDC=y | ||
| 272 | CONFIG_USB_CHIPIDEA_HOST=y | ||
| 273 | CONFIG_USB_SERIAL=m | ||
| 274 | CONFIG_USB_SERIAL_GENERIC=y | ||
| 275 | CONFIG_USB_SERIAL_FTDI_SIO=m | ||
| 276 | CONFIG_USB_SERIAL_OPTION=m | ||
| 277 | CONFIG_USB_TEST=m | ||
| 278 | CONFIG_USB_EHSET_TEST_FIXTURE=m | ||
| 279 | CONFIG_NOP_USB_XCEIV=y | ||
| 280 | CONFIG_USB_MXS_PHY=y | ||
| 281 | CONFIG_USB_GADGET=y | ||
| 282 | CONFIG_USB_FSL_USB2=y | ||
| 283 | CONFIG_USB_CONFIGFS=m | ||
| 284 | CONFIG_USB_CONFIGFS_SERIAL=y | ||
| 285 | CONFIG_USB_CONFIGFS_ACM=y | ||
| 286 | CONFIG_USB_CONFIGFS_OBEX=y | ||
| 287 | CONFIG_USB_CONFIGFS_NCM=y | ||
| 288 | CONFIG_USB_CONFIGFS_ECM=y | ||
| 289 | CONFIG_USB_CONFIGFS_ECM_SUBSET=y | ||
| 290 | CONFIG_USB_CONFIGFS_RNDIS=y | ||
| 291 | CONFIG_USB_CONFIGFS_EEM=y | ||
| 292 | CONFIG_USB_CONFIGFS_MASS_STORAGE=y | ||
| 293 | CONFIG_USB_CONFIGFS_F_LB_SS=y | ||
| 294 | CONFIG_USB_CONFIGFS_F_FS=y | ||
| 295 | CONFIG_USB_CONFIGFS_F_UAC1=y | ||
| 296 | CONFIG_USB_CONFIGFS_F_UAC2=y | ||
| 297 | CONFIG_USB_CONFIGFS_F_MIDI=y | ||
| 298 | CONFIG_USB_CONFIGFS_F_HID=y | ||
| 299 | CONFIG_USB_CONFIGFS_F_UVC=y | ||
| 300 | CONFIG_USB_CONFIGFS_F_PRINTER=y | ||
| 301 | CONFIG_USB_ZERO=m | ||
| 302 | CONFIG_USB_AUDIO=m | ||
| 303 | CONFIG_USB_ETH=m | ||
| 304 | CONFIG_USB_G_NCM=m | ||
| 305 | CONFIG_USB_GADGETFS=m | ||
| 306 | CONFIG_USB_FUNCTIONFS=m | ||
| 307 | CONFIG_USB_MASS_STORAGE=m | ||
| 308 | CONFIG_USB_G_SERIAL=m | ||
| 309 | CONFIG_MMC=y | ||
| 310 | CONFIG_MMC_SDHCI=y | ||
| 311 | CONFIG_MMC_SDHCI_PLTFM=y | ||
| 312 | CONFIG_MMC_SDHCI_ESDHC_IMX=y | ||
| 313 | CONFIG_NEW_LEDS=y | ||
| 314 | CONFIG_LEDS_CLASS=y | ||
| 315 | CONFIG_LEDS_GPIO=y | ||
| 316 | CONFIG_LEDS_PWM=y | ||
| 317 | CONFIG_LEDS_TRIGGERS=y | ||
| 318 | CONFIG_LEDS_TRIGGER_TIMER=y | ||
| 319 | CONFIG_LEDS_TRIGGER_ONESHOT=y | ||
| 320 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | ||
| 321 | CONFIG_LEDS_TRIGGER_BACKLIGHT=y | ||
| 322 | CONFIG_LEDS_TRIGGER_GPIO=y | ||
| 323 | CONFIG_RTC_CLASS=y | ||
| 324 | CONFIG_RTC_INTF_DEV_UIE_EMUL=y | ||
| 325 | CONFIG_RTC_DRV_DS1307=y | ||
| 326 | CONFIG_RTC_DRV_ISL1208=y | ||
| 327 | CONFIG_RTC_DRV_PCF8523=y | ||
| 328 | CONFIG_RTC_DRV_PCF8563=y | ||
| 329 | CONFIG_RTC_DRV_M41T80=y | ||
| 330 | CONFIG_RTC_DRV_MC13XXX=y | ||
| 331 | CONFIG_RTC_DRV_MXC=y | ||
| 332 | CONFIG_RTC_DRV_SNVS=y | ||
| 333 | CONFIG_DMADEVICES=y | ||
| 334 | CONFIG_FSL_EDMA=y | ||
| 335 | CONFIG_IMX_SDMA=y | ||
| 336 | CONFIG_MXS_DMA=y | ||
| 337 | CONFIG_STAGING=y | ||
| 338 | CONFIG_IIO=y | ||
| 339 | CONFIG_VF610_ADC=y | ||
| 340 | CONFIG_MPL3115=y | ||
| 341 | CONFIG_PWM=y | ||
| 342 | CONFIG_PWM_FSL_FTM=y | ||
| 343 | CONFIG_PWM_IMX=y | ||
| 344 | CONFIG_NVMEM_IMX_OCOTP=y | ||
| 345 | CONFIG_EXT2_FS=y | ||
| 346 | CONFIG_EXT2_FS_XATTR=y | ||
| 347 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
| 348 | CONFIG_EXT2_FS_SECURITY=y | ||
| 349 | CONFIG_EXT3_FS=y | ||
| 350 | CONFIG_EXT3_FS_POSIX_ACL=y | ||
| 351 | CONFIG_EXT3_FS_SECURITY=y | ||
| 352 | CONFIG_QUOTA=y | ||
| 353 | CONFIG_QUOTA_NETLINK_INTERFACE=y | ||
| 354 | # CONFIG_PRINT_QUOTA_WARNING is not set | ||
| 355 | CONFIG_AUTOFS4_FS=y | ||
| 356 | CONFIG_FUSE_FS=y | ||
| 357 | CONFIG_ISO9660_FS=m | ||
| 358 | CONFIG_JOLIET=y | ||
| 359 | CONFIG_ZISOFS=y | ||
| 360 | CONFIG_UDF_FS=m | ||
| 361 | CONFIG_MSDOS_FS=m | ||
| 362 | CONFIG_VFAT_FS=y | ||
| 363 | CONFIG_JFFS2_FS=y | ||
| 364 | CONFIG_UBIFS_FS=y | ||
| 365 | CONFIG_NFS_FS=y | ||
| 366 | CONFIG_NFS_V3_ACL=y | ||
| 367 | CONFIG_NFS_V4=y | ||
| 368 | CONFIG_ROOT_NFS=y | ||
| 369 | CONFIG_NLS_DEFAULT="cp437" | ||
| 370 | CONFIG_NLS_CODEPAGE_437=y | ||
| 371 | CONFIG_NLS_ASCII=y | ||
| 372 | CONFIG_NLS_ISO8859_1=y | ||
| 373 | CONFIG_NLS_ISO8859_15=m | ||
| 374 | CONFIG_NLS_UTF8=y | ||
| 375 | CONFIG_PRINTK_TIME=y | ||
| 376 | CONFIG_MAGIC_SYSRQ=y | ||
| 377 | # CONFIG_SCHED_DEBUG is not set | ||
| 378 | CONFIG_PROVE_LOCKING=y | ||
| 379 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
| 380 | CONFIG_FUNCTION_TRACER=y | ||
| 381 | # CONFIG_ARM_UNWIND is not set | ||
| 382 | CONFIG_SECURITYFS=y | ||
| 383 | CONFIG_CRYPTO_DEV_FSL_CAAM=y | ||
| 384 | CONFIG_CRYPTO_DEV_SAHARA=y | ||
| 385 | CONFIG_CRC_CCITT=m | ||
| 386 | CONFIG_CRC_T10DIF=y | ||
| 387 | CONFIG_CRC7=m | ||
| 388 | CONFIG_LIBCRC32C=m | ||
| 389 | CONFIG_FONTS=y | ||
| 390 | CONFIG_FONT_8x8=y | ||
| 391 | CONFIG_FONT_8x16=y | ||
diff --git a/recipes-kernel/linux/linux-fslc-4.9/mxs/defconfig b/recipes-kernel/linux/linux-fslc-4.9/mxs/defconfig deleted file mode 100644 index 6e0f751be..000000000 --- a/recipes-kernel/linux/linux-fslc-4.9/mxs/defconfig +++ /dev/null | |||
| @@ -1,184 +0,0 @@ | |||
| 1 | CONFIG_SYSVIPC=y | ||
| 2 | CONFIG_FHANDLE=y | ||
| 3 | CONFIG_NO_HZ=y | ||
| 4 | CONFIG_HIGH_RES_TIMERS=y | ||
| 5 | CONFIG_TASKSTATS=y | ||
| 6 | CONFIG_TASK_DELAY_ACCT=y | ||
| 7 | CONFIG_TASK_XACCT=y | ||
| 8 | CONFIG_TASK_IO_ACCOUNTING=y | ||
| 9 | CONFIG_IKCONFIG=y | ||
| 10 | CONFIG_IKCONFIG_PROC=y | ||
| 11 | # CONFIG_UTS_NS is not set | ||
| 12 | # CONFIG_IPC_NS is not set | ||
| 13 | # CONFIG_PID_NS is not set | ||
| 14 | # CONFIG_NET_NS is not set | ||
| 15 | CONFIG_BLK_DEV_INITRD=y | ||
| 16 | CONFIG_PERF_EVENTS=y | ||
| 17 | # CONFIG_COMPAT_BRK is not set | ||
| 18 | CONFIG_MODULES=y | ||
| 19 | CONFIG_MODULE_FORCE_LOAD=y | ||
| 20 | CONFIG_MODULE_UNLOAD=y | ||
| 21 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
| 22 | CONFIG_MODVERSIONS=y | ||
| 23 | CONFIG_BLK_DEV_INTEGRITY=y | ||
| 24 | # CONFIG_IOSCHED_DEADLINE is not set | ||
| 25 | # CONFIG_IOSCHED_CFQ is not set | ||
| 26 | # CONFIG_ARCH_MULTI_V7 is not set | ||
| 27 | CONFIG_ARCH_MXS=y | ||
| 28 | # CONFIG_ARM_THUMB is not set | ||
| 29 | CONFIG_PREEMPT_VOLUNTARY=y | ||
| 30 | CONFIG_AEABI=y | ||
| 31 | CONFIG_NET=y | ||
| 32 | CONFIG_PACKET=y | ||
| 33 | CONFIG_UNIX=y | ||
| 34 | CONFIG_INET=y | ||
| 35 | CONFIG_IP_PNP=y | ||
| 36 | CONFIG_IP_PNP_DHCP=y | ||
| 37 | CONFIG_SYN_COOKIES=y | ||
| 38 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
| 39 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
| 40 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
| 41 | # CONFIG_INET_LRO is not set | ||
| 42 | # CONFIG_INET_DIAG is not set | ||
| 43 | # CONFIG_IPV6 is not set | ||
| 44 | CONFIG_CAN=m | ||
| 45 | CONFIG_CAN_FLEXCAN=m | ||
| 46 | # CONFIG_WIRELESS is not set | ||
| 47 | CONFIG_DEVTMPFS=y | ||
| 48 | CONFIG_DEVTMPFS_MOUNT=y | ||
| 49 | # CONFIG_FIRMWARE_IN_KERNEL is not set | ||
| 50 | CONFIG_MTD=y | ||
| 51 | CONFIG_MTD_CMDLINE_PARTS=y | ||
| 52 | CONFIG_MTD_BLOCK=y | ||
| 53 | CONFIG_MTD_DATAFLASH=y | ||
| 54 | CONFIG_MTD_M25P80=y | ||
| 55 | CONFIG_MTD_SST25L=y | ||
| 56 | CONFIG_MTD_NAND=y | ||
| 57 | CONFIG_MTD_NAND_GPMI_NAND=y | ||
| 58 | CONFIG_MTD_SPI_NOR=y | ||
| 59 | CONFIG_MTD_UBI=y | ||
| 60 | # CONFIG_BLK_DEV is not set | ||
| 61 | CONFIG_EEPROM_AT24=y | ||
| 62 | CONFIG_SCSI=y | ||
| 63 | CONFIG_BLK_DEV_SD=y | ||
| 64 | CONFIG_NETDEVICES=y | ||
| 65 | CONFIG_ENC28J60=y | ||
| 66 | CONFIG_SMSC_PHY=y | ||
| 67 | CONFIG_ICPLUS_PHY=y | ||
| 68 | CONFIG_REALTEK_PHY=y | ||
| 69 | CONFIG_MICREL_PHY=y | ||
| 70 | CONFIG_USB_USBNET=y | ||
| 71 | CONFIG_USB_NET_SMSC95XX=y | ||
| 72 | # CONFIG_WLAN is not set | ||
| 73 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
| 74 | CONFIG_INPUT_EVDEV=y | ||
| 75 | # CONFIG_INPUT_KEYBOARD is not set | ||
| 76 | # CONFIG_INPUT_MOUSE is not set | ||
| 77 | CONFIG_INPUT_TOUCHSCREEN=y | ||
| 78 | CONFIG_TOUCHSCREEN_TSC2007=m | ||
| 79 | # CONFIG_SERIO is not set | ||
| 80 | CONFIG_DEVPTS_MULTIPLE_INSTANCES=y | ||
| 81 | # CONFIG_LEGACY_PTYS is not set | ||
| 82 | # CONFIG_DEVKMEM is not set | ||
| 83 | CONFIG_SERIAL_AMBA_PL011=y | ||
| 84 | CONFIG_SERIAL_AMBA_PL011_CONSOLE=y | ||
| 85 | CONFIG_SERIAL_MXS_AUART=y | ||
| 86 | # CONFIG_HW_RANDOM is not set | ||
| 87 | CONFIG_I2C=y | ||
| 88 | # CONFIG_I2C_COMPAT is not set | ||
| 89 | CONFIG_I2C_CHARDEV=y | ||
| 90 | CONFIG_I2C_MXS=y | ||
| 91 | CONFIG_SPI=y | ||
| 92 | CONFIG_SPI_GPIO=m | ||
| 93 | CONFIG_SPI_MXS=y | ||
| 94 | CONFIG_GPIO_SYSFS=y | ||
| 95 | # CONFIG_HWMON is not set | ||
| 96 | CONFIG_WATCHDOG=y | ||
| 97 | CONFIG_STMP3XXX_RTC_WATCHDOG=y | ||
| 98 | CONFIG_REGULATOR=y | ||
| 99 | CONFIG_REGULATOR_FIXED_VOLTAGE=y | ||
| 100 | CONFIG_FB=y | ||
| 101 | CONFIG_FB_MXS=y | ||
| 102 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
| 103 | CONFIG_LCD_CLASS_DEVICE=y | ||
| 104 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
| 105 | CONFIG_BACKLIGHT_PWM=y | ||
| 106 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
| 107 | CONFIG_LOGO=y | ||
| 108 | CONFIG_SOUND=y | ||
| 109 | CONFIG_SND=y | ||
| 110 | CONFIG_SND_SOC=y | ||
| 111 | CONFIG_SND_MXS_SOC=y | ||
| 112 | CONFIG_SND_SOC_MXS_SGTL5000=y | ||
| 113 | CONFIG_USB=y | ||
| 114 | CONFIG_USB_EHCI_HCD=y | ||
| 115 | CONFIG_USB_STORAGE=y | ||
| 116 | CONFIG_USB_CHIPIDEA=y | ||
| 117 | CONFIG_USB_CHIPIDEA_UDC=y | ||
| 118 | CONFIG_USB_CHIPIDEA_HOST=y | ||
| 119 | CONFIG_USB_MXS_PHY=y | ||
| 120 | CONFIG_USB_GADGET=y | ||
| 121 | CONFIG_USB_ETH=m | ||
| 122 | CONFIG_USB_MASS_STORAGE=m | ||
| 123 | CONFIG_MMC=y | ||
| 124 | CONFIG_MMC_MXS=y | ||
| 125 | CONFIG_NEW_LEDS=y | ||
| 126 | CONFIG_LEDS_CLASS=y | ||
| 127 | CONFIG_LEDS_GPIO=y | ||
| 128 | CONFIG_LEDS_TRIGGERS=y | ||
| 129 | CONFIG_LEDS_TRIGGER_TIMER=y | ||
| 130 | CONFIG_LEDS_TRIGGER_ONESHOT=y | ||
| 131 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | ||
| 132 | CONFIG_LEDS_TRIGGER_BACKLIGHT=y | ||
| 133 | CONFIG_LEDS_TRIGGER_GPIO=y | ||
| 134 | CONFIG_RTC_CLASS=y | ||
| 135 | CONFIG_RTC_DRV_DS1307=m | ||
| 136 | CONFIG_RTC_DRV_STMP=y | ||
| 137 | CONFIG_DMADEVICES=y | ||
| 138 | CONFIG_MXS_DMA=y | ||
| 139 | CONFIG_STAGING=y | ||
| 140 | CONFIG_MXS_LRADC=y | ||
| 141 | CONFIG_IIO=y | ||
| 142 | CONFIG_IIO_SYSFS_TRIGGER=y | ||
| 143 | CONFIG_PWM=y | ||
| 144 | CONFIG_PWM_MXS=y | ||
| 145 | CONFIG_NVMEM=y | ||
| 146 | CONFIG_NVMEM_MXS_OCOTP=y | ||
| 147 | CONFIG_EXT4_FS=y | ||
| 148 | # CONFIG_DNOTIFY is not set | ||
| 149 | CONFIG_FSCACHE=m | ||
| 150 | CONFIG_FSCACHE_STATS=y | ||
| 151 | CONFIG_CACHEFILES=m | ||
| 152 | CONFIG_VFAT_FS=y | ||
| 153 | CONFIG_TMPFS=y | ||
| 154 | CONFIG_TMPFS_POSIX_ACL=y | ||
| 155 | CONFIG_JFFS2_FS=y | ||
| 156 | CONFIG_JFFS2_COMPRESSION_OPTIONS=y | ||
| 157 | CONFIG_JFFS2_LZO=y | ||
| 158 | CONFIG_JFFS2_RUBIN=y | ||
| 159 | CONFIG_UBIFS_FS=y | ||
| 160 | CONFIG_UBIFS_FS_ADVANCED_COMPR=y | ||
| 161 | CONFIG_NFS_FS=y | ||
| 162 | CONFIG_NFS_V3_ACL=y | ||
| 163 | CONFIG_NFS_V4=y | ||
| 164 | CONFIG_ROOT_NFS=y | ||
| 165 | CONFIG_NLS_CODEPAGE_437=y | ||
| 166 | CONFIG_NLS_CODEPAGE_850=y | ||
| 167 | CONFIG_NLS_ISO8859_1=y | ||
| 168 | CONFIG_NLS_ISO8859_15=y | ||
| 169 | CONFIG_PRINTK_TIME=y | ||
| 170 | CONFIG_DEBUG_INFO=y | ||
| 171 | CONFIG_FRAME_WARN=2048 | ||
| 172 | CONFIG_UNUSED_SYMBOLS=y | ||
| 173 | CONFIG_MAGIC_SYSRQ=y | ||
| 174 | CONFIG_DEBUG_KERNEL=y | ||
| 175 | CONFIG_LOCKUP_DETECTOR=y | ||
| 176 | CONFIG_TIMER_STATS=y | ||
| 177 | CONFIG_PROVE_LOCKING=y | ||
| 178 | CONFIG_BLK_DEV_IO_TRACE=y | ||
| 179 | CONFIG_STRICT_DEVMEM=y | ||
| 180 | CONFIG_DEBUG_USER=y | ||
| 181 | CONFIG_CRYPTO_DEV_MXS_DCP=y | ||
| 182 | CONFIG_CRC_ITU_T=m | ||
| 183 | CONFIG_CRC7=m | ||
| 184 | CONFIG_FONTS=y | ||
