summaryrefslogtreecommitdiff
path: root/src/ec/dell/mec5055/early_init.c
blob: f69c1deabc5c7b613d60aeccc96a71b197276221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#include "mec5055.h"

void mec5055_early_init(void)
{
	u8 buf1[32];
	u8 c;
	mec5055_ec_command_0(buf1, 0xc2, 0);
	mec5055_ec_command_1(0xab, NULL, 0, &c, 1);
}