summaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/romstage/pch.c
blob: bec6150374bb3d1cca90295e298a79ca3cef34aa (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();
}