coreboot/src
Jeff Li 3de39fa36f soc/intel/common/block: add definition of GPIO configuration
Add two macros:
 - PAD_CFG_NF_OWNERSHIP()
 - PAD_CFG_GPIO_OWNERSHIP()

to support setting the Host Software Ownership (own) fields.

Signed-off-by: lichenchen.carl <lichenchen.carl@bytedance.com>
Change-Id: Ia3f2ad8658b751156456b69366fa4b1badb8b595
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70421
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jonathan Zhang <jonzhang@fb.com>
2022-12-13 17:42:03 +00:00
..
acpi acpi/acpi.c: Add a method to generate IOAPIC DMAR entries from hw 2022-12-06 17:44:20 +00:00
arch cpu/cpu.h: Change the function signature 2022-12-10 17:54:53 +00:00
commonlib commonlib/clamp.h: Add more clamping functions 2022-12-12 13:38:11 +00:00
console
cpu cpu/x86/mtrr/mtrr: fix printk format strings 2022-12-12 15:21:46 +00:00
device treewide: Include <device/mmio.h> instead of <arch/mmio.h> 2022-12-10 05:07:14 +00:00
drivers drivers/intel/ish: Allow adding DmaProperty to _DSD 2022-12-13 14:52:37 +00:00
ec ec/lenovo/h8/acpi: Replace LLessEqual(a,b) with ASL 2.0 syntax 2022-12-12 22:09:35 +00:00
include include/gpio: skip everything but soc/gpio.h include in ASM & ACPI cases 2022-12-13 15:23:37 +00:00
lib lib/ramtest.c: Use {read,write}32p() 2022-12-10 00:01:05 +00:00
mainboard mb/google/guybrush,skyrim: use gpio.h include everywhere 2022-12-13 15:23:52 +00:00
northbridge nb/intel/haswell: Introduce option to not use MRC.bin 2022-12-12 13:39:21 +00:00
sbom
security treewide: Include <device/mmio.h> instead of <arch/mmio.h> 2022-12-10 05:07:14 +00:00
soc soc/intel/common/block: add definition of GPIO configuration 2022-12-13 17:42:03 +00:00
southbridge sb/intel/common/acpi_pirq_gen.h: Fix conflicting types for 'is_slot_pin_assigned' 2022-12-12 18:20:55 +00:00
superio {drivers,superio}/acpi: Replace ShiftRight(a,b) with ASL 2.0 syntax 2022-12-12 22:17:43 +00:00
vendorcode vc/eltan/security/mboot/Makefile.inc: Remove path to non-existent folder 2022-12-13 15:19:58 +00:00
Kconfig