public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/5] da850evm: add board specific functions
@ 2011-10-11  7:06 manjunath.hadli at ti.com
  2011-10-11  7:06 ` [U-Boot] [PATCH v3 1/5] da850evm: add new config file for AM18x manjunath.hadli at ti.com
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: manjunath.hadli at ti.com @ 2011-10-11  7:06 UTC (permalink / raw)
  To: u-boot

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

There are two boards AM18x and L138 both of which are based
on da850 SOC. AM18x 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 previous revision v2:
 1. Changed "da850" to "da850evm" in cover letter and subsequent
    patches.
 2. Dropped cache disabling patch as suggested by Laurence

Manjunath Hadli (5):
  da850evm: add new config file for AM18x
  da850evm: rename config file to represent OMAP-L138
  da850evm: pass board revision info to kernel
  da850evm: add support to read mac address from spi flash
  da850evm: read MAC address from I2C EEPROM on AM18x EVM

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

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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-11  7:06 [U-Boot] [PATCH v3 0/5] da850evm: add board specific functions manjunath.hadli at ti.com
2011-10-11  7:06 ` [U-Boot] [PATCH v3 1/5] da850evm: add new config file for AM18x manjunath.hadli at ti.com
2011-10-11  7:06 ` [U-Boot] [PATCH v3 2/5] da850evm: rename config file to represent OMAP-L138 manjunath.hadli at ti.com
2011-12-05 23:10   ` [U-Boot] [U-Boot, v3, " Tom Rini
2011-10-11  7:06 ` [U-Boot] [PATCH v3 3/5] da850evm: pass board revision info to kernel manjunath.hadli at ti.com
2011-10-11  7:06 ` [U-Boot] [PATCH v3 4/5] da850evm: add support to read mac address from spi flash manjunath.hadli at ti.com
2011-10-11  7:06 ` [U-Boot] [PATCH v3 5/5] da850evm: read MAC address from I2C EEPROM on AM18x EVM manjunath.hadli at ti.com

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