]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Commit the current MTRRs before relocation
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jan 2015 23:18:11 +0000 (16:18 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 13 Jan 2015 15:25:01 +0000 (07:25 -0800)
commitdb55bd7dad9a2c30c8da884bf20273945e240430
treedac252456e42491d3ccd523f7d9dfbe78a898de0
parentaaafcd6c3f472f81d2c87b96571fba2e0f55b368
x86: Commit the current MTRRs before relocation

Once we stop running from ROM we should set up the MTTRs to speed up
execution. This is only needed for platforms that don't have an FSP.
Also in the Coreboot case, the MTRRs are set up for us.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/init_helpers.c