soc/amd/stoneyridge: Enable spread spectrum in bootblock
commit6b0fc80ff2af15d47ff7e8560768c9ed752594c0
authorRaul E Rangel <rrangel@chromium.org>
Thu, 2 Aug 2018 21:56:34 +0000 (2 15:56 -0600)
committerPatrick Georgi <pgeorgi@google.com>
Mon, 6 Aug 2018 07:57:12 +0000 (6 07:57 +0000)
treeefac9f5ed321df3341413aecb7ffb6e64db7f5b7
parentc024381f8f1916607a8e5ee209063d17d37a5a61
soc/amd/stoneyridge: Enable spread spectrum in bootblock

setup_spread_spectrum is called in early_init, meaning the console is
not initialized yet. So you won't see boot block booting twice.

BUG=b:111610455
TEST=booted grunt and verified that AmdInitReset does not reboot. I had
AGESA patched to skip the JTAG check.

Change-Id: Ia036ea513ac67d4b8bcf5a78029d969a4ae012a6
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Reviewed-on: https://review.coreboot.org/27813
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
src/soc/amd/stoneyridge/include/soc/southbridge.h
src/soc/amd/stoneyridge/sb_util.c
src/soc/amd/stoneyridge/southbridge.c