soc/amd/picasso: Set __USER_SPACE__ for psp_verstage
Mark that psp_verstage is running in userspace so that it won't run the code in dcache_clean_all() and hang the system. BUG=b:161554141 TEST=Run board through a bunch of recovery cycles. Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: I936dcec18a2be9ec8636ce77bb0954f4fc58153e Reviewed-on: https://review.coreboot.org/c/coreboot/+/43785 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
fc8da0010b
commit
4b3c063afd
|
@ -2,6 +2,7 @@
|
|||
|
||||
verstage-generic-ccopts += -I$(src)/soc/amd/picasso/psp_verstage/include
|
||||
verstage-generic-ccopts += -I$(src)/vendorcode/amd/fsp/picasso/include
|
||||
verstage-generic-ccopts += -D__USER_SPACE__
|
||||
CPPFLAGS_common += -I$(VBOOT_SOURCE)/firmware/2lib/include/
|
||||
|
||||
verstage-y += delay.c
|
||||
|
|
Loading…
Reference in New Issue