coreboot/src
CoolStar 42be899b65 acpi/device: Only return dev->ops->acpi_name if non-NULL
Returning a NULL device name can cause issues if something else does
handle it.

E.g. UART and GNA devices on Intel Alder Lake-N cause
INTERNAL_POWER_ERROR BSOD's in Windows when enabled due to invalid
packages being created from a NULL name

Test: build/boot google/nissa (craaskvin) to Win11

Change-Id: I0679147ad3e330d706bbf97c30bc11b2432e2e8a
Signed-off-by: CoolStar <coolstarorganization@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77413
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
2023-11-16 22:18:25 +00:00
..
acpi acpi/device: Only return dev->ops->acpi_name if non-NULL 2023-11-16 22:18:25 +00:00
arch arch/arm64: Avoid GCC warning about out of bounds array access 2023-11-15 08:07:25 +00:00
commonlib Allow to build romstage sources inside the bootblock 2023-11-09 13:20:18 +00:00
console Allow to build romstage sources inside the bootblock 2023-11-09 13:20:18 +00:00
cpu cpu/intel/model_2065x: Read CPU voltage for SMBIOS 2023-11-14 19:01:31 +00:00
device device/Kconfig: rename AZALIA_PLUGIN_SUPPORT to AZALIA_HDA_CODEC_SUPPORT 2023-11-10 15:27:58 +00:00
drivers drivers: spi_flash: Add space before colon to fix coding style 2023-11-16 11:59:20 +00:00
ec ec/starlabs/merlin/ite: Adjust the mirror flag handling 2023-10-24 15:39:47 +00:00
include src: Remove unnecessary semicolons from the end of macros 2023-11-10 15:27:45 +00:00
lib lib/device_tree.c: Fix print_property 2023-11-16 12:01:40 +00:00
mainboard mb/google/skyrim/frostflow: Drop GPIO override for camera shutter 2023-11-16 18:11:25 +00:00
northbridge nb/intel/sandybridge: Drop raminit_native.h 2023-11-14 22:37:47 +00:00
sbom
security security/vboot: Die if vb2api_reinit() failed 2023-11-13 14:20:30 +00:00
soc soc/amd/genoa: Add mmio.asl 2023-11-15 13:52:13 +00:00
southbridge device/Kconfig: rename AZALIA_PLUGIN_SUPPORT to AZALIA_HDA_CODEC_SUPPORT 2023-11-10 15:27:58 +00:00
superio sio/nuvoton/npcd378: Use acpi_device_path_join 2023-11-08 11:23:41 +00:00
vendorcode Update genoa_poc/opensil submodule to upstream main 2023-11-13 14:13:55 +00:00
Kconfig Allow to build romstage sources inside the bootblock 2023-11-09 13:20:18 +00:00