coreboot-kgpe-d16/src/superio
Riku Viitanen 5eb95ee391 sio/nuvoton/npcd378: Fix ACPI errors
In commit 0a0945c6a2 (sio/nuvoton/npcd378: Use acpi_device_path_join),
some oversights were made. Instances of "strconcat(scope, ..." should be
replaced with "..._join(dev->bus->dev, ..." instead of "..._join(dev, ...".

On HP 8200 USDT, this fixes ACPI error like this on resume from S3:
    ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.SIO0.L040.RMFG], AE_NOT_FOUND (20230628/psargs-330)
    ACPI Error: Aborting method \_GPE._L08 due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
    ACPI Error: AE_NOT_FOUND, while evaluating GPE method [_L08] (20230628/evgpe-511)

RMFG seems to be a typo of PMFG made in that same commit.

Change-Id: Ifffa7ad72cfdb644c8b5147132a5fd56511ed33b
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79588
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
2023-12-16 22:58:35 +00:00
..
acpi {superio,ec}/acpi: Replace constant "Zero" with actual number 2022-12-27 09:06:29 +00:00
aspeed superio/aspeed/ast2400/chip.h: Include <stdbool.h> 2022-12-05 14:27:45 +00:00
common superio/common: Support more than one SuperIO in ACPI 2023-05-26 19:21:12 +00:00
fintek src/superio: Remove unnecessary space after casts 2022-11-21 15:03:50 +00:00
ite superio/ite/it8721f/acpi/superio: use IO instead of FixedIO resource 2023-08-11 23:11:44 +00:00
nsc
nuvoton sio/nuvoton/npcd378: Fix ACPI errors 2023-12-16 22:58:35 +00:00
renesas
smsc superio/smsc: Add support for the SCH555x series 2023-12-01 17:40:11 +00:00
winbond treewide: Remove useless "_STA: Status" comment 2023-02-19 11:20:37 +00:00