public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ben Warren <bwarren@qstreams.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH v2] Add general ULi 526x Ethernet driver support in U-boot
Date: Thu, 01 Nov 2007 13:43:55 -0400	[thread overview]
Message-ID: <472A105B.5030402@qstreams.com> (raw)
In-Reply-To: <1193910575.19316.21.camel@localhost.localdomain>

Zang Roy-r61911 wrote:

<snip>
> +
> +static void allocate_rx_buffer(struct uli526x_board_info *db)
> +{
> +	int index;
> +	struct rx_desc *rxptr;
> +	rxptr = db->first_rx_desc;
> +	u32 addr;
> +
> +	for (index = 0; index < RX_DESC_CNT; index++) {
> +		invalidate_dcache_range((uchar *)NetRxPackets[index],
> +					(uchar *)NetRxPackets[index] +
> +					RX_ALLOC_SIZE);
>   
MAKEALL yaks on some targets (ppc4xx) that don't define 
'invalidate_dcache_range'. Since this is a PCI driver, more work needs 
to be done to make it cross-platform.

regards,
Ben

  parent reply	other threads:[~2007-11-01 17:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-01  9:49 [U-Boot-Users] [PATCH v2] Add general ULi 526x Ethernet driver support in U-boot Zang Roy-r61911
2007-11-01 13:53 ` Jon Loeliger
2007-11-01 17:43 ` Ben Warren [this message]
2007-11-05  8:42 ` [U-Boot-Users] [PATCH] " Zang Roy-r61911
2007-11-05  9:39   ` [U-Boot-Users] [PATCH] Implement " Zang Roy-r61911
2007-11-14 15:34     ` Timur Tabi
2007-11-14 16:47       ` Timur Tabi
2007-11-15 12:03         ` Zang Roy-r61911
2007-11-15 10:56       ` Zang Roy-r61911

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=472A105B.5030402@qstreams.com \
    --to=bwarren@qstreams.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox