coreboot-kgpe-d16/src
Subrata Banik 2585a999bb soc/intel: Set use_eisa_hids based on DPTF_USE_EISA_HID config
This patch avoids hardcoding to the `use_eisa_hids` variable instead
relying on the SoC config to choose if the SoC platform supports
EISA HID.

If any SoC platform has the support then the `use_eisa_hids` variable
would be set to `true` based on the selection of `DPTF_USE_EISA_HID`
config.

Note: Prior to Tiger Lake, all DPTF devices used 7-character EISA
IDs. If selected, the 7-character _HIDs will be emitted,
otherwise, it will use the "new" style, which are regular
8-character _HIDs.

Ideally, the platform prior to Tiger Lake would set `use_eisa_hids`
to `true`  and platform posts that would set `use_eisa_hids` to
`false`.

Signed-off-by: Subrata Banik <subratabanik@google.com>
Change-Id: I869bebc8e17c1e65979ca3431308d69771a34fa3
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71110
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
2022-12-22 08:07:12 +00:00
..
acpi
arch treewide: Remove duplicated includes 2022-12-21 21:33:40 +00:00
commonlib
console lib: Hook up libhwbase in romstage 2022-12-17 20:51:38 +00:00
cpu Add option to use Ada code in romstage 2022-12-17 20:48:06 +00:00
device device/Kconfig: bump desktop framebuffer max height/width to support 4K 2022-12-17 18:11:04 +00:00
drivers drivers/intel/dptf: Add new config for EISA HID support 2022-12-22 08:06:21 +00:00
ec tree: Replace Or(a,b) with ASL 2.0 syntax 2022-12-19 16:20:23 +00:00
include treewide: Remove duplicated includes 2022-12-21 21:33:40 +00:00
lib lib/device_tree.c: Change log level message 2022-12-22 03:27:34 +00:00
mainboard mb/google/nissa/var/yaviks: Extend sd_hold for touchpad/touchscreen 2022-12-22 00:50:33 +00:00
northbridge nb/intel/sandybridge/raminit_common.h: Add needed <device/dram/ddr3.h> 2022-12-22 03:26:00 +00:00
sbom
security treewide: Remove duplicated includes 2022-12-21 21:33:40 +00:00
soc soc/intel: Set use_eisa_hids based on DPTF_USE_EISA_HID config 2022-12-22 08:07:12 +00:00
southbridge
superio
vendorcode vc/amd,soc/amd/mendocino: Add SVC_CMD_GET_PREV_BOOT_STATUS 2022-12-21 13:36:25 +00:00
Kconfig