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

Tom Rini tom.rini at gmail.com
Fri Jan 13 18:21:17 CET 2012


On Tue, Jan 3, 2012 at 8:15 AM, Tom Rini <trini at ti.com> wrote:
> 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.

As the comments have been addressed, I've taken the
latest-in-patchwork versions into u-boot-ti/master, thanks!

-- 
Tom


More information about the U-Boot mailing list