coreboot-kgpe-d16/src/soc/qualcomm
Julius Werner 8245bd25a3 fmap: Make FMAP_CACHE mandatory if it is configured in
Now that we have a CONFIG_NO_FMAP_CACHE to completely configure out the
pre-RAM FMAP cache code, there's no point in allowing the region to be
optional anymore. This patch makes the section required by the linker.
If a board doesn't want to provide it, it has to select NO_FMAP_CACHE.

Adding FMAP_CACHE regions to a couple more targets that I think can use
them but I don't know anything about... please yell if one of these is
a bad idea and I should mark them NO_FMAP_CACHE instead.

Change-Id: Ic7d47772ab3abfa7e3a66815c3739d0af071abc2
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37497
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
2019-12-11 11:42:26 +00:00
..
common QC common: fix compiler complaint, missing <string.h> 2019-07-02 01:32:19 +00:00
ipq40xx printf: Automatically prefix %p with 0x 2019-12-11 11:38:59 +00:00
ipq806x Change all clrsetbits_leXX() to clrsetbitsXX() 2019-12-04 14:11:17 +00:00
qcs405 printf: Automatically prefix %p with 0x 2019-12-11 11:38:59 +00:00
sc7180 soc/qualcomm/sc7180: Adapt to recent API changes 2019-12-05 19:37:31 +00:00
sdm845 fmap: Make FMAP_CACHE mandatory if it is configured in 2019-12-11 11:42:26 +00:00
Kconfig