diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2023-04-05 14:28:28 +0200 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2023-04-06 15:12:37 +0000 |
commit | 95f84c3aae04eaeeb59ce00a1e7cd6fd5ca0c0f8 (patch) | |
tree | 4e7effb12025530d544f3d03e526adc5408bbd11 | |
parent | 5196aacb98cf36cd1849991a9f9ebe93b53d9b79 (diff) |
configs/config.lenovo_t400_vboot_and_debug: Move PT lower
Bootblock gets too big, so move the RO page table downwards.
Change-Id: I3f72d1639478eaaac09d7cfb3408944ac76307c4
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74219
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | configs/config.lenovo_t400_vboot_and_debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/config.lenovo_t400_vboot_and_debug b/configs/config.lenovo_t400_vboot_and_debug index 39c17e6aca..f79d77357c 100644 --- a/configs/config.lenovo_t400_vboot_and_debug +++ b/configs/config.lenovo_t400_vboot_and_debug @@ -13,3 +13,4 @@ CONFIG_DEBUG_ADA_CODE=y CONFIG_H8_FN_KEY_AS_VBOOT_RECOVERY_SW=y CONFIG_VBOOT=y CONFIG_USE_EXP_X86_64_SUPPORT=y +CONFIG_ARCH_X86_64_PGTBL_LOC=0xfffe8000 |