From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 7 Oct 2019 21:53:51 +0800 Subject: [U-Boot] [PATCH 065/126] x86: Use mtrr_commit() with FSP2 In-Reply-To: <20190925145750.200592-66-sjg@chromium.org> References: <20190925145750.200592-1-sjg@chromium.org> <20190925145750.200592-66-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 On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > With FSP2 we use MTRRs in U-Boot proper even though the 32-bit init > happens in TPL. Enable this, using a variable to try to make the > conditions more palatable. > > Signed-off-by: Simon Glass > --- > > arch/x86/lib/init_helpers.c | 22 +++++++++++++++------- > 1 file changed, 15 insertions(+), 7 deletions(-) > Reviewed-by: Bin Meng