From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 11:20:18 +0800 Subject: [PATCH v6 046/102] x86: fsp: Set up an MTRR for the graphics frame buffer In-Reply-To: <20191206213936.v6.46.I381c96a46dab9683b0de8d09ff0c5133b5da9615@changeid> References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.46.I381c96a46dab9683b0de8d09ff0c5133b5da9615@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:49 PM Simon Glass wrote: > > The FSP-S may do this but at least for coral it does not. Set this up so > that graphics is not deathly slow. > > It isn't clear whether the FSP is expected to set up MTRR. It is not > mentioned in the APL FSP document. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v6: None > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in v2: None > > arch/x86/lib/fsp/fsp_graphics.c | 4 ++++ > 1 file changed, 4 insertions(+) > applied to u-boot-x86/next, thanks!