The Chili base board is a ruggedized laptop with additional industrial interfaces. So far, only booting and basic interfaces (USB, UART, Video) are working with the original model, the "base" variant. No further development is planned for this variant, as our primary target was another one that will be added in a follow-up. Change-Id: I1d3508b615ec877edc8db756e9ad38132b37219c Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Signed-off-by: Nico Huber <nico.huber@secunet.com> Signed-off-by: Felix Singer <felix.singer@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39976 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
9 lines
170 B
C
9 lines
170 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
#ifndef _VARIANT_H_
|
|
#define _VARIANT_H_
|
|
|
|
const struct pad_config *variant_gpio_table(size_t *num);
|
|
|
|
#endif /* _VARIANT_H_ */
|