Dear Rohit Hagargundgi,
In message <200903091604.45906.h.ro...@samsung.com> you wrote:
> Currently OneNAND initial program loader (ipl) reads only block 0.
> However, u-boot image for apollon board is 195KB making the board
> unbootable with OneNAND.
> Fix ipl to read 256KB.
NAK.
The description
Currently OneNAND initial program loader (ipl) reads only block 0.
However, u-boot image for apollon board is 195KB making the board
unbootable with OneNAND.
Fix ipl to read 256KB.
Signed-off-by: Rohit Hagargundgi
---
include/configs/apollon.h |1 +
onenand_ipl/onenand_read.c | 27 +++
Dear Rohit Hagargundgi,
In message <49ae99c0.9040...@samsung.com> you wrote:
> Hi,
>
> Here is the updated patch.
>
> Thanks,
> Rohit
This is not an acceptable commit message.
Please include a reasonable commit message that explains what you are
doinbg and why.
> Signed-off-by: Rohit Hagargun
Hi,
Kyungmin Park wrote:
>>
>> + /* Check for invalid block mark*/
>> + if (page < 2 && (onenand_readw(THIS_ONENAND(ONENAND_SPARERAM)) !=
>> 0x))
>> + return 1;
>> +
>
> No need to check invalid block. Note that block 0 is always good
> block. no exception.
Correct
On Thu, Mar 5, 2009 at 12:09 AM, Rohit Hagargundgi wrote:
> Hi,
>
> Here is the updated patch.
>
> Thanks,
> Rohit
>
> Signed-off-by: Rohit Hagargundgi
> ---
> include/configs/apollon.h | 1 +
> onenand_ipl/onenand_read.c | 27 ---
> 2 files changed, 21 insertions(+
Hi,
Here is the updated patch.
Thanks,
Rohit
Signed-off-by: Rohit Hagargundgi
---
include/configs/apollon.h |1 +
onenand_ipl/onenand_read.c | 27 ---
2 files changed, 21 insertions(+), 7 deletions(-)
diff --git a/include/configs/apollon.h b/include/configs/a
Hi,
Kyungmin Park wrote:
> Hi,
>
> In the previous mail, I also solve this issue. multi-block read for IPL
>
> http://www.mail-archive.com/u-boot@lists.denx.de/msg04641.html
oh, okay. So this merge first.
To Scott, Wolfgang - can you please apply this patch.
Also environment block is affected
Dear Rohit Hagargundgi,
In message <49a68ba2.80...@samsung.com> you wrote:
>
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> >> #define ONENAND_BLOCK_SIZE 2048
> >> +#define ONENAND_BOOTLOADER_SIZE 0x4
> > why hardcoded value?
>
> Is it possible to get image size instead
On 18:01 Thu 26 Feb , Rohit Hagargundgi wrote:
> Hi,
>
> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>> #define ONENAND_BLOCK_SIZE 2048
>>> +#define ONENAND_BOOTLOADER_SIZE0x4
>> why hardcoded value?
>
> Is it possible to get image size instead of hard value.
> Then
Hi,
Jean-Christophe PLAGNIOL-VILLARD wrote:
>> #define ONENAND_BLOCK_SIZE 2048
>> +#define ONENAND_BOOTLOADER_SIZE 0x4
> why hardcoded value?
Is it possible to get image size instead of hard value.
Then we can read exactly u-boot image size on boot up.
>> +/* C
Hi,
In the previous mail, I also solve this issue. multi-block read for IPL
http://www.mail-archive.com/u-boot@lists.denx.de/msg04641.html
Of course, it's not consider the Flex-OneNAND, please apply this one
first and then fix it for Flex-OneNAND.
How do you think?
Thank you,
Kyungmin Park
On
Dear Rohit Hagargundgi,
In message <49a645e0.9060...@samsung.com> you wrote:
> Currently OneNAND initial program loader (ipl) reads only block 0.
> However, u-boot image for apollon board is 195KB making the board
> unbootable with OneNAND.
> Fix ipl to read 256KB.
What if there is a board that e
On 13:03 Thu 26 Feb , Rohit Hagargundgi wrote:
> Currently OneNAND initial program loader (ipl) reads only block 0.
> However, u-boot image for apollon board is 195KB making the board
> unbootable with OneNAND.
> Fix ipl to read 256KB.
>
> Signed-off-by: Rohit Hagargundgi
> ---
> onenand_ip
Currently OneNAND initial program loader (ipl) reads only block 0.
However, u-boot image for apollon board is 195KB making the board
unbootable with OneNAND.
Fix ipl to read 256KB.
Signed-off-by: Rohit Hagargundgi
---
onenand_ipl/onenand_ipl.h |1 +
onenand_ipl/onenand_read.c | 29 +
14 matches
Mail list logo