[U-Boot] [PATCH v2 0/6] da850: add board specific functions
manjunath.hadli at ti.com
manjunath.hadli at ti.com
Sat Oct 8 11:28:32 CEST 2011
From: Manjunath Hadli <manjunath.hadli at 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
More information about the U-Boot
mailing list