From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 17 Apr 2016 11:47:23 +0200 Subject: [U-Boot] [PATCH 00/12] Introduce layout aware eeprom commands In-Reply-To: <1460818513-24895-1-git-send-email-nikita@compulab.co.il> References: <1460818513-24895-1-git-send-email-nikita@compulab.co.il> Message-ID: <57135BAB.4070400@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/16/2016 04:55 PM, Nikita Kiryanov wrote: > This series introduces eeprom layout aware capabilities to the existing eeprom > command, and then enables this feature on Compulab boards. It is an import of > the Compulab eeprom-utility (https://github.com/compulab/eeprom-util), and it > introduces 2 new options to the eeprom command: > > eeprom print [-l ] bus_num device_addr The bus number starts to become a problem, esp. when used with DM and where the bus number can change between boots. Best regards, Marek Vasut