From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kiernan Date: Mon, 20 May 2019 08:32:28 +0100 Subject: [U-Boot] [PATCH v2 2/2] cmd: Add 'bcb' command to read/modify/write BCB fields In-Reply-To: <20190520072257.GA4084@vmlxhi-102.adit-jv.com> References: <20190517144503.3275-1-erosca@de.adit-jv.com> <20190517144503.3275-3-erosca@de.adit-jv.com> <20190520072257.GA4084@vmlxhi-102.adit-jv.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, May 20, 2019 at 8:23 AM Eugeniu Rosca wrote: > > > > > Should it default to enabled if avb is used? > > I think at this specific moment in time, 'bcb' is orthogonal (meaning it > is neither a direct, nor a reverse dependency) to any other Android > feature in U-Boot. This could be re-assessed, if platform maintainers > start to rely on 'bcb' in their U-Boot environments on regular basis. > 'bcb' looks like something I'd be interested in, not running Android at all... currently I (ab)use the bootcounter to communicate between the kernel and U-Boot when I want to force a board through recovery, but this looks like something that might well give me a better interface. -- Alex Kiernan