coreboot/src/drivers/intel
Subrata Banik 3a60e5c827 drivers/intel/ish: Add ADL-P ISH DID
This patch adds ISH ID for ADL-P to ensure dynamic ASL code is
added into SSDT.

With this patch:
   Scope (\_SB.PCI0.ISHB)
    {
        Name (_DSD, Package (0x02)  // _DSD: Device-Specific Data
        {
            ToUUID ("70d24161-6dd5-4c9e-8070-705531292865"),
            Package (0x01)
            {
                Package (0x02)
                {
                    "DmaProperty",
                    One
                }
            }
        })
    }

Signed-off-by: Subrata Banik <subratabanik@google.com>
Change-Id: I48dc6056155824239bb88eda2b0ff5bcd36ced15
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71262
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyle Lin <kylelinck@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
2022-12-27 04:41:12 +00:00
..
dptf soc/intel: Drop SoC specific DPTF implementation 2022-12-23 13:00:30 +00:00
fsp1_1 {device,drivers}: Include <cpu/cpu.h> instead of <arch/cpu.h> 2022-11-03 13:08:23 +00:00
fsp2_0 drivers/intel/fsp2_0: Don't include <commonlib/bsd/compiler.h> 2022-12-22 18:53:07 +00:00
gma tree: Replace And(a,b) with ASL 2.0 syntax 2022-12-23 10:18:55 +00:00
i210 src/drivers/intel/i210: Remove unuseful 'return' in void function 2022-07-17 18:56:22 +00:00
ish drivers/intel/ish: Add ADL-P ISH DID 2022-12-27 04:41:12 +00:00
mipi_camera drivers/intel/mipi_camera: Remove IPU ES support entry for RPL 2022-11-25 01:03:21 +00:00
pmc_mux drivers/intel/pmc_mux: Fix printing type 2022-02-21 15:29:55 +00:00
ptt treewide: Include <device/mmio.h> instead of <arch/mmio.h> 2022-12-10 05:07:14 +00:00
soundwire acpi: Call acpi_fill_ssdt() only for enabled devices 2020-11-09 07:24:13 +00:00
usb4/retimer drivers: Get rid of unnecessary blank lines {before,after} brace 2022-07-17 18:45:23 +00:00