soc/intel/*/include/soc/gpio.h: Add "IWYU pragma: export" comment
Change-Id: If44a07503470f57037b59d03eea830703a3c604a Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72100 Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
6ea58346c6
commit
18d8fe27b2
|
@ -8,8 +8,8 @@
|
||||||
#else
|
#else
|
||||||
#include <soc/gpio_apl.h>
|
#include <soc/gpio_apl.h>
|
||||||
#endif
|
#endif
|
||||||
#include <intelblocks/gpio.h>/* intelblocks/gpio.h depends on definitions in
|
/* intelblocks/gpio.h depends on definitions in soc/gpio_glk.h and soc/gpio_apl.h */
|
||||||
soc/gpio_glk.h and soc/gpio_apl.h */
|
#include <intelblocks/gpio.h> /* IWYU pragma: export */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* APL/GLK doesn't support dynamic GPIO PM hence GPIO community
|
* APL/GLK doesn't support dynamic GPIO PM hence GPIO community
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
#include <soc/gpio_defs.h>
|
#include <soc/gpio_defs.h>
|
||||||
#define CROS_GPIO_DEVICE_NAME "INT34BB:00"
|
#define CROS_GPIO_DEVICE_NAME "INT34BB:00"
|
||||||
#endif
|
#endif
|
||||||
#include <intelblocks/gpio.h>
|
#include <intelblocks/gpio.h> /* IWYU pragma: export */
|
||||||
|
|
||||||
/* Enable GPIO community power management configuration */
|
/* Enable GPIO community power management configuration */
|
||||||
#define MISCCFG_GPIO_PM_CONFIG_BITS (MISCCFG_GPSIDEDPCGEN | \
|
#define MISCCFG_GPIO_PM_CONFIG_BITS (MISCCFG_GPSIDEDPCGEN | \
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#define _SOC_ELKHARTLAKE_GPIO_H_
|
#define _SOC_ELKHARTLAKE_GPIO_H_
|
||||||
|
|
||||||
#include <soc/gpio_defs.h>
|
#include <soc/gpio_defs.h>
|
||||||
#include <intelblocks/gpio.h>
|
#include <intelblocks/gpio.h> /* IWYU pragma: export */
|
||||||
|
|
||||||
#define CROS_GPIO_NAME "INTC1020"
|
#define CROS_GPIO_NAME "INTC1020"
|
||||||
#define CROS_GPIO_DEVICE_NAME "INTC1020:00"
|
#define CROS_GPIO_DEVICE_NAME "INTC1020:00"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#define _SOC_JASPERLAKE_GPIO_H_
|
#define _SOC_JASPERLAKE_GPIO_H_
|
||||||
|
|
||||||
#include <soc/gpio_defs.h>
|
#include <soc/gpio_defs.h>
|
||||||
#include <intelblocks/gpio.h>
|
#include <intelblocks/gpio.h> /* IWYU pragma: export */
|
||||||
|
|
||||||
#define CROS_GPIO_NAME "INT34C8"
|
#define CROS_GPIO_NAME "INT34C8"
|
||||||
#define CROS_GPIO_COMM0_NAME "INT34C8:00"
|
#define CROS_GPIO_COMM0_NAME "INT34C8:00"
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
#define _SOC_GPIO_H_
|
#define _SOC_GPIO_H_
|
||||||
|
|
||||||
#include <soc/gpio_defs.h>
|
#include <soc/gpio_defs.h>
|
||||||
#include <intelblocks/gpio.h> /* intelblocks/gpio.h depends on definitions in
|
/* intelblocks/gpio.h depends on definitions in soc/gpio_defs.h */
|
||||||
soc/gpio_defs.h */
|
#include <intelblocks/gpio.h> /* IWYU pragma: export */
|
||||||
|
|
||||||
#define CROS_GPIO_DEVICE_NAME "INT344B:00"
|
#define CROS_GPIO_DEVICE_NAME "INT344B:00"
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#include <soc/gpio_defs.h>
|
#include <soc/gpio_defs.h>
|
||||||
#define CROS_GPIO_DEVICE_NAME "INT34C5:00"
|
#define CROS_GPIO_DEVICE_NAME "INT34C5:00"
|
||||||
#endif
|
#endif
|
||||||
#include <intelblocks/gpio.h>
|
#include <intelblocks/gpio.h> /* IWYU pragma: export */
|
||||||
|
|
||||||
/* Enable GPIO community power management configuration */
|
/* Enable GPIO community power management configuration */
|
||||||
#define MISCCFG_GPIO_PM_CONFIG_BITS (MISCCFG_GPVNNREQEN | \
|
#define MISCCFG_GPIO_PM_CONFIG_BITS (MISCCFG_GPVNNREQEN | \
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#define _SOC_GPIO_H_
|
#define _SOC_GPIO_H_
|
||||||
|
|
||||||
#include <soc/gpio_soc_defs.h>
|
#include <soc/gpio_soc_defs.h>
|
||||||
#include <intelblocks/gpio.h>
|
#include <intelblocks/gpio.h> /* IWYU pragma: export */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* XEON SP series doesn't support dynamic GPIO PM hence GPIO community
|
* XEON SP series doesn't support dynamic GPIO PM hence GPIO community
|
||||||
|
|
Loading…
Reference in New Issue