commit | 0e24e5adeaf66c128cbcd28d343e0a12c6585a69 | [log] [tgz] |
---|---|---|
author | Zev Weiss <zev@bewilderbeest.net> | Fri Apr 01 17:29:16 2022 -0700 |
committer | Zev Weiss <zev@bewilderbeest.net> | Wed Jan 18 23:01:44 2023 -0800 |
tree | 8b34654110a191f25ec51f1142c619b771181204 | |
parent | b46c6f08dec0452cfc8e9146da76205020b13658 [diff] |
romed8hm3: Add obmc-console config Like other ASRock Rack systems, romed8hm3 has the host console at 0x2f8 using IRQ 3, running at 115200 baud. Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: Ib05faf98329ae275ae36f57e3c413b1ffbf7839e
diff --git a/meta-asrock/meta-romed8hm3/recipes-phosphor/console/obmc-console/obmc-console.conf b/meta-asrock/meta-romed8hm3/recipes-phosphor/console/obmc-console/obmc-console.conf new file mode 100644 index 0000000..8cd204b --- /dev/null +++ b/meta-asrock/meta-romed8hm3/recipes-phosphor/console/obmc-console/obmc-console.conf
@@ -0,0 +1,3 @@ +lpc-address = 0x2f8 +sirq = 3 +baud = 115200
diff --git a/meta-asrock/meta-romed8hm3/recipes-phosphor/console/obmc-console_git.bbappend b/meta-asrock/meta-romed8hm3/recipes-phosphor/console/obmc-console_git.bbappend new file mode 100644 index 0000000..4fc41d0 --- /dev/null +++ b/meta-asrock/meta-romed8hm3/recipes-phosphor/console/obmc-console_git.bbappend
@@ -0,0 +1 @@ +FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"