History log of /openbmc/skeleton/pyinventorymgr/sync_inventory_items.py (Results 1 – 10 of 10)
Revision Date Author Comments
# 75fe8cc4 22-Jul-2022 Patrick Williams <patrick@stwcx.xyz>

python: reformat using black

Code cannot currently be submitted to this repo because it fails
in the unit-test phase. Attempt to reformat the code using `black`
to hopefully make pycodestyle happie

python: reformat using black

Code cannot currently be submitted to this repo because it fails
in the unit-test phase. Attempt to reformat the code using `black`
to hopefully make pycodestyle happier.

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

show more ...


# 24341f9d 26-Jan-2018 Adriana Kobylak <anoo@us.ibm.com>

pep8 fixes

Also ignore the configs/ directory since it only contains
system configuration files named <system>.py.

Change-Id: I0416239c4030ce5bc39473e65e560016cd4ffc75
Signe

pep8 fixes

Also ignore the configs/ directory since it only contains
system configuration files named <system>.py.

Change-Id: I0416239c4030ce5bc39473e65e560016cd4ffc75
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...


# f1470e9b 28-Aug-2017 Ratan Gupta <ratagupt@in.ibm.com>

SyncInventory: Move to the xyz namespace for property mac

Change-Id: I1db7b44d8fdff7876af83c8fb24fc77b5c7c61b7
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>


# c47c6a6b 29-Mar-2017 Dinesh Chinari <chinari@us.ibm.com>

U-boot script update with new inventory object

Updated new inventory objects in u-boot fw_env scripts.

Change-Id: I9545f29f603e2fc46424d44df45ca82379df5ecb
Signed-off-by: Dinesh

U-boot script update with new inventory object

Updated new inventory objects in u-boot fw_env scripts.

Change-Id: I9545f29f603e2fc46424d44df45ca82379df5ecb
Signed-off-by: Dinesh Chinari <chinari@us.ibm.com>

show more ...


# f9deaa0f 01-Nov-2016 Adriana Kobylak <anoo@us.ibm.com>

skeleton: Read mac from u-boot instead of net settings

The system mac should be read from u-boot, not from the network
settings, since the network settings one can be the random mac

skeleton: Read mac from u-boot instead of net settings

The system mac should be read from u-boot, not from the network
settings, since the network settings one can be the random mac
set by the system, and if the random mac happens to have the
locally managed bit turned on, it'll prevent the mac from vpd
from being written into the system.

Fixes openbmc/openbmc#627

Change-Id: I70ffaeb165881a2b83455f2953a4143cb471d688
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...


# 3205742d 05-Oct-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

sync: add missing os module import

fixes: openbmc/openbmc#641

Change-Id: I88dbcfb6d731bff66d7edf4866b61ede06f4c6f8
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>


# 7e5ec46d 21-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

inventory: Move INVENTORY_ROOT to inventory module

Change-Id: Ic68d4a48ff46002858934e0b9c9b1694a2a17a08
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>


# 53066750 21-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

python: add vim modelines

Change-Id: Ic13d79892e3efe6f7bad357ad747e6fd25299d02
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>


# 3d13c285 21-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

palmetto: remove frus

These are now provided in a json file.

Change-Id: Ib0491399df797a728c7a71118f7d54a07eb3a466
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>


# fb4d2258 29-Jun-2016 Adriana Kobylak <anoo@us.ibm.com>

Add logic to sync/preserve MAC and UUID

The MAC and UUID values are written in the VPD eeprom by the manufacturer.
These values are mirrored to u-boot. During BMC boot, check that the

Add logic to sync/preserve MAC and UUID

The MAC and UUID values are written in the VPD eeprom by the manufacturer.
These values are mirrored to u-boot. During BMC boot, check that the
values in the VPD eeprom and u-boot are the same. If they are different,
use the VPD eeprom value to update u-boot.
Exception is the MAC when it's been set by the admin to have a locally
administered address. In this case the MAC is not updated.
Updating the MAC takes effect immediately, updating the UUID requires a
BMC reboot.

Change-Id: Ied0f308ed06cd6a45bd618bbb307b2483c6b5b61
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...