Re: [U-Boot-Users] [PATCH 1/3] ppc: Report back the location we put the device tree if we dont boot

2008-08-06 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > There is intent and what the old code did. My feeling is that > 'autostart = no' means to load the images but not actually jump to the > new image. Correct. To be a bit more specific, "load" here means to load the kernel image to RAM (ove

Re: [U-Boot-Users] [PATCH 1/3] ppc: Report back the location we put the device tree if we dont boot

2008-08-06 Thread Kumar Gala
On Aug 6, 2008, at 3:33 AM, Wolfgang Denk wrote: > Dear Bartek, > > in message <[EMAIL PROTECTED]> you wrote: >> >> The test you're referring to was introduced by commit >> 75fa002c47171b73fb4c1f2c2fe4d6391c136276 "[new uImage] Respect >> autostart >> setting in linux bootm" by Kumar -- he shou

Re: [U-Boot-Users] [PATCH 1/3] ppc: Report back the location we put the device tree if we dont boot

2008-08-06 Thread Wolfgang Denk
Dear Bartek, in message <[EMAIL PROTECTED]> you wrote: > > The test you're referring to was introduced by commit > 75fa002c47171b73fb4c1f2c2fe4d6391c136276 "[new uImage] Respect autostart > setting in linux bootm" by Kumar -- he should be better able to explain > the details. Thanks - and sorry f

Re: [U-Boot-Users] [PATCH 1/3] ppc: Report back the location we put the device tree if we dont boot

2008-08-06 Thread Bartlomiej Sieka
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> Its useful to know where the device tree is if we have set 'autostart' >> to 'no. We come back to the prompt after a boot command and we can >> than post process the device tree but we need to know where it was put >> report this

Re: [U-Boot-Users] [PATCH 1/3] ppc: Report back the location we put the device tree if we dont boot

2008-08-06 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Its useful to know where the device tree is if we have set 'autostart' > to 'no. We come back to the prompt after a boot command and we can > than post process the device tree but we need to know where it was put > report this back via the env variable '

[U-Boot-Users] [PATCH 1/3] ppc: Report back the location we put the device tree if we dont boot

2008-08-05 Thread Kumar Gala
Its useful to know where the device tree is if we have set 'autostart' to 'no. We come back to the prompt after a boot command and we can than post process the device tree but we need to know where it was put report this back via the env variable 'bootm_fdtaddr'. Signed-off-by: Kumar Gala <[EMAIL