This Chili mainboard is used in an all-in-one PC. For more information see https://www.secunet.com/fileadmin/user_upload/_temp_/importexport/Print/Factsheets/englisch/SINA_Workstation_H_Client_V_Factsheet_EN_Web.pdf Change-Id: Ic7a5dccbb0d5b7bceb154fb050cf991254475f7b 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/+/39995 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Thomas Heijligen <src@posteo.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
13 lines
243 B
C
13 lines
243 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
#ifndef _VARIANT_H_
|
|
#define _VARIANT_H_
|
|
|
|
#include <fsp/soc_binding.h>
|
|
|
|
void variant_romstage_params(FSPM_UPD *);
|
|
|
|
const struct pad_config *variant_gpio_table(size_t *num);
|
|
|
|
#endif /* _VARIANT_H_ */
|