diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-05-12 12:17:41 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-05-12 14:43:02 +0300 |
commit | 1281fc7fe024a885a7231e7c186c679ff2c7a7d3 (patch) | |
tree | 9b3062f4ace624c9b92d76e8b7bd18c743e9c27e /meta-toradex-extras/recipes | |
parent | ea6ad4728b071ee59123a959c5f9d997bacc274c (diff) | |
download | meta-boot2qt-1281fc7fe024a885a7231e7c186c679ff2c7a7d3.tar.gz |
toradex: update toradex meta layer
Apalis iMX6 V1.1 needs updated kernel and u-boot, so update the
meta-toradex layer to latest (Colibri_T20_LinuxImageV2.3_20150320).
Change-Id: Ibfb8c48ecfe1e89c937d02da3012cd66791329b5
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'meta-toradex-extras/recipes')
-rw-r--r-- | meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl/0001-Update-default-args-for-apalis-imx6.patch | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl/0001-Update-default-args-for-apalis-imx6.patch b/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl/0001-Update-default-args-for-apalis-imx6.patch index c7f0f9b..3b791cf 100644 --- a/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl/0001-Update-default-args-for-apalis-imx6.patch +++ b/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl/0001-Update-default-args-for-apalis-imx6.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 7872f8e770a202f41fbcf0372b27eb3669c433a1 Mon Sep 17 00:00:00 2001 | 1 | From f3525c3daff6c6956bda0bbe29f84ee5497ccf65 Mon Sep 17 00:00:00 2001 |
2 | From: Samuli Piippo <samuli.piippo@digia.com> | 2 | From: Samuli Piippo <samuli.piippo@digia.com> |
3 | Date: Mon, 27 Oct 2014 14:53:25 +0200 | 3 | Date: Mon, 27 Oct 2014 14:53:25 +0200 |
4 | Subject: [PATCH] Update default args for apalis imx6 | 4 | Subject: [PATCH] Update default args for apalis imx6 |
@@ -6,14 +6,14 @@ Subject: [PATCH] Update default args for apalis imx6 | |||
6 | Boot from sd card by default, disable kernel logs from tty1, and | 6 | Boot from sd card by default, disable kernel logs from tty1, and |
7 | disable cursor blinking. | 7 | disable cursor blinking. |
8 | --- | 8 | --- |
9 | include/configs/apalis-imx6.h | 15 ++++++++------- | 9 | include/configs/apalis_imx6.h | 15 ++++++++------- |
10 | 1 file changed, 8 insertions(+), 7 deletions(-) | 10 | 1 file changed, 8 insertions(+), 7 deletions(-) |
11 | 11 | ||
12 | diff --git a/include/configs/apalis-imx6.h b/include/configs/apalis-imx6.h | 12 | diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h |
13 | index 3fb17e2..728c5dd 100644 | 13 | index 5d32118..289d611 100644 |
14 | --- a/include/configs/apalis-imx6.h | 14 | --- a/include/configs/apalis_imx6.h |
15 | +++ b/include/configs/apalis-imx6.h | 15 | +++ b/include/configs/apalis_imx6.h |
16 | @@ -205,18 +205,19 @@ | 16 | @@ -212,14 +212,14 @@ |
17 | "&& setenv dtbparam \" - ${fdt_addr_r}\" && true\0" | 17 | "&& setenv dtbparam \" - ${fdt_addr_r}\" && true\0" |
18 | 18 | ||
19 | #define SD_BOOTCMD \ | 19 | #define SD_BOOTCMD \ |
@@ -32,6 +32,10 @@ index 3fb17e2..728c5dd 100644 | |||
32 | + "sddtbload=setenv dtbparam; fatload mmc ${drive}:1 ${fdt_addr_r} " \ | 32 | + "sddtbload=setenv dtbparam; fatload mmc ${drive}:1 ${fdt_addr_r} " \ |
33 | "${fdt_file} && setenv dtbparam \" - ${fdt_addr_r}\" && true\0" | 33 | "${fdt_file} && setenv dtbparam \" - ${fdt_addr_r}\" && true\0" |
34 | 34 | ||
35 | #ifndef CONFIG_APALIS_IMX6_V1_0 | ||
36 | @@ -229,7 +229,8 @@ | ||
37 | #define FDT_FILE "imx6q-apalis-eval_v1_0.dtb" | ||
38 | #endif | ||
35 | #define CONFIG_EXTRA_ENV_SETTINGS \ | 39 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
36 | - "bootcmd=run emmcboot ; echo ; echo emmcboot failed ; " \ | 40 | - "bootcmd=run emmcboot ; echo ; echo emmcboot failed ; " \ |
37 | + "bootcmd=run sdboot ; echo ; echo sdboot failed ; " \ | 41 | + "bootcmd=run sdboot ; echo ; echo sdboot failed ; " \ |
@@ -39,7 +43,7 @@ index 3fb17e2..728c5dd 100644 | |||
39 | "run nfsboot ; echo ; echo nfsboot failed ; " \ | 43 | "run nfsboot ; echo ; echo nfsboot failed ; " \ |
40 | "usb start ;" \ | 44 | "usb start ;" \ |
41 | "setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \ | 45 | "setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \ |
42 | @@ -229,7 +230,7 @@ | 46 | @@ -242,7 +243,7 @@ |
43 | NFS_BOOTCMD \ | 47 | NFS_BOOTCMD \ |
44 | SD_BOOTCMD \ | 48 | SD_BOOTCMD \ |
45 | "setup=setenv setupargs fec_mac=${ethaddr} " \ | 49 | "setup=setenv setupargs fec_mac=${ethaddr} " \ |
@@ -49,5 +53,5 @@ index 3fb17e2..728c5dd 100644 | |||
49 | "setupdate=setenv drive 1; fatload mmc ${drive}:1 ${kernel_addr_r} " \ | 53 | "setupdate=setenv drive 1; fatload mmc ${drive}:1 ${kernel_addr_r} " \ |
50 | "flash_mmc.img || setenv drive 2; fatload mmc ${drive}:1 " \ | 54 | "flash_mmc.img || setenv drive 2; fatload mmc ${drive}:1 " \ |
51 | -- | 55 | -- |
52 | 1.8.3.2 | 56 | 1.9.1 |
53 | 57 | ||