intel cache-as-ram: Fix comment about MTRRs
Change-Id: I5b9e10fe119c1a046494235e85f730bedfe8578d Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/15282 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
e00b2de71c
commit
b4f827d45a
|
@ -321,8 +321,8 @@ lout:
|
||||||
call romstage_main
|
call romstage_main
|
||||||
|
|
||||||
/* Save return value from romstage_main. It contains the stack to use
|
/* Save return value from romstage_main. It contains the stack to use
|
||||||
* after cache-as-ram is torn down. It also contains the information
|
* after cache-as-ram is torn down.
|
||||||
* for setting up MTRRs. */
|
*/
|
||||||
movl %eax, %ebx
|
movl %eax, %ebx
|
||||||
|
|
||||||
/* We don't need CAR from now on. */
|
/* We don't need CAR from now on. */
|
||||||
|
|
|
@ -342,8 +342,8 @@ no_msr_11e:
|
||||||
call romstage_main
|
call romstage_main
|
||||||
|
|
||||||
/* Save return value from romstage_main. It contains the stack to use
|
/* Save return value from romstage_main. It contains the stack to use
|
||||||
* after cache-as-ram is torn down. It also contains the information
|
* after cache-as-ram is torn down.
|
||||||
* for setting up MTRRs. */
|
*/
|
||||||
movl %eax, %ebx
|
movl %eax, %ebx
|
||||||
|
|
||||||
post_code(0x30)
|
post_code(0x30)
|
||||||
|
|
|
@ -135,8 +135,8 @@ clear_mtrrs:
|
||||||
call romstage_main
|
call romstage_main
|
||||||
|
|
||||||
/* Save return value from romstage_main. It contains the stack to use
|
/* Save return value from romstage_main. It contains the stack to use
|
||||||
* after cache-as-ram is torn down. It also contains the information
|
* after cache-as-ram is torn down.
|
||||||
* for setting up MTRRs. */
|
*/
|
||||||
movl %eax, %ebx
|
movl %eax, %ebx
|
||||||
|
|
||||||
post_code(0x2f)
|
post_code(0x2f)
|
||||||
|
|
Loading…
Reference in New Issue