Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7a612d4f 05-Jun-2023 Andrew Jeffery <andrew@aj.id.au>

obmc-console: Convert configs from socket-id to console-id

As of 9a8f30ec5b58 ("obmc-console: Introduce console-id, deprecate
socket-id") in obmc-console `console-id` is preferred over `socket-id`.

obmc-console: Convert configs from socket-id to console-id

As of 9a8f30ec5b58 ("obmc-console: Introduce console-id, deprecate
socket-id") in obmc-console `console-id` is preferred over `socket-id`.
Convert all in-tree configurations to `console-id` to enable removal of
support for the deprecated `socket-id` configuration option.

Change-Id: Ifd50603c378cfed5eb793b829b8296b7964e4194
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

show more ...


Revision tags: 2.14.0, 2.14.0-rc1, 2.15.0-dev
# b10e6e7e 12-Apr-2023 Chau Ly <chaul@amperecomputing.com>

meta-ampere: mtmitchell: Refactor obmc-console setup

This commit refactors obmc-console setup for mtmitchell

Tested:
1. Successfully connects to host consoles via ssh sol
$ ssh root@${bmc} -p 220*

meta-ampere: mtmitchell: Refactor obmc-console setup

This commit refactors obmc-console setup for mtmitchell

Tested:
1. Successfully connects to host consoles via ssh sol
$ ssh root@${bmc} -p 220*
2. Successfully connects host consoles via ipmi sol
$ ipmitool -I lanplus -H ${bmc} -U root -P 0penBmc \
-C 17 sol activate
3. All the host console logs are in /var/log/

Signed-off-by: Chau Ly <chaul@amperecomputing.com>
Change-Id: Ia1e6faaa4757e8f478352fd03ed977beeac15200

show more ...