[U-Boot] [PATCH 0/6] da850: add board specific functions
nagabhushana.netagunte at ti.com
nagabhushana.netagunte at ti.com
Fri Sep 30 13:24:21 CEST 2011
From: Nagabhushana Netagunte <nagabhushana.netagunte 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.
Nagabhushana Netagunte (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
da850: add support to read mac address from spi flash
da850: read MAC address from I2C EEPROM on AM18xx EVM
board/davinci/da8xxevm/da850evm.c | 76 +++++++++++-
boards.cfg | 3 +-
include/configs/da850_am18xxevm.h | 253 +++++++++++++++++++++++++++++++++++++
include/configs/da850_l138evm.h | 246 ++++++++++++++++++++++++++++++++++++
include/configs/da850evm.h | 249 ------------------------------------
5 files changed, 576 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