Based on autoport output. It boots to Arch Linux (Linux 6.6.3) from USB and mSATA with SeaBIOS. Change-Id: I6933bdbcc8d0bbb85d62657624740266284ac71c Signed-off-by: Iru Cai <mytbk920423@gmail.com> Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79746 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
11 lines
219 B
C
11 lines
219 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
#include <device/pci_ops.h>
|
|
#include <ec/dell/mec5035/mec5035.h>
|
|
#include <southbridge/intel/lynxpoint/pch.h>
|
|
|
|
void mainboard_config_superio(void)
|
|
{
|
|
mec5035_early_init();
|
|
}
|