2020-04-05 15:47:17 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2015-05-13 03:19:47 +02:00
|
|
|
|
2017-03-31 14:41:49 +02:00
|
|
|
#include <intelblocks/fast_spi.h>
|
2016-07-23 21:06:12 +02:00
|
|
|
#include <soc/bootblock.h>
|
2015-05-13 03:23:27 +02:00
|
|
|
|
2016-07-23 21:06:12 +02:00
|
|
|
void bootblock_cpu_init(void)
|
2015-05-13 03:19:47 +02:00
|
|
|
{
|
2017-06-02 19:16:04 +02:00
|
|
|
fast_spi_cache_bios_region();
|
2016-08-11 11:26:28 +02:00
|
|
|
}
|