summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/persimmon/mainboard.c
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2021-03-05 11:17:13 -0700
committerMartin Roth <martinroth@google.com>2021-03-10 23:32:46 +0000
commit42c5b010b6b2d8da75322fc7044fe77edf6a46f8 (patch)
tree8b335f0c377a98a7078a3aac331b43e7c21ecea0 /src/mainboard/amd/persimmon/mainboard.c
parenta37ec522e121550245d64cc8ac76cbf4c19c96ce (diff)
downloadcoreboot-42c5b010b6b2d8da75322fc7044fe77edf6a46f8.tar.xz
soc/amd/picasso: Fix PSP_SHAREDMEM_BASE
PSP_SHAREDMEM_BASE made the assumption that _psp_sharedmem_dram would only match once. With CB:49332 there are now two symbols, and it was grabbing the wrong one. This change makes it so we match the exact symbol. It also switches to using awk to simplify the code. The bootblock.elf target that is added to the list of prerequisites also creates the bootblock.map file that gets used to extract the base address of the _psp_sharedmem_dram symbol. BUG=b:181354692 TEST=Boot zork past bootblock Fixes: 82d16b150ce3 ("memlayout: Store region sizes as separate symbols") Suggested-by: Julius Werner <jwerner@chromium.org> Signed-off-by: Raul E Rangel <rrangel@chromium.org> Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I79675bd73f964282b54bca858830e26de64037c7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51300 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/amd/persimmon/mainboard.c')
0 files changed, 0 insertions, 0 deletions