[coreboot-gerrit] Patch merged into coreboot/master: rockchip/rk3399: Move TTB to the end of SRAM

gerrit at coreboot.org gerrit at coreboot.org
Thu Oct 6 21:51:12 CEST 2016


the following patch was just integrated into master:
commit d3600b14058210a07dac921b01bb5a73ac4b039c
Author: Julius Werner <jwerner at chromium.org>
Date:   Mon Sep 12 15:46:02 2016 -0700

    rockchip/rk3399: Move TTB to the end of SRAM
    
    We found that we may want to load some components of BL31 on the RK3399
    into SRAM. As usual, these components may not overlap any coreboot
    regions still in use at that time, as is already statically checked by
    the check-ramstage-overlaps rule in Makefile.inc.
    
    On RK3399, the only such regions are TTB and STACK. This patch moves the
    TTB region back to the end of SRAM (right before STACK), so that a large
    contiguous region of SRAM before that remains usable for BL31.
    
    BRANCH=gru
    BUG=None
    TEST=Booted Kevin.
    
    Change-Id: I1689d0280d79bad805fea5fc3759c2ae3ba24915
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 1d4c6c6f6cc0efe97d6962a81e309a1c040d1def
    Original-Change-Id: I37c94f2460ef63aec4526caabe58f35ae851bab0
    Original-Signed-off-by: Julius Werner <jwerner at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/384635
    Original-Reviewed-by: Simon Glass <sjg at google.com>
    Reviewed-on: https://review.coreboot.org/16714
    Tested-by: build bot (Jenkins)
    Reviewed-by: Martin Roth <martinroth at google.com>


See https://review.coreboot.org/16714 for details.

-gerrit



More information about the coreboot-gerrit mailing list