[U-Boot] [PATCH v3 0/5] da850evm: add board specific functions

manjunath.hadli at ti.com manjunath.hadli at ti.com
Tue Oct 11 09:06:35 CEST 2011


From: Manjunath Hadli <manjunath.hadli at 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



More information about the U-Boot mailing list