From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 13 Nov 2019 23:16:41 +0800 Subject: [U-Boot] [PATCH v3 043/108] x86: Adjust mrccache_get_region() to use livetree In-Reply-To: References: <20191021033913.220758-22-sjg@chromium.org> <20191021033913.220758-43-sjg@chromium.org> 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 Hi Simon, On Tue, Nov 12, 2019 at 8:51 AM Simon Glass wrote: > > Hi Bin, > > On Mon, 4 Nov 2019 at 08:06, Bin Meng wrote: > > > > Hi Simon, > > > > On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > > > > > Change the algorithm to first find the flash device then read the > > > properties using the livetree API. With this change the device is not > > > probed so this needs to be done in mrccache_save(). > > > > > > Signed-off-by: Simon Glass > > > --- > > > > > > Changes in v3: > > > - Update mrccache livetree patch to just convert to livetree > > > > > > Changes in v2: None > > > > > > arch/x86/lib/mrccache.c | 55 +++++++++++++++++++---------------------- > > > 1 file changed, 26 insertions(+), 29 deletions(-) > > Just checking if I should send a new series with all these comments, > or still hold off? Sorry I was on travel for the past days and am still traveling. I will be looking the remaining patches during this weekend. Regards, Bin