1) Initial commit for upstreaming Birmanplus mainboard changes. 2) Add the DXIO descriptors for Birmanplus mainboard. Change-Id: I075dcf0214f8dc8b33b0e429d83d270b2f0952e1 Signed-off-by: Anand Vaikar <a.vaikar2021@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80353 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
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 */
|