From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Kiryanov Date: Wed, 16 Sep 2015 19:50:39 +0300 Subject: [U-Boot] [PATCH V2 0/4] cm-fx6 updates for Utilite In-Reply-To: <55F94025.1050004@compulab.co.il> References: <1441529318-23973-1-git-send-email-nikita@compulab.co.il> <55F53599.3000504@denx.de> <55F94025.1050004@compulab.co.il> Message-ID: <20150916165039.GA4911@skynet> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Sep 16, 2015 at 01:10:45PM +0300, Igor Grinberg wrote: > Hi Stefano, > > On 09/13/15 11:36, Stefano Babic wrote: > > > > > > On 06/09/2015 10:48, Nikita Kiryanov wrote: > >> This series provides a fix necessary for early models of Utilite, a miniature > >> desktop based on CM-FX6. It implements a dynamic modification to the device tree > >> that is necessary for mmc boot. > >> > >> Cc: Stefano Babic > >> Cc: Igor Grinberg > >> > >> Changes in V2: > >> - New patch: compulab: eeprom: propagate error value in read_mac_addr() > >> - s/BOARD_PRODUCT_NAME_*/PRODUCT_NAME_* > >> - rewrote cl_eeprom_get_product_name() to take a buffer parameter and > >> added documentation > >> - #define USDHC3_PATH instead of const variable usdhc3_path > >> - Do not update device tree on eeprom read failures in a more explicit > >> way > >> > >> Nikita Kiryanov (4): > >> compulab: eeprom: select i2c bus when querying for board rev > >> compulab: eeprom: propagate error value in read_mac_addr() > >> compulab: eeprom: add support for obtaining product name > >> arm: mx6: cm-fx6: modify device tree for old revisions of utilite > >> > >> board/compulab/cm_fx6/cm_fx6.c | 22 +++++++++++++++++++++- > >> board/compulab/cm_t35/cm_t35.c | 2 +- > >> board/compulab/common/eeprom.c | 40 ++++++++++++++++++++++++++++++++++++---- > >> board/compulab/common/eeprom.h | 10 ++++++++-- > >> 4 files changed, 66 insertions(+), 8 deletions(-) > >> > > > > > > Applied to u-boot-imx, thanks ! > > IMO, this was a bit early... > We haven't received any answer from Nikita yet. > I tend to think that he is preparing a newer version. > Nikita? Yes, I was planning to submit a new version. Since V2 is already in mainline though, I guess I'll submit a followup patch. > > -- > Regards, > Igor. >