coreboot/src
Tyler Wang 3923753485 mb/google/rex/var/kanix: Update fw_config settings
Update following fw_config settings:
+-----------+-------------------------+----------------------------+
| Bit 0-1   | DB_USB                  | 0 --> DB_USB_UNKNOWN       |
|           |                         | 1 --> DB_2USBA             |
+-----------+-------------------------+----------------------------+
| Bit 2-3   | RETIMER                 | 0 --> INTEL_HAYDEN_BRIDGE  |
+-----------+-------------------------+----------------------------+
| Bit 4-6   | AUDIO                   | 0 --> ALC5682I_ALC1019     |
+-----------+-------------------------+----------------------------+
| Bit 7-8   | FAN                     | 0 --> ABSENT               |
|           |                         | 1 --> PRESENT              |
+-----------+-------------------------+----------------------------+
| Bit 9-10  | MIPI_CAM                | 0 --> UF_CAM_HI556         |
+-----------+-------------------------+----------------------------+
| Bit 11-12 | FP_MCU                  | 0 --> FP_MCU_ABSENT        |
|           |                         | 1 --> FP_MCU_NUVOTON       |
+-----------+-------------------------+----------------------------+
| Bit 13    | WIFI_TYPE               | 0 --> WIFI_CNVI            |
|           |                         | 1 --> WIFI_PCIE            |
+-----------+-------------------------+----------------------------+
| Bit 14    | KB_TYPE                 | 0 --> KB_TYPE_DEFAULT      |
|           |                         | 1 --> KB_TYPE_CA           |
+-----------+-------------------------+----------------------------+
| Bit 15    | PANEL_PWRSEQ_EC_CONTROL | 0 --> WIFI_CNVI            |
|           |                         | 1 --> DISABLE              |
+-----------+-------------------------+----------------------------+
| Bit 16    | KB_BACKLIGHT            | 0 --> KB_BACKLIGHT_ABSENT  |
|           |                         | 1 --> KB_BACKLIGHT_PRESENT |
+-----------+-------------------------+----------------------------+

BUG=b:377377766
TEST=emerge-rex coreboot pass

Change-Id: Ic6ab99a05cd6d995dc71b39e002c8ad5b1dafc4a
Signed-off-by: Tyler Wang <tyler.wang@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85293
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
2024-11-28 09:10:00 +00:00
..
acpi acpi_gic: Add helper for platform gicc 2024-10-08 08:58:34 +00:00
arch arch/x86: Define macros for hard-coded HPET registers 2024-11-09 10:21:25 +00:00
commonlib commonlib/bsd/mem_chip_info: Add mem_chip_info_entry_density_bytes 2024-11-27 07:41:35 +00:00
console
cpu cpu/via/c7: Compress ramstage with LZ4 by default 2024-11-21 09:26:17 +00:00
device device: Add const qualifier for input of dev_is_active_bridge 2024-11-20 04:32:02 +00:00
drivers drivers/pc80/pc: Clean up formatting of PS/2 related ASL code 2024-11-27 22:11:46 +00:00
ec ec/google/chromeec: Fix typo in google_chromeec_get_pd_chip_info 2024-11-06 22:42:52 +00:00
include drivers/wifi: Support Drive Strength BRI Rsp Table 2024-11-27 21:28:41 +00:00
lib tree: Fix cast an object of type 'nullptr_t' to 'uintptr_t' error 2024-10-29 01:41:41 +00:00
mainboard mb/google/rex/var/kanix: Update fw_config settings 2024-11-28 09:10:00 +00:00
northbridge nb/via/cx700/romstage: Include missing static.h header 2024-11-21 12:25:19 +00:00
sbom
security drivers/pc80/tpm: Remove flag TPM_RDRESP_NEED_DELAY 2024-10-14 15:26:11 +00:00
soc soc/intel/snowridge: Add support for Intel Atom Snow Ridge SoC 2024-11-27 09:31:52 +00:00
southbridge tree: Remove unused <assert.h> 2024-11-19 00:40:04 +00:00
superio superio/ite: Add support for IT8625E 2024-11-21 15:49:12 +00:00
vendorcode drivers/wifi: Support Drive Strength BRI Rsp Table 2024-11-27 21:28:41 +00:00
Kconfig Add initial experimental LTO support 2024-08-24 12:50:38 +00:00