public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 6/6] Marvell Sheevaplug Board support
Date: Sat, 4 Jul 2009 01:46:09 +0200	[thread overview]
Message-ID: <20090703234609.GD4937@game.jcrosoft.org> (raw)
In-Reply-To: <1246289467-18769-1-git-send-email-prafulla@marvell.com>

> +/*
> + * CLKs configurations
> + */
> +#define CONFIG_SYS_HZ		1000
> +
> +/*
> + * NS16550 Configuration
> + */
> +#define CONFIG_SYS_NS16550
> +#define CONFIG_SYS_NS16550_SERIAL
> +#define CONFIG_SYS_NS16550_REG_SIZE	(-4)
> +#define CONFIG_SYS_NS16550_CLK		CONFIG_SYS_TCLK
> +#define CONFIG_SYS_NS16550_COM1		KW_UART0_BASE
> +
> +/*
> + * Serial Port configuration
> + * The following definitions let you select what serial you want to use
> + * for your console driver.
> + */
> +
> +#define CONFIG_CONS_INDEX	1	/*Console on UART0 */
> +#define CONFIG_BAUDRATE			115200
> +#define CONFIG_SYS_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, \
> +					  115200,230400, 460800, 921600 }
> +/* auto boot */
> +#define CONFIG_BOOTDELAY	3	/* default enable autoboot */
> +
> +/*
> + * For booting Linux, the board info and command line data
> + * have to be in the first 8 MB of memory, since this is
> + * the maximum mapped by the Linux kernel during initialization.
> + */
> +#define CONFIG_CMDLINE_TAG	1	/* enable passing of ATAGs  */
> +#define CONFIG_INITRD_TAG	1	/* enable INITRD tag */
> +#define CONFIG_SETUP_MEMORY_TAGS 1	/* enable memory tag */
> +
> +#define	CONFIG_SYS_PROMPT	"Marvell>> "	/* Command Prompt */
> +#define	CONFIG_SYS_CBSIZE	1024	/* Console I/O Buff Size */
> +#define	CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE \
> +		+sizeof(CONFIG_SYS_PROMPT) + 16)	/* Print Buff */
> +/*
> + * Commands configuration
> + */
please include config_cmd_default.h
> +#define CONFIG_CMD_AUTOSCRIPT
> +#define CONFIG_CMD_BOOTD
> +#define CONFIG_CMD_DHCP
> +#define CONFIG_CMD_ENV
> +#define CONFIG_CMD_FAT
> +#define CONFIG_CMD_LOADB
> +#define CONFIG_CMD_MEMORY
> +#define CONFIG_CMD_NAND
> +#define CONFIG_CMD_NET
> +#define CONFIG_CMD_PING
> +#define CONFIG_CMD_RUN
> +#define CONFIG_CMD_SAVEENV
> +#define CONFIG_CMD_USB
otherwise ok
Best Regards,
J.

  parent reply	other threads:[~2009-07-03 23:46 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-29 15:26 [U-Boot] [PATCH 5/6] usb: add Marvell Kirkwood ehci host controller driver Prafulla Wadaskar
2009-06-29 15:31 ` [U-Boot] [PATCH v5 6/6] Marvell Sheevaplug Board support Prafulla Wadaskar
2009-07-03 11:47   ` Prafulla Wadaskar
2009-07-03 23:46   ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2009-07-07  7:26     ` Prafulla Wadaskar
2009-07-07 20:29       ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-08  5:52         ` Prafulla Wadaskar
2009-07-08  6:31           ` Stefan Roese
2009-07-08 11:05           ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-08 18:09 ` [U-Boot] [PATCH 5/6] usb: add Marvell Kirkwood ehci host controller driver Prafulla Wadaskar
2009-07-08 19:49   ` Remy Bohmer
2009-07-08 20:58     ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-09  6:24     ` Prafulla Wadaskar
2009-07-09  7:29       ` Remy Bohmer
2009-07-09 13:52         ` Prafulla Wadaskar
2009-07-09 14:43           ` Remy Bohmer
2009-07-09 16:23           ` Michael Trimarchi
2009-07-10  4:15             ` Prafulla Wadaskar

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=20090703234609.GD4937@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.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