public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/6] da850: add board specific functions
@ 2011-10-08  9:28 manjunath.hadli at ti.com
  2011-10-08  9:28 ` [U-Boot] [PATCH v2 1/6] da850: add new config file for AM18xx manjunath.hadli at ti.com
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: manjunath.hadli at ti.com @ 2011-10-08  9:28 UTC (permalink / raw)
  To: u-boot

From: Manjunath Hadli <manjunath.hadli@ti.com>

There are two boards AM18xx and L138 both of which are based
on da850 SOC. AM18xx boards have mac address stored in I2C
EEPROM and they have spi flash manufactured by WINBOND. L138
boards store mac address in SPI flash and they have SPI flash
manufactured by ST Microelectronics.Due to these differences,
instead of one config file, two config files are introduced
to manage configs specific to board types.

changes from v1 patch set:
Manjunath Hadli (6):
  da850: add new config file for AM18xx
  da850: rename config file to represent OMAP-L138
  da850: pass board revision info to kernel
  da850: revert cache disable patch
	corrected the commit message
  da850: add support to read mac address from spi flash
	Adressed Mike comments for removal of sprintf
	Adressed Mike comments for using is_valid_ethr_address
  da850: read MAC address from I2C EEPROM on AM18xx EVM

 board/davinci/da8xxevm/da850evm.c |   73 +++++++++++-
 boards.cfg                        |    3 +-
 include/configs/da850_am18xxevm.h |  253 +++++++++++++++++++++++++++++++++++++
 include/configs/da850_l138evm.h   |  246 ++++++++++++++++++++++++++++++++++++
 include/configs/da850evm.h        |  249 ------------------------------------
 5 files changed, 573 insertions(+), 251 deletions(-)
 create mode 100644 include/configs/da850_am18xxevm.h
 create mode 100644 include/configs/da850_l138evm.h
 delete mode 100644 include/configs/da850evm.h

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-12-05 22:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-08  9:28 [U-Boot] [PATCH v2 0/6] da850: add board specific functions manjunath.hadli at ti.com
2011-10-08  9:28 ` [U-Boot] [PATCH v2 1/6] da850: add new config file for AM18xx manjunath.hadli at ti.com
2011-10-08  9:28 ` [U-Boot] [PATCH v2 2/6] da850: rename config file to represent OMAP-L138 manjunath.hadli at ti.com
2011-10-08  9:28 ` [U-Boot] [PATCH v2 3/6] da850: pass board revision info to kernel manjunath.hadli at ti.com
2011-10-08  9:28 ` [U-Boot] [PATCH v2 4/6] da850: revert cache disable patch manjunath.hadli at ti.com
2011-10-08 12:56   ` Laurence Withers
2011-10-11  6:46     ` Hadli, Manjunath
2011-10-08  9:28 ` [U-Boot] [PATCH v2 5/6] da850: add support to read mac address from spi flash manjunath.hadli at ti.com
2011-12-05 22:38   ` [U-Boot] [U-Boot, v2, " Tom Rini
2011-10-08  9:28 ` [U-Boot] [PATCH v2 6/6] da850: read MAC address from I2C EEPROM on AM18xx EVM manjunath.hadli at ti.com
2011-10-08 12:58 ` [U-Boot] [PATCH v2 0/6] da850: add board specific functions Laurence Withers
2011-10-11  6:51   ` Hadli, Manjunath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox