[U-Boot] Layout of OOB data in NAND flash

2010-04-23 Thread Gaer, A.
Hi! It seems like the layout of OOB/4-Bit-ECC data in NAND flash differs from RBL/UBL to u-boot/linux (at least on a DM365 device). Is there any good reason for this? As far as I understand, the RBL/UBL uses this layout (2048 byte pages): (E = ECC byte, X = other oob) XXEE XX

Re: [U-Boot] [PATCH 2/2] Davinci: Move config of MAC address to board setup

2010-04-22 Thread Gaer, A.
Hi Ben, > Please read the documentation. > This is not how it's done. Ok, thanks for the info. After reading doc/README.enetaddr I think I understand how it's done right. I already have reworked my patch that way. I'll wait with re-submitting until things have settled. Regards, Andreas. _