1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #include <bootblock_common.h>
4 #include <northbridge/intel/x4x/x4x.h>
5 #include <superio/smsc/smscsuperio/smscsuperio.h>
7 #define SERIAL_DEV PNP_DEV(0x2e, SMSCSUPERIO_SP1)
9 void bootblock_mainboard_early_init(void)
11 smscsuperio_enable_serial(SERIAL_DEV
, CONFIG_TTYS0_BASE
);
14 void mb_get_spd_map(u8 spd_map
[4])