Re: [U-Boot] [PATCH] omap4: fix boot issue on ES2.0 Panda

2011-12-31 Thread Raúl Porcel
On 12/31/2011 01:27 PM, asad wrote:
[snip]

Jeez, obviously this is me...

Thanks and sorry
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] U-boot doesn't work on OMAP4430 ES2.0

2011-12-29 Thread Raúl Porcel
Hi Aneesh

On 12/29/2011 07:31 PM, Aneesh V wrote:
 Hi Raul,
 
 On Monday 26 December 2011 11:38 PM, Raúl Porcel wrote:
 Hi,

 Following with the issue on
 http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/111922

 Looks like the 23e9f0723e48615332119de4f4ec7a833a282628 commit was
 supposed to fix this, but it doesn't, the problem is still present.

 Steve Sakoman's git tree has a different patch:
 http://www.sakoman.com/cgi-bin/gitweb.cgi?p=u-boot.git;a=commitdiff;h=edb614543dbd007f5b9873e022b8f5aaefe65ba5;hp=1ffe0d2865184336d9e7176dbaf8bb4781f8719a


 Indeed applying the patch in his tree makes it work. After talking with
 him he guessed that maybe the fix was supposed to touch efuse_2 and not
 efuse_1 like in the original patch.
 
 Yes, this is a mix-up. I shall send a new patch. Will you be able to test
 it for me. I don't have an ES2.0 Panda with me anymore. This issue is
 not there on ES2.0 SDP.
 
 regards,
 Aneesh

Sure, feel free to send a patch and i'll test it.

Thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] U-boot doesn't work on OMAP4430 ES2.0

2011-12-26 Thread Raúl Porcel
Hi,

Following with the issue on
http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/111922

Looks like the 23e9f0723e48615332119de4f4ec7a833a282628 commit was
supposed to fix this, but it doesn't, the problem is still present.

Steve Sakoman's git tree has a different patch:
http://www.sakoman.com/cgi-bin/gitweb.cgi?p=u-boot.git;a=commitdiff;h=edb614543dbd007f5b9873e022b8f5aaefe65ba5;hp=1ffe0d2865184336d9e7176dbaf8bb4781f8719a

Indeed applying the patch in his tree makes it work. After talking with
him he guessed that maybe the fix was supposed to touch efuse_2 and not
efuse_1 like in the original patch.

Thanks
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] OMAP4: Use ttyO2 in the default environment

2011-02-27 Thread Raúl Porcel
This patch replaces ttyS2 with ttyO2 in the default environment
so it's in sync with the kernel which uses the latter

Signed-off-by: Raúl Porcel armi...@gentoo.org
---
 include/configs/omap4_panda.h   |2 +-
 include/configs/omap4_sdp4430.h |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
index 2b03b0f..8715ed7 100644
--- a/include/configs/omap4_panda.h
+++ b/include/configs/omap4_panda.h
@@ -148,7 +148,7 @@
  #define CONFIG_EXTRA_ENV_SETTINGS \
loadaddr=0x8200\0 \
-   console=ttyS2,115200n8\0 \
+   console=ttyO2,115200n8\0 \
usbtty=cdc_acm\0 \
vram=16M\0 \
mmcdev=0\0 \
diff --git a/include/configs/omap4_sdp4430.h
b/include/configs/omap4_sdp4430.h
index 9a8bb73..2cff5f0 100644
--- a/include/configs/omap4_sdp4430.h
+++ b/include/configs/omap4_sdp4430.h
@@ -154,7 +154,7 @@
  #define CONFIG_EXTRA_ENV_SETTINGS \
loadaddr=0x8200\0 \
-   console=ttyS2,115200n8\0 \
+   console=ttyO2,115200n8\0 \
usbtty=cdc_acm\0 \
vram=16M\0 \
mmcdev=0\0 \
-- 
1.7.3.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot