From: Albin Tonnerre <albin.tonnerre@free-electrons.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Support for the Calao TNY-A9260/TNY-A9G20 boards
Date: Mon, 3 Aug 2009 09:54:16 +0200 [thread overview]
Message-ID: <20090803075416.GA5002@laptop> (raw)
In-Reply-To: <20090801141532.GC19785@game.jcrosoft.org>
On Sat, Aug 01, 2009 at 04:15:32PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote :
> On 10:32 Fri 24 Jul , Albin Tonnerre wrote:
> > The Calao TNY-A9260 and TNY-9G20 are boards manufactured and sold by Calao
> > Systems <http://www.calao-systems.com>. Their components are very
> > similar to the AT91SAM9260EK board, so their configuration is based on
> > the configuration of this board. There are however some differences:
> > different clocks, no LCD, no ethernet. They also uses SPI EEPROM to store
> > the environment.
> eeprom for the env?
> why not in the same storage as u-boot
Storing the environment in the NAND is also an option, as you can see in the
board configuration.
> please add
> @mkdir $(obj)include
> otherwise the out of tree build will not work
So I guess all the other at91-based boards need fixing too ? They don't seem to
do that.
> > + at91_serial_hw_init();
> > + tny_a9260_nand_hw_init();
> > + at91_spi0_hw_init(1 << 5 | 1 << 1);
> you can remove the 1 << 1 as the dataflash driver is deprecated now
I'm not sure what you mean. There's no dataflash on this board. From what I can
see, 1 << 1 is required to set the PC5 pin on the B peripheral controller, and
PC5 happens to be the chip select pin for the on-board SPI EEPROM. Am I missing
something here ?
Regards,
--
Albin Tonnerre, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2009-08-03 7:54 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-21 15:53 [U-Boot] [PATCH] Support for the Calao TNY-A9260 board Albin Tonnerre
2009-07-21 17:40 ` Wolfgang Denk
2009-07-21 18:02 ` Albin Tonnerre
2009-07-22 7:33 ` Wolfgang Denk
2009-07-22 8:16 ` Albin Tonnerre
2009-07-22 9:47 ` Wolfgang Denk
2009-07-22 11:03 ` Albin Tonnerre
2009-07-22 11:13 ` Wolfgang Denk
2009-07-24 8:32 ` [U-Boot] [PATCH] Support for the Calao TNY-A9260/TNY-A9G20 boards Albin Tonnerre
2009-08-01 14:15 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-03 7:54 ` Albin Tonnerre [this message]
2009-08-04 19:45 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-05 17:16 ` [U-Boot] [PATCH 1/2] Add driver for the ST M95xxx SPI EEPROM Albin Tonnerre
2009-08-05 17:16 ` [U-Boot] [PATCH 2/2] Support for the Calao TNY-A9260/TNY-A9G20 boards Albin Tonnerre
2009-08-05 19:30 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-05 19:45 ` Albin Tonnerre
2009-08-05 19:58 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-07 10:37 ` [U-Boot] [PATCH 1/2] Add driver for the ST M95xxx SPI EEPROM Albin Tonnerre
2009-08-07 10:37 ` [U-Boot] [PATCH 2/2] Support for the Calao TNY-A9260/TNY-A9G20 boards Albin Tonnerre
2009-08-07 10:54 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-09 20:38 ` Wolfgang Denk
2009-08-09 22:40 ` Albin Tonnerre
2009-08-11 10:44 ` [U-Boot] [PATCH] " Albin Tonnerre
2009-08-17 21:41 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-17 22:13 ` Albin Tonnerre
2009-08-17 22:48 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-18 8:26 ` Albin Tonnerre
2009-08-19 19:14 ` Albin Tonnerre
2009-08-19 21:30 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-20 13:43 ` Albin Tonnerre
2009-08-20 14:44 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-20 14:04 ` [U-Boot] [PATCH v8] " Albin Tonnerre
2009-09-01 20:53 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-07 10:52 ` [U-Boot] [PATCH 1/2] Add driver for the ST M95xxx SPI EEPROM Jean-Christophe PLAGNIOL-VILLARD
2009-08-05 19:24 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-07 10:40 ` Albin Tonnerre
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=20090803075416.GA5002@laptop \
--to=albin.tonnerre@free-electrons.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.