diff options
author | Julius Werner <jwerner@chromium.org> | 2019-02-20 17:50:42 -0800 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2019-02-22 06:43:47 +0000 |
commit | 314b5c370b4655bc701985ddf1d1d478067e7baa (patch) | |
tree | 8c60a770ca6f6f2581626c1e6b6b4472c763b693 /src/mainboard/intel | |
parent | d1dfba4a1a790e2e30510c38dd9f3f0d9bab06b5 (diff) |
rockchip/rk3399: Fix BL31 bootmem regions
The BL31 on RK3399 is split into multiple segments... the majority goes
into DRAM, but small parts must be put into SRAM and PMUSRAM. With
CB:31123 only the DRAM part was added to memlayout, so the SRAM parts
will not be correctly marked in bootmem and BL31 loading fails the
selfload check. This patch adds the remaining regions to fix the
problem.
Change-Id: Ia0597216c08512c47361a1dc0beb34d022a8994f
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/31538
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Ting Shen <phoenixshen@google.com>
Diffstat (limited to 'src/mainboard/intel')
0 files changed, 0 insertions, 0 deletions