diff options
author | Hung-Te Lin <hungte@chromium.org> | 2020-07-28 10:59:00 +0800 |
---|---|---|
committer | Hung-Te Lin <hungte@chromium.org> | 2020-08-12 02:54:28 +0000 |
commit | 45701fd96ea67cb3ee42c2cfd2bb663df4cda588 (patch) | |
tree | e253916226b9ac80014f388ca6c60d1b4409498d /src/mainboard/google/kukui/Kconfig | |
parent | a4cad368a2996645d2ffc71425f49b246b0340ad (diff) |
mb/google/kukui: revise per-device memory mapping table
In order to help identifying right DRAM info (especially in user space),
we want to unify the mapping table and do the device-specific mapping by
a virtual offset based on build config.
BUG=b:161768221,b:159301679
BRANCH=kukui
TEST=emerge-jacuzzi coreboot
Change-Id: If89bf18c48d263deb79df3e7a60c33bec000d8a3
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43987
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Diffstat (limited to 'src/mainboard/google/kukui/Kconfig')
-rw-r--r-- | src/mainboard/google/kukui/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/kukui/Kconfig b/src/mainboard/google/kukui/Kconfig index e06e60fd39..01247cace6 100644 --- a/src/mainboard/google/kukui/Kconfig +++ b/src/mainboard/google/kukui/Kconfig @@ -71,4 +71,9 @@ config EC_GOOGLE_CHROMEEC_SPI_BUS hex default 0x2 +config BOARD_SDRAM_TABLE_OFFSET + hex + default 0x10 if BOARD_GOOGLE_BURNET || BOARD_GOOGLE_ESCHE + default 0x0 + endif |