Re: [U-Boot] [Urgent Problem] ARM64 Linux fails to boot with initramdisk with uImage header

2016-07-21 Thread Simon Glass
Hi Masahiro, On 20 July 2016 at 07:09, Masahiro Yamada wrote: > Hi Tom. > > > 2016-07-20 21:41 GMT+09:00 Tom Rini : >> I think Simon is away this week and that change is in the middle of some >> others. So I'd like to fix things today and let him weigh in. But I >> think enums make sense and we

Re: [U-Boot] [Urgent Problem] ARM64 Linux fails to boot with initramdisk with uImage header

2016-07-20 Thread Masahiro Yamada
Hi Tom. 2016-07-20 21:41 GMT+09:00 Tom Rini : > I think Simon is away this week and that change is in the middle of some > others. So I'd like to fix things today and let him weigh in. But I > think enums make sense and we've just got a historical oddity to explain > that gap. OK. Now it is o

Re: [U-Boot] [Urgent Problem] ARM64 Linux fails to boot with initramdisk with uImage header

2016-07-20 Thread Tom Rini
On Wed, Jul 20, 2016 at 09:27:43PM +0900, Masahiro Yamada wrote: > Hi Tom > > > 2016-07-20 21:17 GMT+09:00 Tom Rini : > > On Wed, Jul 20, 2016 at 08:03:03PM +0900, Masahiro Yamada wrote: > >> Hi. > >> > >> > >> I found ARM64 Linux fails to boot since commit 555f45d8f916 ("image: > >> Convert the

Re: [U-Boot] [Urgent Problem] ARM64 Linux fails to boot with initramdisk with uImage header

2016-07-20 Thread Masahiro Yamada
Hi Tom 2016-07-20 21:17 GMT+09:00 Tom Rini : > On Wed, Jul 20, 2016 at 08:03:03PM +0900, Masahiro Yamada wrote: >> Hi. >> >> >> I found ARM64 Linux fails to boot since commit 555f45d8f916 ("image: >> Convert the IH_... values to enums"). It claims the ramdisk with >> uImage header is corrupt or

Re: [U-Boot] [Urgent Problem] ARM64 Linux fails to boot with initramdisk with uImage header

2016-07-20 Thread Tom Rini
On Wed, Jul 20, 2016 at 08:03:03PM +0900, Masahiro Yamada wrote: > Hi. > > > I found ARM64 Linux fails to boot since commit 555f45d8f916 ("image: > Convert the IH_... values to enums"). It claims the ramdisk with > uImage header is corrupt or invalid as follow. > > ## Loading init Ramdisk fro

[U-Boot] [Urgent Problem] ARM64 Linux fails to boot with initramdisk with uImage header

2016-07-20 Thread Masahiro Yamada
Hi. I found ARM64 Linux fails to boot since commit 555f45d8f916 ("image: Convert the IH_... values to enums"). It claims the ramdisk with uImage header is corrupt or invalid as follow. ## Loading init Ramdisk from Legacy Image at 84a0 ... Image Name: Created: 2016-06-20 4

Re: [U-Boot] [URGENT] Fatal Bug of Patman

2014-08-23 Thread Masahiro YAMADA
Hi Simon, 2014-08-23 10:39 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 22 August 2014 03:44, Masahiro Yamada wrote: >> Hi Simon, >> >> The problem seems more fatal than I expected at first. >> >> >> Series-changes tag is not working either. > > Do you have this patch? > > http://patchwork.ozla

Re: [U-Boot] [URGENT] Fatal Bug of Patman

2014-08-22 Thread Simon Glass
Hi Masahiro, On 22 August 2014 03:44, Masahiro Yamada wrote: > Hi Simon, > > The problem seems more fatal than I expected at first. > > > Series-changes tag is not working either. Do you have this patch? http://patchwork.ozlabs.org/patch/380068/ Regards, Simon _

[U-Boot] [URGENT] Fatal Bug of Patman

2014-08-22 Thread Masahiro Yamada
Hi Simon, The problem seems more fatal than I expected at first. Series-changes tag is not working either. My git-log is as follows: commit 9296e54147d8ee5917bbc1c7a2e9fa4b8ef106db Author: Masahiro Yamada Date: Fri Aug 22 18:37:29 2014 +0900 bar: commit 2 Series-changes: 2

Re: [U-Boot] Can anyone help me to solve the stack problem of U-boot? Urgent~

2012-04-26 Thread 吳志峰
ssage- From: Macpaul Lin [mailto:macp...@gmail.com] Sent: Thursday, April 26, 2012 12:24 PM To: Wolfgang Denk Cc: 吳志峰; u-boot@lists.denx.de Subject: Re: [U-Boot] Can anyone help me to solve the stack problem of U-boot? Urgent~ Hi Civic Wu, > Please see the README (section "U-Boot

Re: [U-Boot] Can anyone help me to solve the stack problem of U-boot? Urgent~

2012-04-25 Thread Macpaul Lin
Hi Civic Wu, > Please see the README (section "U-Boot Porting Guide", but also > section "System Initialization"), and read doc/README.SPL and > http://catb.org/esr/faqs/smart-questions.html > > If this is urgent, and you spent many days on this, then the best > advice for you is to hire an expert

Re: [U-Boot] Can anyone help me to solve the stack problem of U-boot? Urgent~

2012-04-25 Thread Wolfgang Denk
Dear =?big5?B?p2Sn065w?=, In message <001e01cd2301$609c2e00$21d48a00$@x...@msa.hinet.net> you wrote: ... Urgent~ ... > Please help me because this problem had confused me a lot of days. Please see the README (section "U-Boot Porting Guide", but also section "System Initialization"), and read doc/

[U-Boot] Can anyone help me to solve the stack problem of U-boot? Urgent~

2012-04-25 Thread 吳志峰
Dear all: I had a ARM platform which call DVTEST. While booting, the platform (ROM code) will copy image from SD card to SDRAM base address (0x0). So my TEXT_BASE address should be start from 0x. But I found all the ARM platforms in U-boot didn’t start from their SDRAM base address.

Re: [U-Boot] Urgent : Regd. Cortex A9 quad core versatile express ca9x4_ct_vxp support in U-Boot..

2011-08-22 Thread Matt Waddel
On 08/22/2011 07:47 AM, Christopher Harvey wrote: > On 08/22/11 02:22, Sandeep Kumar wrote: >> Hi Matt, >> >> We are in a process of developing a SoC around cortex a9 quad core >> versatile express. For that we made changes in the U-Boot. Is there any >> way (like any simulator/emulator which suppo

Re: [U-Boot] Urgent : Regd. Cortex A9 quad core versatile express ca9x4_ct_vxp support in U-Boot..

2011-08-22 Thread Christopher Harvey
On 08/22/11 02:22, Sandeep Kumar wrote: > Hi Matt, > > We are in a process of developing a SoC around cortex a9 quad core > versatile express. For that we made changes in the U-Boot. Is there any > way (like any simulator/emulator which supports this board) to validate > the changes before getting

Re: [U-Boot] Urgent : Regd. Cortex A9 quad core versatile express ca9x4_ct_vxp support in U-Boot..

2011-08-21 Thread Sandeep Kumar
Hi Matt, We are in a process of developing a SoC around cortex a9 quad core versatile express. For that we made changes in the U-Boot. Is there any way (like any simulator/emulator which supports this board) to validate the changes before getting the arm board itself. Any kind of help is highly a

Re: [U-Boot] Urgent : Regd. Cortex A9 quad core versatile express ca9x4_ct_vxp support in U-Boot..

2011-08-21 Thread Matt Waddel
Hi Sandeep, On 08/21/2011 12:37 AM, Sandeep Kumar wrote: > Hi all, > > I am trying to use U-Boot for cortex A9 quad core versatile express board. I > saw that the support is already added > for that board but i am not able to find out the DDR initialization code > anywhere before using the stack

Re: [U-Boot] Urgent : Regd. Cortex A9 quad core versatile express ca9x4_ct_vxp support in U-Boot..

2011-08-21 Thread Albert ARIBAUD
(sorry Sandeep for the double mail; I guess that's what I get by answering e-mail before the morning coffee starts having an effect.) Le 21/08/2011 08:37, Sandeep Kumar a écrit : > Hi all, > > I am trying to use U-Boot for cortex A9 quad core versatile express board. I > saw that the support is

[U-Boot] Urgent : Regd. Cortex A9 quad core versatile express ca9x4_ct_vxp support in U-Boot..

2011-08-20 Thread Sandeep Kumar
Hi all, I am trying to use U-Boot for cortex A9 quad core versatile express board. I saw that the support is already added for that board but i am not able to find out the DDR initialization code anywhere before using the stack. In fact i didn't find the DDR initialization code anywhere for this

[U-Boot] Urgent : Cortex A9 quad core versatile express ca9x4_ct_vxp support in U-Boot..

2011-08-18 Thread Sandeep Kumar
Hi all, I am trying to use U-Boot for a custom board based on cortex A9 quad core versatile express board. I saw that the support is already added for that board but i am not able to find out the DDR initialization code anywhere before using the stack. In fact i didn't find the DDR initialization

[U-Boot] Urgent Order

2009-11-19 Thread jim wilson
Hello Good Day This is MISS WILSON , With regards to your Company i am sending this email Regards to order some( CORDLESS DRILL) ,i will like to know the type and sizes you have in stock and get me the sales price of one so that i will tell you the quantity i will be ordering, and also if you acce

[U-Boot] Urgent

2009-08-12 Thread Mike listowel
Hello Good Day This is Listowel, With regards to your Company i am sending this email Regards to order some(CORDLESS DRILL) ,i will like to know the type and sizes you have in stock and get me the sales price of one so that i will tell you the quantity i will be ordering, and also if you accept

[U-Boot] Urgent Order

2009-04-21 Thread Macdan Lee
Dear Sir/Madam     My regard to you, Well am Larry Bills and i will like to know if you do have plywood box in stock for sale or may i know if i can place and order for me newly company in Ghana which is Macdan wood shop 0233 Nima Ghana and also i will like to know the method of payment