History log of /openbmc/openpower-proc-control/procedures/phal/import_devtree.cpp (Results 1 – 5 of 5)
Revision Date Author Comments
# e0dd7af4 13-Sep-2023 Jayanth Othayoth <ojayanth@in.ibm.com>

switch fmt::format to use std::format

fmt::format is supported in the c++ std. This will
help to remove fmt package dependency.

Change-Id: Ia3f5c607a348f062a0f112d5eae8b51ecc23fd37
Signed-off-by: J

switch fmt::format to use std::format

fmt::format is supported in the c++ std. This will
help to remove fmt package dependency.

Change-Id: Ia3f5c607a348f062a0f112d5eae8b51ecc23fd37
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>

show more ...


# 1a9a5a6a 06-Oct-2021 Patrick Williams <patrick@stwcx.xyz>

catch exceptions as const

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ia8f2ae95679f98f2fc3f32239bbf3b3578c35888


# 61c8757c 10-Sep-2021 Jayanth Othayoth <ojayanth@in.ibm.com>

PHAL: disable attributes tool debug traces

Attributes "import" options prints debug data in the console.
currently tool is not providing no option to disable this.
This commits stop

PHAL: disable attributes tool debug traces

Attributes "import" options prints debug data in the console.
currently tool is not providing no option to disable this.
This commits stop printing data into journals to log unwanted
data in journal.

Tested: verified using command line option

Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: Ia21ddeee9b13f0f999bfac88b5985999be762d2c

show more ...


# 2a7322f4 10-Sep-2021 Jayanth Othayoth <ojayanth@in.ibm.com>

PHAL: set PDATA_INFODB value during import devtree

PDATA recipe removed systemd global settings related to
PDATA_INFODB environment value. This commit enables the
application level s

PHAL: set PDATA_INFODB value during import devtree

PDATA recipe removed systemd global settings related to
PDATA_INFODB environment value. This commit enables the
application level support for the same.

Tested: verified manually by running app.

Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: Ic6a9759a1d5c349f5f7cb6666fc3fbc79cb8b1f1

show more ...


# cf2da1be 29-Jul-2021 Jayanth Othayoth <ojayanth@in.ibm.com>

PHAL: import devtree tool support

Added tool to import devtree attributes from BMC predefined
location to current phal devtree in the system. This tool
is used to override that r/w a

PHAL: import devtree tool support

Added tool to import devtree attributes from BMC predefined
location to current phal devtree in the system. This tool
is used to override that r/w attribute data after concurrent
code update BMC reboot path.

./openpower-proc-control importDevtree

Tested : regular reboot path ( with attribute data file)

~# systemctl status phal-import-devtree@0.service
○ phal-import-devtree@0.service - Import Host0 PHAL devtree attributes
Loaded: loaded (/lib/systemd/system/phal-import-devtree@.service; static)
Active: inactive (dead) since Mon 2021-08-02 12:03:09 UTC; 2min 55s ago
Process: 493 ExecStart=/usr/bin/openpower-proc-control importDevtree (code=exited, status=0/SUCCESS)
Main PID: 493 (code=exited, status=0/SUCCESS)

Aug 02 12:03:02 rain71bmc systemd[1]: Starting Import Host0 PHAL devtree attributes...
Aug 02 12:03:03 rain71bmc systemd[1]: Finished Import Host0 PHAL devtree attributes.
Aug 02 12:03:09 rain71bmc systemd[1]: phal-import-devtree@0.service: Deactivated successfully.
Aug 02 12:03:09 rain71bmc systemd[1]: Stopped Import Host0 PHAL devtree attributes.

Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: I6ea5e78b4d87a53f45b60ba33a658294feec7c1d

show more ...