From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Tue, 3 Jan 2012 08:15:23 -0700 Subject: [U-Boot] [PATCH 0/6] Cleanups and updates for cm-t35/3730 In-Reply-To: <1325512895-10917-1-git-send-email-grinberg@compulab.co.il> References: <1325512895-10917-1-git-send-email-grinberg@compulab.co.il> Message-ID: <4F031B8B.8050604@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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