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

Tom Rini trini at ti.com
Tue Jan 3 16:15:23 CET 2012


On 01/02/2012 07:01 AM, Igor Grinberg wrote:
> 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

I've read the whole series now and commented on a few of them.  Thanks.

-- 
Tom


More information about the U-Boot mailing list