coreboot-kgpe-d16/src
Tim Wawrzynczak 3babc8e12c drivers/wifi/generic: Add support for UntrustedDevice ACPI property
The Linux kernel has the idea of an "untrusted" PCI device, which may
have limited I/O and memory access permissions, depending on which IOMMU
domains it may be a part of.

https://crrev.com/c/3406512 is a backport to the ChromiumOS kernel which
checks for this property.

BUG=b:215424986
TEST=dump SSDT on google/redrix, verify it contains the expected
UntrustedDevice property

Change-Id: I1a02ca7c5f717097ec97cf6373b9e0b81a13e05d
Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61384
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Kangheui Won <khwon@chromium.org>
2022-02-04 20:12:32 +00:00
..
acpi src: Remove unused <stdbool> 2022-01-19 15:15:50 +00:00
arch arch/riscv: Fix some SMP related headers 2022-01-19 19:29:42 +00:00
commonlib commonlib: Add new "CSME ROM started execution" TS 2022-01-21 22:43:30 +00:00
console console: Pass log_state to vtxprintf() 2022-02-04 16:33:36 +00:00
cpu cpu/x86/smm: Retype variables 2022-02-03 07:52:56 +00:00
device src: Add missing 'void' in function definition 2022-01-26 23:57:12 +00:00
drivers drivers/wifi/generic: Add support for UntrustedDevice ACPI property 2022-02-04 20:12:32 +00:00
ec ec/quanta/ene_kb3940q/ec.c: Remove unuseful 'return' in void function 2022-02-01 18:05:07 +00:00
include cpu/x86/smm: Retype variables 2022-02-03 07:52:56 +00:00
lib lib/spd_cache.c: Drop comparison to {true, false} 2022-01-28 17:56:10 +00:00
mainboard soc/amd/sabrina/include/amd_pci_int_defs.h: remove PIRQ_SATA 2022-02-04 20:10:18 +00:00
northbridge nb/intel/haswell: Report SMBIOS memory speed in MT/s 2022-02-04 20:10:51 +00:00
security console/cbmem_console: Rename cbmem_dump_console 2022-01-13 15:25:43 +00:00
soc soc/amd/sabrina/include/amd_pci_int_defs.h: remove PIRQ_SATA 2022-02-04 20:10:18 +00:00
southbridge cpu/x86/smm: Add SMM_LEGACY_ASEG 2022-02-01 20:35:02 +00:00
superio superio/smsc/lpc47n207/early_serial.c: Fix indent for 'if' statement 2022-01-31 13:56:59 +00:00
vendorcode soc/amd/cezanne,vc/cezanne: Implement svc_write_postcode 2022-02-02 22:56:43 +00:00
Kconfig