From: Ilya Yanok <yanok@emcraft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/14] Support for HTKW mcx board
Date: Fri, 11 Nov 2011 04:49:37 +0400 [thread overview]
Message-ID: <4EBC7121.4050607@emcraft.com> (raw)
In-Reply-To: <CA+M6bXmdzuv-6f3KcuYjHeQcm-vzM_-+jNXTaH5xxjNBz4W4Qw@mail.gmail.com>
Hi Tom,
I've just posted the updated patches, please consider merging them.
( http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/116535 )
On 07.11.2011 04:14, Tom Rini wrote:
> >> I'm not sure what we should do about this series right now. Aside
> >> from some "easily" fixable things like all of the PHY files needing an
> >> ugly #include "../../../../../drivers/net/davinci_emac.h" to compile
I've fixed PHY files to include this.
> >> again and a CONFIG_SYS_CACHELINE_SIZE 32 in all of the platforms, the
> >
> > s/CONFIG_SYS_CACHELINE_SIZE/ARCH_DMA_MINALIGN/ should solve this
> problem. I'll fix this.
>
> Thanks.
Fixed.
> >> lack of flush functions means that MAKEALL -s davinci fails for almost
> >> every board now. I'm not sure what we should do, at this point...
> >
> > Argh.. Actually my initial version had a workaround for this, only
> using {flush,invalidate}_dcache_range under #ifdef DAVINCI_EMAC_DCACHE
> clause... But Mike told me that I should remove this...
> >
> > Maybe we can just add empty functions for CONFIG_DCACHE_OFF case to
> fix the compilation?
Added no-op cache functions for arm926ejs. However many DaVinci boards
are still broken as suprisingly they have D-Cache enabled (I wonder if
EMAC works on these boards).
Regards, Ilya.
next prev parent reply other threads:[~2011-11-11 0:49 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-01 23:15 [U-Boot] [PATCH 00/14] Support for HTKW mcx board Ilya Yanok
2011-11-01 23:15 ` [U-Boot] [PATCH 01/14] davinci_emac: compilation fix, phy is array now Ilya Yanok
2011-11-01 23:15 ` [U-Boot] [PATCH 02/14] davinci_emac: move arch-independent defines to separate header Ilya Yanok
2011-11-01 23:15 ` [U-Boot] [PATCH 03/14] davinci_emac: use internal addresses in buffer descriptors Ilya Yanok
2011-11-01 23:15 ` [U-Boot] [PATCH 04/14] davinci_emac: conditionally compile specific PHY support Ilya Yanok
2011-11-01 23:15 ` [U-Boot] [PATCH 05/14] davinci_emac: fix for running with dcache enabled Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 06/14] davinci_emac: hardcode 100Mbps for AM35xx and RMII Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 07/14] AM35xx: add EMAC support Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 08/14] AM3517: move AM3517 specific mux defines to generic header Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 09/14] omap/spl: actually enable the console Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 10/14] nand_spl_simple: add support for software ECC Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 11/14] omap_gpmc: use SOFTECC in SPL if it's enabled Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 12/14] nand_spl_simple: store temp data at CONFIG_SPL_NAND_WORKSPACE Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 13/14] ehci-omap: driver for EHCI host on OMAP3 Ilya Yanok
2011-11-02 9:14 ` Igor Grinberg
2011-11-11 0:44 ` Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 14/14] mcx: support for HTKW mcx board Ilya Yanok
2011-11-02 9:22 ` Igor Grinberg
2011-11-02 1:28 ` [U-Boot] [PATCH 00/14] Support " Tom Rini
2011-11-03 0:33 ` Tom Rini
2011-11-07 0:00 ` Ilya Yanok
2011-11-07 0:14 ` Tom Rini
2011-11-11 0:49 ` Ilya Yanok [this message]
2011-11-11 2:52 ` Tom Rini
2011-11-11 22:17 ` Ilya Yanok
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=4EBC7121.4050607@emcraft.com \
--to=yanok@emcraft.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.