All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] Cleanups and updates for cm-t35/3730
@ 2012-01-02 14:01 Igor Grinberg
  2012-01-02 14:01 ` [U-Boot] [PATCH 1/6] cm-t35: cleanup the config file Igor Grinberg
                   ` (6 more replies)
  0 siblings, 7 replies; 24+ messages in thread
From: Igor Grinberg @ 2012-01-02 14:01 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2012-02-21 13:44 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-02 14:01 [U-Boot] [PATCH 0/6] Cleanups and updates for cm-t35/3730 Igor Grinberg
2012-01-02 14:01 ` [U-Boot] [PATCH 1/6] cm-t35: cleanup the config file Igor Grinberg
2012-01-03  6:35   ` Igor Grinberg
2012-01-02 14:01 ` [U-Boot] [PATCH 2/6] cm-t35: various cleanups Igor Grinberg
2012-01-02 14:01 ` [U-Boot] [PATCH 3/6] cm-t35: add EEPROM module and pass Linux a serial number Igor Grinberg
2012-01-03 14:52   ` Tom Rini
2012-01-05 12:02     ` [U-Boot] [PATCH v2 " Igor Grinberg
2012-01-05 14:56       ` Wolfgang Denk
2012-01-09  8:30         ` Nikita Kiryanov
2012-02-06 22:56           ` Albert ARIBAUD
2012-02-07  8:01             ` Igor Grinberg
2012-02-17  9:50               ` Albert ARIBAUD
2012-02-17 17:10                 ` Tom Rini
2012-02-18 10:30                   ` Albert ARIBAUD
2012-02-21 13:44                 ` Igor Grinberg
2012-01-12 13:26         ` [U-Boot] [PATCH v3 " Igor Grinberg
2012-01-02 14:01 ` [U-Boot] [PATCH 4/6] omap3: make get_board_rev() function weak Igor Grinberg
2012-01-03 14:36   ` Tom Rini
2012-01-05 12:03     ` [U-Boot] [PATCH v2 " Igor Grinberg
2012-01-02 14:01 ` [U-Boot] [PATCH 5/6] cm-t35: pass correct revision information to Linux Igor Grinberg
2012-01-02 14:01 ` [U-Boot] [PATCH 6/6] cm-t35: use the new EEPROM module to read the MAC address Igor Grinberg
2012-01-12 13:28   ` [U-Boot] [PATCH v2 " Igor Grinberg
2012-01-03 15:15 ` [U-Boot] [PATCH 0/6] Cleanups and updates for cm-t35/3730 Tom Rini
2012-01-13 17:21   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.