Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44900 )
Change subject: include/device/azalia_device: Fix typo ......................................................................
include/device/azalia_device: Fix typo
The code using the macro was found not working after finally enabling the HDA PCI device on the hermes board. Fix a typo to generate the correct verbs.
Tested on prodrive/hermes.
Change-Id: I953c2e9fbebc1f02bdf71ce868a95f578300c3a1 Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/include/device/azalia_device.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/44900/1
diff --git a/src/include/device/azalia_device.h b/src/include/device/azalia_device.h index cc4ce75..d510123 100644 --- a/src/include/device/azalia_device.h +++ b/src/include/device/azalia_device.h @@ -111,7 +111,7 @@ ((type) << 16) | \ ((color) << 12) | \ ((no_presence_detect) << 8) | \ - ((sequence) << 4) | \ + ((association) << 4) | \ ((sequence) << 0))
#define AZALIA_ARRAY_SIZES const u32 pc_beep_verbs_size = \
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44900 )
Change subject: include/device/azalia_device: Fix typo ......................................................................
Patch Set 1: Code-Review+2
Christian Walter has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44900 )
Change subject: include/device/azalia_device: Fix typo ......................................................................
Patch Set 1: Code-Review+2
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44900 )
Change subject: include/device/azalia_device: Fix typo ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/44900 )
Change subject: include/device/azalia_device: Fix typo ......................................................................
include/device/azalia_device: Fix typo
The code using the macro was found not working after finally enabling the HDA PCI device on the hermes board. Fix a typo to generate the correct verbs.
Tested on prodrive/hermes.
Change-Id: I953c2e9fbebc1f02bdf71ce868a95f578300c3a1 Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/44900 Reviewed-by: Angel Pons th3fanbus@gmail.com Reviewed-by: Christian Walter christian.walter@9elements.com Reviewed-by: HAOUAS Elyes ehaouas@noos.fr Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/include/device/azalia_device.h 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified HAOUAS Elyes: Looks good to me, approved Angel Pons: Looks good to me, approved Christian Walter: Looks good to me, approved
diff --git a/src/include/device/azalia_device.h b/src/include/device/azalia_device.h index cc4ce75..d510123 100644 --- a/src/include/device/azalia_device.h +++ b/src/include/device/azalia_device.h @@ -111,7 +111,7 @@ ((type) << 16) | \ ((color) << 12) | \ ((no_presence_detect) << 8) | \ - ((sequence) << 4) | \ + ((association) << 4) | \ ((sequence) << 0))
#define AZALIA_ARRAY_SIZES const u32 pc_beep_verbs_size = \
9elements QA has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44900 )
Change subject: include/device/azalia_device: Fix typo ......................................................................
Patch Set 2:
Automatic boot test returned (PASS/FAIL/TOTAL): 6/1/7 "QEMU x86 q35/ich9" (x86_32) using payload TianoCore : SUCCESS : https://lava.9esec.io/r/17314 "QEMU x86 q35/ich9" (x86_32) using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/17313 "QEMU x86 i440fx/piix4" (x86_64) using payload SeaBIOS : FAIL : https://lava.9esec.io/r/17312 "QEMU x86 i440fx/piix4" (x86_32) using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/17311 "QEMU AArch64" using payload LinuxBoot_u-root_kexec : SUCCESS : https://lava.9esec.io/r/17310 "HP Compaq 8200 Elite SFF PC" (x86_32) using payload TianoCore : SUCCESS : https://lava.9esec.io/r/17316 "HP Compaq 8200 Elite SFF PC" (x86_32) using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/17315
Please note: This test is under development and might not be accurate at all!