* [PATCH 1/3] imx_v7_defconfig: enable at least PNG support for splash
@ 2015-02-18 0:26 Jean-Christophe PLAGNIOL-VILLARD
2015-02-18 0:26 ` [PATCH 2/3] imx6q-embedsky-e9: the debug port is on uart1 not uart4 Jean-Christophe PLAGNIOL-VILLARD
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2015-02-18 0:26 UTC (permalink / raw)
To: barebox
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
arch/arm/configs/imx_v7_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/imx_v7_defconfig b/arch/arm/configs/imx_v7_defconfig
index 755217f..c4c28a0 100644
--- a/arch/arm/configs/imx_v7_defconfig
+++ b/arch/arm/configs/imx_v7_defconfig
@@ -179,3 +179,4 @@ CONFIG_FS_FAT_WRITE=y
CONFIG_FS_FAT_LFN=y
CONFIG_FS_UBIFS=y
CONFIG_FS_UBIFS_COMPRESSION_LZO=y
+CONFIG_PNG=y
--
2.1.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2/3] imx6q-embedsky-e9: the debug port is on uart1 not uart4
2015-02-18 0:26 [PATCH 1/3] imx_v7_defconfig: enable at least PNG support for splash Jean-Christophe PLAGNIOL-VILLARD
@ 2015-02-18 0:26 ` Jean-Christophe PLAGNIOL-VILLARD
2015-02-18 0:26 ` [PATCH 3/3] imx6q-embedsky-e9: there is not PCIe on this hardware Jean-Christophe PLAGNIOL-VILLARD
2015-02-19 19:48 ` [PATCH 1/3] imx_v7_defconfig: enable at least PNG support for splash Sascha Hauer
2 siblings, 0 replies; 4+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2015-02-18 0:26 UTC (permalink / raw)
To: barebox
the uart4 is on the extention header
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
arch/arm/dts/imx6q-embedsky-e9.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/imx6q-embedsky-e9.dts b/arch/arm/dts/imx6q-embedsky-e9.dts
index 53665cf..ab70d05 100644
--- a/arch/arm/dts/imx6q-embedsky-e9.dts
+++ b/arch/arm/dts/imx6q-embedsky-e9.dts
@@ -17,7 +17,7 @@
/ {
chosen {
- linux,stdout-path = &uart4;
+ linux,stdout-path = &uart1;
environment-mmc1 {
compatible = "barebox,environment";
--
2.1.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 3/3] imx6q-embedsky-e9: there is not PCIe on this hardware
2015-02-18 0:26 [PATCH 1/3] imx_v7_defconfig: enable at least PNG support for splash Jean-Christophe PLAGNIOL-VILLARD
2015-02-18 0:26 ` [PATCH 2/3] imx6q-embedsky-e9: the debug port is on uart1 not uart4 Jean-Christophe PLAGNIOL-VILLARD
@ 2015-02-18 0:26 ` Jean-Christophe PLAGNIOL-VILLARD
2015-02-19 19:48 ` [PATCH 1/3] imx_v7_defconfig: enable at least PNG support for splash Sascha Hauer
2 siblings, 0 replies; 4+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2015-02-18 0:26 UTC (permalink / raw)
To: barebox
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
arch/arm/dts/imx6q-embedsky-e9.dtsi | 4 ----
1 file changed, 4 deletions(-)
diff --git a/arch/arm/dts/imx6q-embedsky-e9.dtsi b/arch/arm/dts/imx6q-embedsky-e9.dtsi
index a29de9f..060d103 100644
--- a/arch/arm/dts/imx6q-embedsky-e9.dtsi
+++ b/arch/arm/dts/imx6q-embedsky-e9.dtsi
@@ -374,10 +374,6 @@
status = "okay";
};
-&pcie {
- status = "okay";
-};
-
&can1 {
status = "okay";
};
--
2.1.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/3] imx_v7_defconfig: enable at least PNG support for splash
2015-02-18 0:26 [PATCH 1/3] imx_v7_defconfig: enable at least PNG support for splash Jean-Christophe PLAGNIOL-VILLARD
2015-02-18 0:26 ` [PATCH 2/3] imx6q-embedsky-e9: the debug port is on uart1 not uart4 Jean-Christophe PLAGNIOL-VILLARD
2015-02-18 0:26 ` [PATCH 3/3] imx6q-embedsky-e9: there is not PCIe on this hardware Jean-Christophe PLAGNIOL-VILLARD
@ 2015-02-19 19:48 ` Sascha Hauer
2 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2015-02-19 19:48 UTC (permalink / raw)
To: Jean-Christophe PLAGNIOL-VILLARD; +Cc: barebox
On Wed, Feb 18, 2015 at 01:26:24AM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> ---
> arch/arm/configs/imx_v7_defconfig | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-02-19 19:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-18 0:26 [PATCH 1/3] imx_v7_defconfig: enable at least PNG support for splash Jean-Christophe PLAGNIOL-VILLARD
2015-02-18 0:26 ` [PATCH 2/3] imx6q-embedsky-e9: the debug port is on uart1 not uart4 Jean-Christophe PLAGNIOL-VILLARD
2015-02-18 0:26 ` [PATCH 3/3] imx6q-embedsky-e9: there is not PCIe on this hardware Jean-Christophe PLAGNIOL-VILLARD
2015-02-19 19:48 ` [PATCH 1/3] imx_v7_defconfig: enable at least PNG support for splash Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox