aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake/romstage/pch.c
blob: d3c255442511af93a44a94f8f708955f7a36cce2 (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 romstage_pch_init(void)
{
	/* Program SMBUS_BASE_ADDRESS and Enable it */
	smbus_common_init();
}