From: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 7/7] arm: vf610: Add basic support for Vybrid VF610TWR board
Date: Wed, 29 May 2013 16:49:15 +0200 (CEST) [thread overview]
Message-ID: <1753274237.1323710.1369838955219.JavaMail.root@advansee.com> (raw)
In-Reply-To: <81BA6E5E0BC2344391CABCEE22D1B6D83400A9@039-SN1MPN1-003.039d.mgd.msft.net>
Hi Alison,
On Wednesday, May 29, 2013 7:52:33 AM, Wang Huan-B18965 wrote:
> Hi, Benoit,
>
> > > +
> > > +#define CONFIG_CMD_PING
> > > +#define CONFIG_CMD_DHCP
> > > +#define CONFIG_CMD_MII
> > > +#define CONFIG_CMD_NET
> > > +#define CONFIG_FEC_MXC
> > > +#define CONFIG_MII
> > > +#define IMX_FEC_BASE ENET_BASE_ADDR
> > > +#define CONFIG_FEC_XCV_TYPE RMII
> > > +#define CONFIG_FEC_MXC_PHYADDR 0
> >
> > Why don't you add support for the 2nd FEC? Do you plan to do it later?
> [Alison Wang] In u-boot, one FEC is enough for user. We do not plan to do it
> later.
> >
> > > +#define CONFIG_PHYLIB
> > > +#define CONFIG_PHY_MICREL
> > > +
> > > +#define CONFIG_BOOTDELAY 3
> > > +
> > > +#define CONFIG_SYS_TEXT_BASE 0x3f008000
> > > +
> > > +/* Miscellaneous configurable options */
> > > +#define CONFIG_SYS_LONGHELP /* undef to save memory */
> > > +#define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser
> > */
> > > +#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
> > > +#define CONFIG_SYS_PROMPT "Vybrid U-Boot > "
> > > +#undef CONFIG_AUTO_COMPLETE
> > > +#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
> > > +#define CONFIG_SYS_PBSIZE \
> > > + (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
> > > +#define CONFIG_SYS_MAXARGS 16 /* max number of command args
> > */
> > > +#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
> > > +
> > > +#define CONFIG_CMD_MEMTEST
> > > +#define CONFIG_SYS_MEMTEST_START 0x80010000
> > > +#define CONFIG_SYS_MEMTEST_END 0x87C00000
> >
> > Please make sure to have runtime-tested this address range with the
> > mtest command since bad mtest addresses are the reason why
> > CONFIG_CMD_MEMTEST has been removed from the default commands.
> [Alison Wang] Thanks for your reminder, we have tested.
OK, then, for this patch:
Reviewed-by: Beno?t Th?baudeau <benoit.thebaudeau@advansee.com>
Best regards,
Beno?t
next prev parent reply other threads:[~2013-05-29 14:49 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-28 8:55 [U-Boot] [PATCH v4 0/7] arm: vf610: Add Freescale Vybrid VF610 CPU and VF610TWR board support Alison Wang
2013-05-28 8:55 ` [U-Boot] [PATCH v4 1/7] arm: vf610: Add IOMUX support for Vybrid VF610 Alison Wang
2013-05-28 18:57 ` Benoît Thébaudeau
2013-05-29 5:29 ` Wang Huan-B18965
2013-05-29 6:21 ` Stefano Babic
2013-05-29 14:54 ` Benoît Thébaudeau
2013-06-03 9:03 ` Stefano Babic
2013-05-28 8:55 ` [U-Boot] [PATCH v4 2/7] arm: vf610: Add Vybrid VF610 CPU support Alison Wang
2013-05-28 19:16 ` Benoît Thébaudeau
2013-05-28 19:30 ` Benoît Thébaudeau
2013-05-29 5:37 ` Wang Huan-B18965
2013-05-29 14:46 ` Benoît Thébaudeau
2013-05-31 8:59 ` Stefano Babic
2013-05-31 16:10 ` Benoît Thébaudeau
2013-05-29 5:32 ` Wang Huan-B18965
2013-06-03 9:03 ` Stefano Babic
2013-05-28 8:55 ` [U-Boot] [PATCH v4 3/7] net: fec_mxc: Add support for Vybrid VF610 Alison Wang
2013-05-28 19:21 ` Benoît Thébaudeau
2013-06-03 9:03 ` Stefano Babic
2013-05-28 8:55 ` [U-Boot] [PATCH v4 4/7] arm: vf610: Add watchdog " Alison Wang
2013-06-03 9:03 ` Stefano Babic
2013-05-28 8:55 ` [U-Boot] [PATCH v4 5/7] arm: vf610: Add uart " Alison Wang
2013-06-03 9:03 ` Stefano Babic
2013-05-28 8:55 ` [U-Boot] [PATCH v4 6/7] arm: vf610: Add Vybrid VF610 to mxc_ocotp document Alison Wang
2013-05-31 16:10 ` Benoît Thébaudeau
2013-06-03 9:03 ` Stefano Babic
2013-05-28 8:55 ` [U-Boot] [PATCH v4 7/7] arm: vf610: Add basic support for Vybrid VF610TWR board Alison Wang
2013-05-28 19:57 ` Benoît Thébaudeau
2013-05-29 5:52 ` Wang Huan-B18965
2013-05-29 14:49 ` Benoît Thébaudeau [this message]
2013-06-03 9:03 ` Stefano Babic
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=1753274237.1323710.1369838955219.JavaMail.root@advansee.com \
--to=benoit.thebaudeau@advansee.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