coreboot-kgpe-d16/src
Felix Held f4e6466924 soc/amd/cezanne/include/gpio: add remote GPIO pin mux definitions
Add the pin definitions for the remote GPIOs and the GPIO pin mux values
for the GPIO mode of those pins. For now, accessing the remote GPIOs is
only supported from the native coreboot code running on the x86 cores
and not from verstage on PSP or ACPI.

BUG=b:194524995
TEST=On Majolica with a Cezanne APU configuring GPIO 262 as output and
then toggling that GPIO in an infinite loop in the mainboard's bootblock
code results in GPIO 262 toggling as expected.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I0e57042e74da88503b36d6065e9500876287f8bb
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56811
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
2021-09-09 17:49:48 +00:00
..
acpi acpi: Fill fadt->century based on Kconfig 2021-08-19 18:16:04 +00:00
arch smbios.c: Rename two local functions 2021-09-05 18:18:07 +00:00
commonlib cbfs: Make sure all cases of single file header corruption are isolated 2021-09-01 23:57:14 +00:00
console console/hw-debug_sink: Update for fast/slow console distinction 2021-08-04 15:15:45 +00:00
cpu cpu/x86/tsc: Deduplicate Makefile logic 2021-09-08 14:35:16 +00:00
device device/mipi: Move to drivers/mipi 2021-08-26 15:18:45 +00:00
drivers wifi: Update deny list entry size to uint16_t 2021-09-09 15:01:35 +00:00
ec ec/acpi: Remove empty "chip" driver 2021-09-08 18:48:53 +00:00
include wifi: Update deny list entry size to uint16_t 2021-09-09 15:01:35 +00:00
lib Move post_codes.h to commonlib/console/ 2021-08-04 15:15:51 +00:00
mainboard mb/google/brya/variants/kano: Update GPIOs config for kano 2021-09-09 15:00:41 +00:00
northbridge nb/intel/haswell: Move MRC glue code into a subfolder 2021-08-02 14:59:45 +00:00
security vboot/secdata_tpm: Add WRITE_STCLEAR attr to RW ARB spaces 2021-07-26 07:27:48 +00:00
soc soc/amd/cezanne/include/gpio: add remote GPIO pin mux definitions 2021-09-09 17:49:48 +00:00
southbridge sb/intel/lynxpoint: Drop `config_t` typedef 2021-09-09 14:38:21 +00:00
superio superio/nuvoton/nct6776: Correct the definition of NCT6776_GPIOBASE 2021-08-29 16:41:12 +00:00
vendorcode vc/mediatek/mt8195: Remove unused code 2021-09-03 07:10:36 +00:00
Kconfig