From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 10:53:35 +0800 Subject: [PATCH v6 030/102] x86: Adjust mrccache_get_region() to use livetree In-Reply-To: <20191206213936.v6.30.If3e96ff01cd903828e830638ea7c1f8665616f5a@changeid> References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.30.If3e96ff01cd903828e830638ea7c1f8665616f5a@changeid> 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 Sat, Dec 7, 2019 at 12:47 PM 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 > Reviewed-by: Bin Meng > --- > > Changes in v6: None > Changes in v5: None > Changes in v4: None > 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(-) > applied to u-boot-x86/next, thanks!