mayan is the reference board for the morgana SoC. It needs to be updated to match the actual board design as well. amd/mayan is started as a copy of amd/birman. Change-Id: Id6801e6c6e706ae3878ce9e2c3d6452964235148 Signed-off-by: Ritul Guru <ritul.bits@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70010 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
10 lines
275 B
C
10 lines
275 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
#ifndef MAINBOARD_GPIO_H
|
|
#define MAINBOARD_GPIO_H
|
|
|
|
void mainboard_program_early_gpios(void); /* bootblock GPIO configuration */
|
|
void mainboard_program_gpios(void); /* ramstage GPIO configuration */
|
|
|
|
#endif /* MAINBOARD_GPIO_H */
|