[U-Boot] [PATCH 0/2] make u-boot/drivers/net/designware cache supportive

Joe Hershberger joe.hershberger at gmail.com
Thu Jun 13 13:28:23 CEST 2013


Hi Frank,

On Tue, Jan 22, 2013 at 10:11 PM, Vipin Kumar <vipin.kumar at st.com> wrote:
> On 1/22/2013 7:40 PM, Frank Dols wrote:
>>
>> Hello Vipin,
>> As discussed, see included the patches to make your
>> u-boot/drivers/net/designware Ethernet device driver cache support aware.
>
>
> You dont need to write u-boot/drivers in the patch subject. It is anyway
> implicit :)
>
> Vipin
>
>
>> First patch is about: do an explicit memory access instead of implicit,
>> I re-written assignments to use readl() and writel().
>> Second patch is about: making the driver able to work in a cached
>> environment
>> (do I$/D$ flush/invalidate where necessary).
>>
>> Frank Dols (2):
>>    drivers/net/designware, do an explicit memory access instead of
>>      implicit,     re-written assignments to use readl() and writel(),
>>        all of this as preperation for making the driver able to work in
>>      a cached environment (I$D$ support).
>>    u-boot/drivers/net/designware with cache support.
>>
>>   drivers/net/designware.c |  128
>> ++++++++++++++++++++++++++++++----------------
>>   drivers/net/designware.h |    4 +-
>>   2 files changed, 86 insertions(+), 46 deletions(-)

Do you plan to re submit with the subject of patch 1 fixed and the
other applicable comments?

Thanks,
-Joe


More information about the U-Boot mailing list