coreboot/src
Shelley Chen 5fc070a6e6 mb/google/brox: Fix config errors with 8 GPIOs
Some GPIOs were not configured correctly according to the HW
spreadsheet provided by the HW team.
* GPP_B5/GPP_B6 use NF1, not NF2
* GPP_B23 should use NF2, no GPI
* GPP_D11 should be set to NC
* GPP_E21/22 should be using NF (previous NC)
* GPP_F17 is a GPO
* GPP_F18 should be an interrupt, not a NF

BUG=b:300690448,b:316180020
BRANCH=NONE
TEST=emerge-brox coreboot

Change-Id: I9e1e62adb79bd7fdab935afdbf2d23f9061b88aa
Signed-off-by: Shelley Chen <shchen@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79705
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
2023-12-22 00:48:48 +00:00
..
acpi acpi: Reduce wait interval in delay loop for sleep 2023-12-20 04:28:27 +00:00
arch arch/riscv: Use same indent levels for switch/case 2023-12-20 08:34:26 +00:00
commonlib commonlib/bsd: Tag CBMEM IDs deprecated for crashlog 2023-12-20 04:29:25 +00:00
console Allow to build romstage sources inside the bootblock 2023-11-09 13:20:18 +00:00
cpu cpu/intel/model_206ax: Use macro IS_IVY_CPU 2023-12-04 15:54:45 +00:00
device device/i2c_bus.c: Check pointer for NULL before using it 2023-12-20 17:01:49 +00:00
drivers drivers/spi/gigadevice.c: Add GD25LQ255E support 2023-12-21 04:29:40 +00:00
ec treewide: Use show_notices target for warnings 2023-12-20 04:06:55 +00:00
include drivers/spi: Add ISSI IS25WP256D flash 2023-12-18 20:27:52 +00:00
lib src/lib: Add memory/time saving special case for ramstage caching 2023-12-18 08:13:12 +00:00
mainboard mb/google/brox: Fix config errors with 8 GPIOs 2023-12-22 00:48:48 +00:00
northbridge nb,sb/amd/pi/*/pci_devs: drop unused PCI device IDs 2023-12-20 14:40:46 +00:00
sbom sbom/Makefile.inc: Change GOPATH 2023-11-20 14:32:54 +00:00
security treewide: Use show_notices target for warnings 2023-12-20 04:06:55 +00:00
soc soc/amd/genoa_poc: select DEFAULT_X2APIC 2023-12-20 14:12:24 +00:00
southbridge nb,sb/amd/pi/*/pci_devs: drop unused PCI device IDs 2023-12-20 14:40:46 +00:00
superio sio/nuvoton/npcd378: Fix ACPI errors 2023-12-16 22:58:35 +00:00
vendorcode vc/intel/fsp/mtl: Add UPDs for Acoustic Noise Mitigation 2023-12-20 04:25:06 +00:00
Kconfig Allow to build romstage sources inside the bootblock 2023-11-09 13:20:18 +00:00