aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/romstage/pch.c
blob: 9fd8a1e43ea9fdad5915ac3f38b5a18ca17cb91d (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#include <intelblocks/smbus.h>
#include <soc/romstage.h>

void pch_init(void)
{
	/* Program SMBUS_BASE_ADDRESS and Enable it */
	smbus_common_init();
}