[U-Boot] [PATCH v2] ppc4xx: Add GDsys CompactCenter board support.

Felix Radensky felix at embedded-sol.com
Tue Jul 21 10:05:02 CEST 2009


Hi, Stefan

Stefan Roese wrote:
> Felix,
>
> On Wednesday 15 July 2009 11:24:07 Felix Radensky wrote:
>   
>> I think my first patch that open-coded part of ft_board_setup() related
>> to EBC ranges
>> was correct and tested on real hardware. I admit that I didn't test the
>> second version
>> of the patch, as I didn't have the hardware at hand.
>>
>> I'll submit a fix soon, but I still don't have hardware for testing, so
>> I'd appreciate your
>> help with that.
>>     
>
> Any news on this issue? Would be great if you could find the time to submit a 
> patch for this. Dirk (?) and I will do the testing.
>
>   
The problem with approach you suggest (copy ranges array, modify first 
entry, rewrite
ranges array), is that ranges property doesn't cover all chip selects, 
only populated ones,
and NOR is not always on CS0 (in case of boot from NAND). So you don't 
really know
which entry should be modified.

Do you have any other ideas how to do this elegantly, without copying code
from generic ft_board_setup() ?

Felix.

Felix.



More information about the U-Boot mailing list