From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 23 Mar 2016 03:05:47 +0100 Subject: [U-Boot] [PATCH] fastboot: allow retrieving fastboot variables from env In-Reply-To: <20160317174445.3a67ad0f@bbrezillon> References: <1458231683-9886-1-git-send-email-boris.brezillon@free-electrons.com> <20160317174445.3a67ad0f@bbrezillon> Message-ID: <56F1F9FB.3090305@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 03/17/2016 05:44 PM, Boris Brezillon wrote: > On Thu, 17 Mar 2016 17:21:23 +0100 > Boris Brezillon wrote: > >> From: Rob Herring >> >> Some boards need to expose device specific variable through fastboot >> (to adpat the flashing script depending on hardware revision for >> example). >> >> Provide a way to expose custom fastboot variables. Note that all >> variables meant to be exposed through fastboot should be be prefixed >> with 'fastboot.', the variable should not exceed 32 bytes (including >> the prefix and the trailing '\0') and the variable content should >> fit in the response buffer (60 bytes excluding the 'OKAY' prefix and >> the trailing '\0'). >> >> Signed-off-by: Rob Herring >> [Boris Brezillon: add a commit message] >> Signed-off-by: Boris Brezillon >> >> Signed-off-by: Boris Brezillon > > Sorry for the duplicated SoB. Dropped the double-SoB and applied, thanks! Best regards, Marek Vasut