coreboot/src
Subrata Banik 8200a9ac38 mb/google/trulo: Keep ISH default enable
This patch drops fw_config probing for ISH because ISH IP should
remains on by default for all Trulo variants.

Additionally, removed the redundant ISH entries from variant
override devicetree.

BUG=b:354607924
TEST=Able to verify ISH PCI Device is available while booting eMMC sku.

```
lspci
00:00.0 Host bridge: Intel Corporation Device 461c
...
00:12.0 Serial controller: Intel Corporation Device 54fc
...
00:1a.0 SD Host controller: Intel Corporation Device 54c4
```

Also, able to enter S0ix with this patch.

```
> suspend_stress_test -c 1 --ignore_s0ix_substates

At AP console:

s0ix errors: 0
s0ix substate errors: 0
s0ix pc10 errors: 0

At EC console:
power state 5 = S0ix, in 0x38d87
```
Change-Id: Ic1e415ec848ac91a9bbf21b26597f4e6b5f7a1f5
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83695
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: V Sowmya <v.sowmya@intel.com>
Reviewed-by: Amanda Hwang <amanda_hwang@compal.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-07-31 03:56:14 +00:00
..
acpi acpi,soc: use is_domain0 function 2024-07-25 22:54:43 +00:00
arch arch/arm64/armv8/mmu: Add missing header arch/barrier.h 2024-07-27 05:13:28 +00:00
commonlib commonlib/device_tree.c: Add read reg property helper 2024-07-26 11:06:29 +00:00
console console/i2c_smbus: Allow to send data w/o register offset 2024-07-11 00:06:22 +00:00
cpu cpu/intel: Add socket types 2024-07-19 12:35:09 +00:00
device device: move is_domain0 and is_dev_on_domain0 to common code 2024-07-25 22:54:21 +00:00
drivers i2c/drivers/generic: Add support for including a CDM 2024-07-29 20:24:41 +00:00
ec ec/system76/ec: Remove RPM calculation 2024-07-26 23:03:33 +00:00
include device: move is_domain0 and is_dev_on_domain0 to common code 2024-07-25 22:54:21 +00:00
lib lib/smbios: Create SMBIOS type 4 entry 2024-07-22 22:30:47 +00:00
mainboard mb/google/trulo: Keep ISH default enable 2024-07-31 03:56:14 +00:00
northbridge arch/x86/Makefile.mk: Remove obsolete romcc reference 2024-07-24 00:28:59 +00:00
sbom src, util: Clean up makefile.inc in text, help & comments 2024-01-26 20:15:18 +00:00
security security/vboot: Introduce vbnv_platform_init_cmos() 2024-07-19 00:40:21 +00:00
soc soc/mediatek/mt8196/memlayout: Fix the location of BOOTBLOCK comment 2024-07-29 13:51:06 +00:00
southbridge soc/intel: Extend CSE RW Update and ME read access for payload sync 2024-07-11 15:24:07 +00:00
superio superio/ite: Enable common driver for GPIO and LED configuration 2024-07-19 14:35:38 +00:00
vendorcode vc/intel/fsp/twinlake: Update FSP headers to v5222.01 2024-07-27 03:41:54 +00:00
Kconfig Kconfig: Update FW_CONFIG Kconfig options 2024-06-25 08:12:58 +00:00