blob: 8de43e22e30d266f6218c4acf69135b3486b76d3 [file] [log] [blame]
Arthur Heymans6d3682e2023-07-13 12:34:04 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <amdblocks/espi.h>
4#include <amdblocks/lpc.h>
5#include <amdblocks/acpimmio.h>
6#include <amdblocks/aoac.h>
7#include <amdblocks/pmlib.h>
8#include <amdblocks/uart.h>
9#include <soc/southbridge.h>
10
11/* Before console init */
12void fch_pre_init(void)
13{
Arthur Heymansf955ecb2023-07-13 14:18:38 +020014 fch_enable_cf9_io();
Arthur Heymans4da9d6b42023-07-13 14:19:09 +020015
16 enable_aoac_devices();
Arthur Heymansc666a912023-07-13 14:34:10 +020017
18 configure_espi_with_mb_hook();
Arthur Heymans6d3682e2023-07-13 12:34:04 +020019}
20
21/* After console init */
22void fch_early_init(void)
23{
24
25}