U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Blackfin: unify common ADI board settings
Date: Sun, 01 Jun 2008 22:22:07 +0200	[thread overview]
Message-ID: <20080601202207.B0706247CC@gemini.denx.de> (raw)
In-Reply-To: Your message of "Sun, 01 Jun 2008 09:11:48 EDT." <1212325908-7969-2-git-send-email-vapier@gentoo.org>

In message <1212325908-7969-2-git-send-email-vapier@gentoo.org> you wrote:
> Rather than duplicate the same ADI settings in every ADI board, create a
> common ADI config header and have all ADI boards start using that.  This
> will also make merging the ~10 boards I have to forward port a lot easier.
...
> +#define SMC91111_EEPROM_INIT()	{ *pFIO_DIR = 0x01; *pFIO_FLAG_S = 0x01; SSYNC(); }
...
> +#define I2C_ACTIVE     do { *pFIO_DIR |= PF_SDA; *pFIO_INEN &= ~PF_SDA; SSYNC(); } while (0)
> +#define I2C_TRISTATE   do { *pFIO_DIR &= ~PF_SDA; *pFIO_INEN |= PF_SDA; SSYNC(); } while (0)
...
> +#define CFG_MONITOR_LEN		(256 * 1024)	/* Reserve 256 kB for monitor */
> +#define CFG_MALLOC_LEN		(384 * 1024)	/* Reserve 384 kB for malloc() (video/spi are big) */

etc. Many lines are much too long...

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Peace was the way.
	-- Kirk, "The City on the Edge of Forever", stardate unknown

  reply	other threads:[~2008-06-01 20:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-01 13:11 [U-Boot-Users] [PATCH] Blackfin: bf533-ezkit: shuffle flash defines a little Mike Frysinger
2008-06-01 13:11 ` [U-Boot-Users] [PATCH] Blackfin: unify common ADI board settings Mike Frysinger
2008-06-01 20:22   ` Wolfgang Denk [this message]
2008-06-01 20:18 ` [U-Boot-Users] [PATCH] Blackfin: bf533-ezkit: shuffle flash defines a little Wolfgang Denk
2008-06-01 21:01   ` Mike Frysinger
2008-06-01 21:55     ` Wolfgang Denk
2008-06-01 22:04       ` Mike Frysinger
2008-06-01 22:17         ` Wolfgang Denk
2008-06-01 22:50           ` Mike Frysinger
2008-06-04  9:53         ` Detlev Zundel

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=20080601202207.B0706247CC@gemini.denx.de \
    --to=wd@denx.de \
    --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