53757b38 | 29-Jul-2024 |
George Liu <liuxiwei@ieisystem.com> |
README.md: Fix MD040 warnings
The following warnings are generated by using markdownlint analysis: ``` MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
README.md: Fix MD040 warnings
The following warnings are generated by using markdownlint analysis: ``` MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] ``` Refer to markdown-lint [1] to fix MD040 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/040-fenced-code-language.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Icd89343bd10409ced7d1f1af2272cca151e80de7
show more ...
|
ec42e0ab | 29-Jul-2024 |
George Liu <liuxiwei@ieisystem.com> |
README.md: Fix MD041 warnings
The following warnings are generated by using markdownlint analysis: ``` MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Cont
README.md: Fix MD041 warnings
The following warnings are generated by using markdownlint analysis: ``` MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "Remote BIOS Configuration via ..."] ``` Refer to markdown-lint [1] to fix MD041 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/041-first-line-h1.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I63766ad2e1dca25bba1d84bd627731990034187b
show more ...
|
fc0fa20d | 17-Jun-2024 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Fix spelling mistakes using codespell
This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool.
[1]: https://githu
Fix spelling mistakes using codespell
This commit corrects various spelling mistakes throughout the repository. The corrections were made automatically using `codespell`[1] tool.
[1]: https://github.com/codespell-project/codespell
Change-Id: Ic4d797c59b78529fb2a0290d39d78f1734fb87d0 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
show more ...
|
b847a932 | 22-Dec-2023 |
Andrew Jeffery <andrew@aj.id.au> |
OWNERS: Update Andrew's preferred email
We're having some grief with non-preferred emails in Gerrit[1]. I now prefer project-related content goes to my work email address, so use my non-preferred em
OWNERS: Update Andrew's preferred email
We're having some grief with non-preferred emails in Gerrit[1]. I now prefer project-related content goes to my work email address, so use my non-preferred email to implement the switch.
[1]: https://issues.gerritcodereview.com/issues/317345953
Change-Id: Ib79de44726d238a87af6d0bfaaf245db4943df33 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
show more ...
|
8ee19a4d | 08-Aug-2023 |
Ed Tanous <edtanous@google.com> |
Port to meson
Similar to ports done elsewhere, port this repo to meson.
Change-Id: I8be9f36b55eb52d085958919cd6c853b46b93674 Signed-off-by: Ed Tanous <edtanous@google.com> |
4aa83739 | 24-Jul-2023 |
Andrew Geissler <geissonator@yahoo.com> |
time: changes to support 64bit time
Upstream changed the default sizes within time_t to be 64bit. Adjust the printf in btbridge to support both 32bit and 64bit
Tested: - Confirmed now compiles with
time: changes to support 64bit time
Upstream changed the default sizes within time_t to be 64bit. Adjust the printf in btbridge to support both 32bit and 64bit
Tested: - Confirmed now compiles with latest yocto
Change-Id: I415f4e142388e999bef9ca94c175d9533e60268f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
show more ...
|
87a0efd5 | 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
remove outdated file
The `.build.sh` references ubuntu 2015 and is not likely used anymore, so remove it.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie7f24c7442c2b8c5189db29ee72
remove outdated file
The `.build.sh` references ubuntu 2015 and is not likely used anymore, so remove it.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie7f24c7442c2b8c5189db29ee722fc8460681934
show more ...
|
5ac2f4b5 | 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
Change-Id: If736537c058d32618921344fc4a94dd8e5c3435e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
a6ec8996 | 01-Aug-2022 |
Patrick Williams <patrick@stwcx.xyz> |
OWNERS: remove Cyril
Cyril hasn't contributed to the project since 2019 and doesn't seem to have an email address matching with his Gerrit ID. Removing from OWNERS file.
Signed-off-by: Patrick Wil
OWNERS: remove Cyril
Cyril hasn't contributed to the project since 2019 and doesn't seem to have an email address matching with his Gerrit ID. Removing from OWNERS file.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9e08d5f54cf8ec717b3ae874c987d7b06f59f8ed
show more ...
|
b6f263ac | 04-Aug-2022 |
Patrick Williams <patrick@stwcx.xyz> |
MAINTAINERS: remove file
The MAINTAINERS file is deprecated in favor of OWNERS.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I40486aba9f5d717c0e72d1b53d50535798593431
|
bcd47acd | 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
OWNERS: switch 'matches' to 'matchers'
The original OWNERS template had a mistake which used 'matches' instead of the field supported by the Gerrit plugin 'matchers'. Update the OWNERS file to have
OWNERS: switch 'matches' to 'matchers'
The original OWNERS template had a mistake which used 'matches' instead of the field supported by the Gerrit plugin 'matchers'. Update the OWNERS file to have the correct field.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4fa1ff001fbd83ef87d85f2d4c41d1c973acdcb4
show more ...
|
713a5470 | 22-Oct-2021 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Add OWNERS file
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: Idbbd2a01031344e1e2223624a1fb32b814f7ebd0 |
0a47d9a0 | 13-Apr-2021 |
Patrick Williams <patrick@stwcx.xyz> |
enable shellcheck
Make minor fixes to the shellcheck errors reported by .build.sh and enable shellcheck in CI.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I36163bb48ce984371e8089
enable shellcheck
Make minor fixes to the shellcheck errors reported by .build.sh and enable shellcheck in CI.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I36163bb48ce984371e808937bc64767535ff9e63
show more ...
|
3bf84962 | 13-Apr-2021 |
Patrick Williams <patrick@stwcx.xyz> |
bootstrap: fix shellcheck warnings
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I86ef079c9632e5563a1a56d6a2e23aad59ecbc57 |
aa5511d2 | 07-May-2019 |
Andrew Jeffery <andrew@aj.id.au> |
btbridged: Empty out timerfd on alarm
While chasing down some failures to boot it was observed that btbridged exhibited some odd behaviour:
``` [BTBRIDGED 1556110700.790817149] Completed request wi
btbridged: Empty out timerfd on alarm
While chasing down some failures to boot it was observed that btbridged exhibited some odd behaviour:
``` [BTBRIDGED 1556110700.790817149] Completed request with seq 0xbe, netfn 0x07, lun 0x00, cmd 0x06, cc 0x00 [BTBRIDGED 1556110700.793924606] Sending dbus signal with seq 0xbf, netfn 0x06, lun 0x00, cmd 0x24 [BTBRIDGED 1556110704.899868679] Sending dbus signal with seq 0xc0, netfn 0x3a, lun 0x00, cmd 0x5a [BTBRIDGED 1556110705.927016825] Timeout on msg with seq: 0xbf [BTBRIDGED 1556110705.927279813] Adjusting timer for next element [BTBRIDGED 1556110705.927460055] Successfully wrote 5 of 5 bytes to /dev/ipmi-bt-host [BTBRIDGED 1556110705.927600822] Turning off POLLOUT for the BT in poll() [BTBRIDGED 1556110705.927708377] Completed request with seq 0xbf, netfn 0x07, lun 0x00, cmd 0x24, cc 0xce [BTBRIDGED 1556110705.927831285] Timeout on msg with seq: 0xc0 [BTBRIDGED 1556110705.928012375] Disabling timer, no elements remain in queue [BTBRIDGED 1556110705.928195404] Successfully wrote 5 of 5 bytes to /dev/ipmi-bt-host [BTBRIDGED 1556110705.928335565] Turning off POLLOUT for the BT in poll() [BTBRIDGED 1556110705.928442110] Completed request with seq 0xc0, netfn 0x3b, lun 0x00, cmd 0x5a, cc 0xce [BTBRIDGED 1556110705.950386593] Processed 1 dbus events [BTBRIDGED 1556110706.013493351] Processed 1 dbus events ```
Notably, at 1556110705.927831285 we time out message 0xc0, which only arrived at 1556110704.899868679, which is well short of the 5 second timeout it should have been allowed. Message 0xbe arrived at 1556110700.790817149, and is legitimately timed out at 1556110705.927016825.
The timerfd is re-armed to fire at the appropriate interval as the BT message queue is pumped, but given we're still seeing messages timed out early we have other problems.
As it turns out, at no point was the alarm count read out of the timerfd, which means that POLLIN will forever be true once a single timeout occurs.
I hackily reproduced the bug with the following patch:
``` $ git diff diff --git a/btbridged.c b/btbridged.c index c6a749684f89..c34ecbb41b99 100644
Change-Id: Id021bf86ae6b712711564aeff74395c4dc06f86f --- a/btbridged.c +++ b/btbridged.c @@ -573,11 +578,13 @@ static int dispatch_bt(struct btbridged_context *context) }
/* Note we only actually keep the request data in the queue when debugging */ +#if 0 r = sd_bus_send(context->bus, msg, NULL); if (r < 0) { MSG_ERR("Couldn't emit dbus signal: %s\n", strerror(-r)); goto out1_free; } +#endif r = 0; out1_free: sd_bus_message_unref(msg); ```
And then some shell hackery under qemu to emulate some BT messages:
``` root@witherspoon:~# for i in a b; do echo -n $( echo -n ??; echo -n $i; yes ? | tr -d '\n' | dd bs=61 count=1 ) | dd bs=64 count=1; sleep 3; done | /tmp/btbridged --vv --d /dev/stdin [BTBRIDGED 1557293495.775887696] Debug logging [BTBRIDGED 1557293495.776840496] Starting [BTBRIDGED 1557293495.816003184] Registering dbus methods/signals [BTBRIDGED 1557293495.817261760] Requesting dbus name: org.openbmc.HostIpmi [BTBRIDGED 1557293495.842606534] Getting dbus file descriptors [BTBRIDGED 1557293495.843622809] Opening /dev/stdin [BTBRIDGED 1557293495.845227524] Creating timer fd [BTBRIDGED 1557293495.847197691] Entering polling loop 1+0 records in 1+0 records out [BTBRIDGED 1557293495.875593512] Processed 1 dbus events [BTBRIDGED 1557293495.877544568] Processed 1 dbus events [BTBRIDGED 1557293495.885870039] Processed 1 dbus events [BTBRIDGED 1557293495.891684660] Processed 1 dbus events 1+0 records in 1+0 records out [BTBRIDGED 1557293495.920918697] Processed 1 dbus events [BTBRIDGED 1557293495.922578725] Sending dbus signal with seq 0x61, netfn 0x0f, lun 0x03, cmd 0x3f [BTBRIDGED 1557293495.923731282] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293495.926144192] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293495.940668484] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293495.943877389] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293495.945245499] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293495.946143553] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293495.947038900] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293495.950191643] 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293495.957989078] Processed 1 dbus events [BTBRIDGED 1557293495.966219600] Processed 1 dbus events 1+0 records in 1+0 records out 1+0 records in 1+0 records out [BTBRIDGED 1557293499.057933902] Sending dbus signal with seq 0x62, netfn 0x0f, lun 0x03, cmd 0x3f [BTBRIDGED 1557293499.058611231] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293499.059376316] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293499.060071947] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293499.061051535] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293499.067664737] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293499.068453296] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293499.069132483] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293499.069834457] 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293500.925481584] Timeout on msg with seq: 0x61 [BTBRIDGED 1557293500.929968742] Adjusting timer for next element [BTBRIDGED 1557293500.936309380] Successfully wrote 5 of 5 bytes to /dev/stdin [BTBRIDGED 1557293500.939482567] Turning off POLLOUT for the BT in poll() [BTBRIDGED 1557293500.942887753] Completed request with seq 0x61, netfn 0x10, lun 0x03, cmd 0x3f, cc 0xce [BTBRIDGED 1557293500.946057103] Timeout on msg with seq: 0x62 [BTBRIDGED 1557293500.950179980] Sending dbus signal with seq 0x61, netfn 0x10, lun 0x03, cmd 0x3f [BTBRIDGED 1557293500.953666296] 0xce [BTBRIDGED 1557293500.957920607] Adjusting timer for next element [BTBRIDGED 1557293500.959637523] Successfully wrote 5 of 5 bytes to /dev/stdin [BTBRIDGED 1557293500.961051977] Turning off POLLOUT for the BT in poll() [BTBRIDGED 1557293500.962846347] Completed request with seq 0x62, netfn 0x10, lun 0x03, cmd 0x3f, cc 0xce [BTBRIDGED 1557293500.964777807] Sending dbus signal with seq 0x62, netfn 0x10, lun 0x03, cmd 0x3f [BTBRIDGED 1557293500.965874687] 0xce
... ```
From this we see that the timeout for message 0x62 is processed in 2 seconds, rather than the 5 seconds it should be allocated.
Subsequent to the patch we get the following:
``` root@witherspoon:~# for i in a b; do echo -n $( echo -n ??; echo -n $i; yes ? | tr -d '\n' | dd bs=61 count=1 ) | dd bs=64 count=1; sleep 3; done | /tmp/btbridged --vv --d /dev/stdin [BTBRIDGED 1557293375.976924218] Debug logging [BTBRIDGED 1557293375.977834675] Starting [BTBRIDGED 1557293376.006553426] Registering dbus methods/signals [BTBRIDGED 1557293376.007820971] Requesting dbus name: org.openbmc.HostIpmi [BTBRIDGED 1557293376.029322731] Getting dbus file descriptors [BTBRIDGED 1557293376.044355980] Opening /dev/stdin [BTBRIDGED 1557293376.046642547] Creating timer fd [BTBRIDGED 1557293376.048234089] Entering polling loop [BTBRIDGED 1557293376.066814944] Processed 1 dbus events [BTBRIDGED 1557293376.067628554] Processed 1 dbus events [BTBRIDGED 1557293376.074939645] Processed 1 dbus events 1+0 records in 1+0 records out [BTBRIDGED 1557293376.093224260] Processed 1 dbus events [BTBRIDGED 1557293376.095118345] Processed 1 dbus events 1+0 records in 1+0 records out [BTBRIDGED 1557293376.125548961] Processed 1 dbus events [BTBRIDGED 1557293376.126759011] Sending dbus signal with seq 0x61, netfn 0x0f, lun 0x03, cmd 0x3f [BTBRIDGED 1557293376.127621307] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293376.128784166] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293376.129727956] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293376.130708635] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293376.131657960] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293376.143128410] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293376.144343915] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293376.145665965] 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293376.167327482] Processed 1 dbus events 1+0 records in 1+0 records out 1+0 records in 1+0 records out [BTBRIDGED 1557293379.287334223] Sending dbus signal with seq 0x62, netfn 0x0f, lun 0x03, cmd 0x3f [BTBRIDGED 1557293379.288042581] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293379.288843301] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293379.289562730] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293379.304280143] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293379.305032985] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293379.305826877] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293379.306642790] 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293379.307781568] 0x3f 0x3f 0x3f 0x3f [BTBRIDGED 1557293381.127091191] Timer fired 1 times [BTBRIDGED 1557293381.127770782] Timeout on msg with seq: 0x61 [BTBRIDGED 1557293381.128476028] Adjusting timer for next element [BTBRIDGED 1557293381.129388223] Successfully wrote 5 of 5 bytes to /dev/stdin [BTBRIDGED 1557293381.130146196] Turning off POLLOUT for the BT in poll() [BTBRIDGED 1557293381.130854312] Completed request with seq 0x61, netfn 0x10, lun 0x03, cmd 0x3f, cc 0xce [BTBRIDGED 1557293381.132305370] Sending dbus signal with seq 0x61, netfn 0x10, lun 0x03, cmd 0x3f [BTBRIDGED 1557293381.133141202] 0xce [BTBRIDGED 1557293384.288225639] Timer fired 1 times [BTBRIDGED 1557293384.290146754] Timeout on msg with seq: 0x62 [BTBRIDGED 1557293384.291676115] Adjusting timer for next element [BTBRIDGED 1557293384.293973834] Successfully wrote 5 of 5 bytes to /dev/stdin [BTBRIDGED 1557293384.295833616] Turning off POLLOUT for the BT in poll() [BTBRIDGED 1557293384.297688267] Completed request with seq 0x62, netfn 0x10, lun 0x03, cmd 0x3f, cc 0xce [BTBRIDGED 1557293384.300722101] Sending dbus signal with seq 0x62, netfn 0x10, lun 0x03, cmd 0x3f [BTBRIDGED 1557293384.303198202] 0xce ```
Here message 0x62 is correctly being timed out 5 seconds after its arrival.
Change-Id: Iac3d46d153d6677a1036de726c5ef30cbec33934 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
show more ...
|
bfbc29c9 | 28-Mar-2019 |
Patrick Venture <venture@google.com> |
build: install into bin instead of sbin
Installs into bin instead of sbin per guidelines.
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ie8951aa9178e00107455387d4714b1ecfe0445dc |
8fb36a93 | 18-May-2018 |
Andrew Jeffery <andrew@aj.id.au> |
Add MAINTAINERS file
Change-Id: I8a09f4c0bdfc49e124038dbe0a5bb6fe5a123cc8 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> |
ad247bd3 | 21-Jun-2017 |
Emily Shaffer <emilyshaffer@google.com> |
Change timeout from 1s to 5s; w1 driver takes ~3s per sensor to read.
Timeouts over IPMI are recommended to be 5 seconds, per the IPMI spec (p. 64). The 1-wire temperature sensor driver used by Zai
Change timeout from 1s to 5s; w1 driver takes ~3s per sensor to read.
Timeouts over IPMI are recommended to be 5 seconds, per the IPMI spec (p. 64). The 1-wire temperature sensor driver used by Zaius takes >1s to respond, so IPMI is unusable for us with the timeout set at 1s.
Change-Id: I7dd1028924079caac4a01d96998a331c9e41f563 Signed-off-by: Emily Shaffer <emilyshaffer@google.com>
show more ...
|
68bcce03 | 17-Oct-2016 |
Matthew Barth <msbarth@us.ibm.com> |
Convert build process to autotools
Replaced the use of a manual Makefile with the use of autotools to automatically verify and generate the necessary build files. Follow the steps outlined within th
Convert build process to autotools
Replaced the use of a manual Makefile with the use of autotools to automatically verify and generate the necessary build files. Follow the steps outlined within the README.md file to build the package.
Change-Id: I60389df5a9926d4756c51ac7aab7eeca9ae8aff8 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
show more ...
|
825022b4 | 16-Sep-2016 |
Cédric Le Goater <clg@kaod.org> |
replace bt_host by bt_bmc
The Linux kernel driver for the BT interface on the Aspeed SOC is now named "bt-bmc" to reflect that it implements the BMC side of the interface. The device name has also c
replace bt_host by bt_bmc
The Linux kernel driver for the BT interface on the Aspeed SOC is now named "bt-bmc" to reflect that it implements the BMC side of the interface. The device name has also changed, we now use : "/dev/ipmi-bt-host".
Partially resolves openbmc/openbmc#694
Change-Id: I6b00d5375ef367f43546b4ccc2a712f9cec6736c Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Yi Li <adamliyi@msn.com>
show more ...
|
74e18137 | 16-Sep-2016 |
Cédric Le Goater <clg@kaod.org> |
add a --device option
The "--device" option can be used to set btbridge device name. The device kernel name has been changed to "/dev/ipmi-bt-host". Rework the usage message also a bit.
Partially r
add a --device option
The "--device" option can be used to set btbridge device name. The device kernel name has been changed to "/dev/ipmi-bt-host". Rework the usage message also a bit.
Partially resolves openbmc/openbmc#694
Change-Id: I9d3d7c20a99fe256207096727b8e89b27311a621 Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Yi Li <adamliyi@msn.com>
show more ...
|
c4bc8f08 | 17-Oct-2016 |
Matthew Barth <msbarth@us.ibm.com> |
Corrected resulting errors from -Wall & -Werror.
Change-Id: I2b45eaec2a90ddb44ebff51be6cc19e7fca9a4d7 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> |
4c6eaa97 | 11-Jan-2016 |
Cyril Bur <cyril.bur@au1.ibm.com> |
Fix invalid queue removal in bt_q_drop
Signed-off-by: Cyril Bur <cyril.bur@au1.ibm.com> |
a28444b6 | 09-Dec-2015 |
Cyril Bur <cyril.bur@au1.ibm.com> |
Replace --verbose with --v and --debug with --vv |
201c8d71 | 01-Dec-2015 |
Cyril Bur <cyril.bur@au1.ibm.com> |
Improve debugging output, timestamps and syslog |