The Darter Pro 10 (darp10) is an Intel Meteor Lake-H based board. There are 2 variants in order to differentiate the 14" and 16" models, as they have different keyboards and so have different EC firmware. Change-Id: Iaef03a47cf108591ef823bfa779777c7c05c6337 Signed-off-by: Tim Crawford <tcrawford@system76.com>
10 lines
186 B
C
10 lines
186 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
#include <bootblock_common.h>
|
|
#include <mainboard/gpio.h>
|
|
|
|
void bootblock_mainboard_early_init(void)
|
|
{
|
|
mainboard_configure_early_gpios();
|
|
}
|