coreboot/src/soc/amd/cezanne
Felix Held e7a0202ed0 soc/amd/piasso,cezanne: add warning about using all-y in Makefile.inc
all-y will also add a compilation unit to the verstage on PSP build that
runs on an ARM code instead of a x86 one. At the moment Cezanne doesn't
have verstage on PSP support yet, but since it'll eventually land it
doesn't hurt to already add the comment now.

Change-Id: I15fb66e796cab48737ba5ac463c4c973794a005a
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48521
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
2020-12-11 00:41:53 +00:00
..
include/soc soc/amd/cezanne: add basic early FCH initialization to bootblock 2020-12-09 18:44:40 +00:00
bootblock.c soc/amd/cezanne: print APU family and model in bootblock_soc_init 2020-12-09 18:44:51 +00:00
chip.c soc/amd/cezanne: add config.c and minimal chip.h 2020-12-06 19:05:47 +00:00
chip.h soc/amd/cezanne: add config.c and minimal chip.h 2020-12-06 19:05:47 +00:00
config.c soc/amd/cezanne: add config.c and minimal chip.h 2020-12-06 19:05:47 +00:00
early_fch.c soc/amd/cezanne: add basic early FCH initialization to bootblock 2020-12-09 18:44:40 +00:00
Kconfig soc/amd/cezanne: add common SMBus code to build 2020-12-09 18:42:59 +00:00
Makefile.inc soc/amd/piasso,cezanne: add warning about using all-y in Makefile.inc 2020-12-11 00:41:53 +00:00
romstage.c