98e360e835
Change-Id: Ide01a922d7d8e500f9a0b507544010706661d7de Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40690 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
9 lines
172 B
C
9 lines
172 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
#include <intelblocks/fast_spi.h>
|
|
#include <soc/bootblock.h>
|
|
|
|
void bootblock_cpu_init(void)
|
|
{
|
|
fast_spi_cache_bios_region();
|
|
}
|