diff options
author | Tristan Shieh <tristan.shieh@mediatek.com> | 2018-06-19 16:07:54 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-07-11 10:46:25 +0000 |
commit | bb684e0c8d636b0f9753ddf6237880543a365f48 (patch) | |
tree | 24ab6309637b50861a2e83837cc502e596853ada /src/mainboard/google/kukui/Makefile.inc | |
parent | 0eb92dfbc7ceeec6af0e5f0e2ace6c389541838f (diff) | |
download | coreboot-bb684e0c8d636b0f9753ddf6237880543a365f48.tar.xz |
google/kukui: Update MMU table in romstage and ramstage
In order to get better performance, map dram as cached after dram ready
in romstage.
BUG=b:80501386
BRANCH=none
TEST=Boots correctly on Kukui. Need a futher check after dram
calibration code ready.
Change-Id: Ie541fe08ee1d5b260abbabc0a5c18fb04e602b9c
Signed-off-by: Tristan Shieh <tristan.shieh@mediatek.com>
Reviewed-on: https://review.coreboot.org/27304
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/kukui/Makefile.inc')
-rw-r--r-- | src/mainboard/google/kukui/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/kukui/Makefile.inc b/src/mainboard/google/kukui/Makefile.inc index 44a60b558d..2a68de05a9 100644 --- a/src/mainboard/google/kukui/Makefile.inc +++ b/src/mainboard/google/kukui/Makefile.inc @@ -8,4 +8,5 @@ romstage-y += memlayout.ld romstage-y += romstage.c ramstage-y += chromeos.c +ramstage-y += mainboard.c ramstage-y += memlayout.ld |