All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] configs/freescale_imx8mmevk_defconfig: bump to 4.14.98_2.0.0
@ 2019-07-31 14:42 Mark Corbin
  2019-07-31 14:55 ` Fabio Estevam
  2019-07-31 22:44 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Corbin @ 2019-07-31 14:42 UTC (permalink / raw)
  To: buildroot

Update the i.MX8MM-EVK BSP to match the latest version
referenced on the NXP website.

Signed-off-by: Mark Corbin <mark.corbin@embecosm.com>
---
 configs/freescale_imx8mmevk_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/freescale_imx8mmevk_defconfig b/configs/freescale_imx8mmevk_defconfig
index 1acb3a694b..5472ed36bd 100644
--- a/configs/freescale_imx8mmevk_defconfig
+++ b/configs/freescale_imx8mmevk_defconfig
@@ -7,7 +7,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="${UBOOT_DIR}/arch/arm/dts/fsl-imx8mm-evk.dtb"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_4.14.78_1.0.0_ga"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_4.14.98_2.0.0_ga"
 BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="freescale/fsl-imx8mm-evk"
@@ -20,14 +20,14 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/imx-atf"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="rel_imx_4.14.78_1.0.0_ga"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="rel_imx_4.14.98_2.0.0_ga"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="imx8mm"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_4.14.78_1.0.0_ga"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_4.14.98_2.0.0_ga"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="imx8mm_evk"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_FORMAT_IMX=y
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] configs/freescale_imx8mmevk_defconfig: bump to 4.14.98_2.0.0
  2019-07-31 14:42 [Buildroot] [PATCH 1/1] configs/freescale_imx8mmevk_defconfig: bump to 4.14.98_2.0.0 Mark Corbin
@ 2019-07-31 14:55 ` Fabio Estevam
  2019-07-31 22:44 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2019-07-31 14:55 UTC (permalink / raw)
  To: buildroot

Hi Mark,

On Wed, Jul 31, 2019 at 11:43 AM Mark Corbin <mark.corbin@embecosm.com> wrote:
>
> Update the i.MX8MM-EVK BSP to match the latest version
> referenced on the NXP website.
>
> Signed-off-by: Mark Corbin <mark.corbin@embecosm.com>

Thanks for the update.

Reviewed-by: Fabio Estevam <festevam@gmail.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] configs/freescale_imx8mmevk_defconfig: bump to 4.14.98_2.0.0
  2019-07-31 14:42 [Buildroot] [PATCH 1/1] configs/freescale_imx8mmevk_defconfig: bump to 4.14.98_2.0.0 Mark Corbin
  2019-07-31 14:55 ` Fabio Estevam
@ 2019-07-31 22:44 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-07-31 22:44 UTC (permalink / raw)
  To: buildroot

>>>>> "Mark" == Mark Corbin <mark.corbin@embecosm.com> writes:

 > Update the i.MX8MM-EVK BSP to match the latest version
 > referenced on the NXP website.

 > Signed-off-by: Mark Corbin <mark.corbin@embecosm.com>

Committed, thanks.

> ---
 >  configs/freescale_imx8mmevk_defconfig | 6 +++---
 >  1 file changed, 3 insertions(+), 3 deletions(-)

 > diff --git a/configs/freescale_imx8mmevk_defconfig b/configs/freescale_imx8mmevk_defconfig
 > index 1acb3a694b..5472ed36bd 100644
 > --- a/configs/freescale_imx8mmevk_defconfig
 > +++ b/configs/freescale_imx8mmevk_defconfig
 > @@ -7,7 +7,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="${UBOOT_DIR}/arch/arm/dts/fsl-imx8mm-evk.dtb"
 >  BR2_LINUX_KERNEL=y
 >  BR2_LINUX_KERNEL_CUSTOM_GIT=y
 >  BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/linux-imx"
 > -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_4.14.78_1.0.0_ga"
 > +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_4.14.98_2.0.0_ga"
 >  BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
 >  BR2_LINUX_KERNEL_DTS_SUPPORT=y
 >  BR2_LINUX_KERNEL_INTREE_DTS_NAME="freescale/fsl-imx8mm-evk"
 > @@ -20,14 +20,14 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
 >  BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
 >  BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
 >  BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/imx-atf"
 > -BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="rel_imx_4.14.78_1.0.0_ga"
 > +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="rel_imx_4.14.98_2.0.0_ga"
 >  BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="imx8mm"
 >  BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31=y
 >  BR2_TARGET_UBOOT=y
 >  BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 >  BR2_TARGET_UBOOT_CUSTOM_GIT=y
 >  BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://source.codeaurora.org/external/imx/uboot-imx"
 > -BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_4.14.78_1.0.0_ga"
 > +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_4.14.98_2.0.0_ga"
 >  BR2_TARGET_UBOOT_BOARD_DEFCONFIG="imx8mm_evk"
 >  BR2_TARGET_UBOOT_NEEDS_DTC=y
 >  BR2_TARGET_UBOOT_FORMAT_IMX=y
 > -- 
 > 2.19.1

 > _______________________________________________
 > buildroot mailing list
 > buildroot at busybox.net
 > http://lists.busybox.net/mailman/listinfo/buildroot

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-31 22:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31 14:42 [Buildroot] [PATCH 1/1] configs/freescale_imx8mmevk_defconfig: bump to 4.14.98_2.0.0 Mark Corbin
2019-07-31 14:55 ` Fabio Estevam
2019-07-31 22:44 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.