[U-Boot] [PATCH 0/6] Cleanups and updates for cm-t35/3730

Igor Grinberg grinberg at compulab.co.il
Mon Jan 2 15:01:29 CET 2012


This patch series some what clean up cm-t35 board files,
add separate EEPROM handling file,
fixes the incorrect board revision passed to Linux.

Nikita Kiryanov (6):
  cm-t35: cleanup the config file
  cm-t35: various cleanups
  cm-t35: add EEPROM module and pass Linux a serial number
  omap3: make get_board_rev() function weak
  cm-t35: pass correct revision information to Linux
  cm-t35: use the new EEPROM module to read the MAC address

 arch/arm/cpu/armv7/omap3/sys_info.c |    3 +-
 board/cm_t35/Makefile               |    4 +-
 board/cm_t35/cm_t35.c               |   16 ++---
 board/cm_t35/eeprom.c               |  125 +++++++++++++++++++++++++++++++++++
 board/cm_t35/eeprom.h               |   45 +++++++++++++
 include/configs/cm_t35.h            |   80 +++++++++++-----------
 6 files changed, 223 insertions(+), 50 deletions(-)
 create mode 100644 board/cm_t35/eeprom.c
 create mode 100644 board/cm_t35/eeprom.h

-- 
1.7.3.4



More information about the U-Boot mailing list