soc/intel/braswell/bootblock/bootblock.c: Report the FSP-T output

Report the FSP temporary RAM location

Tested on Facebook FBG1701

Change-Id: Ia2ce48f7a7948d1fe51ad1ca33b8fb385674cb41
Signed-off-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47759
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Frans Hendriks 2020-11-19 15:13:02 +01:00 committed by Patrick Georgi
parent c022a79503
commit 0948b363b0
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <build.h>
#include <console/console.h>
#include <device/pci_ops.h>
#include <fsp/util.h>
#include <pc80/mc146818rtc.h>
#include <soc/gpio.h>
#include <soc/iomap.h>
@ -117,6 +118,8 @@ void bootblock_soc_early_init(void)
}
void bootblock_soc_init(void)
{
report_fsp_output();
/* Continue chipset initialization */
soc_rtc_init();
set_max_freq();