Poornima Tom has uploaded this change for review.

View Change

mb/google/brox: Update Verbatable for beep functionality

For boot beep functionality, relevant register values are
required to be updated.

BUG=b:324528901
BRANCH=None
TEST=Build Brox image

Change-Id: If236c8ac173a279db676af412377fa4e4122c1cd
Signed-off-by: poornima tom <poornima.tom@intel.com>
---
M src/mainboard/google/brox/hda_verb.c
1 file changed, 10 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/80416/1
diff --git a/src/mainboard/google/brox/hda_verb.c b/src/mainboard/google/brox/hda_verb.c
index 39d2d86..11ba12e 100644
--- a/src/mainboard/google/brox/hda_verb.c
+++ b/src/mainboard/google/brox/hda_verb.c
@@ -113,6 +113,16 @@
};

const u32 pc_beep_verbs[] = {
+ /* Dos beep path - 1 */
+ 0x01470C00,
+ 0x02050036,
+ 0x02047151,
+ 0x01470740,
+ /* Dos beep path - 2 */
+ 0x0143b000,
+ 0x01470C02,
+ 0x01470C02,
+ 0x01470C02,
};

AZALIA_ARRAY_SIZES;

To view, visit change 80416. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: If236c8ac173a279db676af412377fa4e4122c1cd
Gerrit-Change-Number: 80416
Gerrit-PatchSet: 1
Gerrit-Owner: Poornima Tom <poornima.tom@intel.com>
Gerrit-MessageType: newchange