History log of /openbmc/skeleton/ (Results 101 – 125 of 718)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e44ee59311-Oct-2017 Andrew Jeffery <andrew@aj.id.au>

pytools: obmcutil: Make prop use None instead of empty string

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

0215402311-Oct-2017 Andrew Jeffery <andrew@aj.id.au>

pytools: obmcutil: Rename property_value to val

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

97800bc211-Oct-2017 Andrew Jeffery <andrew@aj.id.au>

pytools: obmcutil: Rename property_name to prop

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

82b4b81611-Oct-2017 Andrew Jeffery <andrew@aj.id.au>

pytools: obmcutil: Rename prop to dbus_prop

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

dc56a93b11-Oct-2017 Andrew Jeffery <andrew@aj.id.au>

pytools: obmcutil: Rename bus_name to bus

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

bdb7435b11-Oct-2017 Andrew Jeffery <andrew@aj.id.au>

pytools: obmcutil: Rename bus to dbus_bus

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

93b84e4211-Oct-2017 Lei YU <mine260309@gmail.com>

op-pwrctl: Use new BootProgress sensor

The pci_reset_out depends on BootProgress sensor to release the reset
hold. The /org/openbmc/sensors/host/BootProgress object is deprecated
and we should use /

op-pwrctl: Use new BootProgress sensor

The pci_reset_out depends on BootProgress sensor to release the reset
hold. The /org/openbmc/sensors/host/BootProgress object is deprecated
and we should use /xyz/openbmc_project/state/host0 now.

Update the code to use new object and it fixes the P8 PCI reset issues.

Change-Id: I97b311b548c4e8d081820f488dc2a8b40a41cf1c
Signed-off-by: Lei YU <mine260309@gmail.com>

show more ...

563db9fc11-Oct-2017 Andrew Jeffery <andrew@aj.id.au>

pytools: obmcutil: Rename intf_name to iface

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

687aaa4a11-Oct-2017 Andrew Jeffery <andrew@aj.id.au>

pytools: obmcutil: Rename intf to dbus_iface

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

eee9c24911-Oct-2017 Andrew Jeffery <andrew@aj.id.au>

pytools: obmcutil: Rename obj_path to obj

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

401fcb4911-Oct-2017 Andrew Jeffery <andrew@aj.id.au>

pytools: obmcutil: Rename obj to dbus_obj

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

44e6d9c411-Oct-2017 Andrew Jeffery <andrew@aj.id.au>

pytools: obmcutil: Put script into a main() method

This is more python hygiene than anything required - it makes the module
importable without running arbitrary code at import time.

Change-Id: I7f5

pytools: obmcutil: Put script into a main() method

This is more python hygiene than anything required - it makes the module
importable without running arbitrary code at import time.

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

show more ...

076aa1f711-Oct-2017 Andrew Jeffery <andrew@aj.id.au>

pytools: obmcutil: Drop commandline method support

None of the specified DBus objects have the 'method' property any
longer, so drop the code supporting it and cleanup the resulting cruft.

Change-I

pytools: obmcutil: Drop commandline method support

None of the specified DBus objects have the 'method' property any
longer, so drop the code supporting it and cleanup the resulting cruft.

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

show more ...

7bef82c002-Oct-2017 Adriana Kobylak <anoo@us.ibm.com>

bmc_update.py: Call fw_setenv twice for PrepareForUpdate

Support for u-boot redundant environment variables was
added where u-boot alternates writing to each environment
every time an variable is wr

bmc_update.py: Call fw_setenv twice for PrepareForUpdate

Support for u-boot redundant environment variables was
added where u-boot alternates writing to each environment
every time an variable is written. But initramfs doesn't
know which environment is active so it always reads from
the same one. Therefore need to twice set the
environments that initramfs reads so that they're written
to both environments and initramfs can read it.

Part of openbmc/openbmc#2292

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

show more ...

2b3f3ffe12-Sep-2017 Andrew Geissler <andrewg@us.ibm.com>

Remove pci_reset from witherspoon config

This pci_reset config causes intermittent network drop
issues on witherspoon. openbmc/openbmc#2288 tracks getting
to root cause of this network issue.

Resol

Remove pci_reset from witherspoon config

This pci_reset config causes intermittent network drop
issues on witherspoon. openbmc/openbmc#2288 tracks getting
to root cause of this network issue.

Resolves openbmc/openbmc#2228

Change-Id: I3275f9b231c125cea45e3fa0cd302469343bd654
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>

show more ...

0206be8707-Sep-2017 Adriana Kobylak <anoo@us.ibm.com>

flashbios: Do not expect the full path to the executable

The service file that starts the bios flasher was changed from specifying
the path /usr/sbin/<flasher> to just <flasher> to allow the service

flashbios: Do not expect the full path to the executable

The service file that starts the bios flasher was changed from specifying
the path /usr/sbin/<flasher> to just <flasher> to allow the service file
to find the binary on any directory specified by PATH and enable patching
on a read-only filesystem.

Remove the parsing of the path from the code, and change execl to execlp
which gets the path from the PATH env variable.

Resolves openbmc/openbmc#2271

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

show more ...

2c92f88101-Sep-2017 Tom Joseph <tomjoseph@in.ibm.com>

Correct the PS Derating & PS redundancy sensor numbers.

Change-Id: I5db50fc156005aa901714e370cf75a4d5455d4cb
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>

f1470e9b28-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>

c47c6a6b29-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 Chinari <chinari@us

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 ...

a42400f222-Aug-2017 Lei YU <mine260309@gmail.com>

pysystemmgr: Fix pci_reset_outs

The pcie_reset_outs is incorrect and cause the PCIE reset functionality
broken.
Fix this by correctly parsing the GPIO config table.

Change-Id: I14bef6eba32c43fcc8e1

pysystemmgr: Fix pci_reset_outs

The pcie_reset_outs is incorrect and cause the PCIE reset functionality
broken.
Fix this by correctly parsing the GPIO config table.

Change-Id: I14bef6eba32c43fcc8e13ec956ad2e171d3e90b8
Signed-off-by: Lei YU <mine260309@gmail.com>

show more ...

3be0995b18-Aug-2017 George Keishing <gkeishin@in.ibm.com>

obmcutil to get get bootprogress from xyz interface

Change-Id: I3524ef2bba925d81c9746cfa12c16706dcecad5a
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

3fc6b79015-Aug-2017 Milton Miller <miltonm@us.ibm.com>

bmc_update: explictly save firmware environment

Find the file to copy from the firmware environent config,
and assume the complete file should be saved as an image
to the u-boot-env mtd partition.

bmc_update: explictly save firmware environment

Find the file to copy from the firmware environent config,
and assume the complete file should be saved as an image
to the u-boot-env mtd partition.

Preserve network settings has worked to save the u-boot-env
by copying the runtime copy of the env saved by the
initramfs init script to /run/fw_env. That copy was
created as a workaround for a flash erase problem that
can not be created with the current driver.

Change-Id: Ie42ddbb4f821447349f70ab21d1333194aba08cf
Signed-off-by: Milton Miller <miltonm@us.ibm.com>

show more ...

62d11c3e15-Aug-2017 Milton Miller <miltonm@us.ibm.com>

pyflashbmc: Remove initramfs from list of expected images

Remove the no longer present initramfs image as the initramfs
is no longer stored in a seperate partition.

Individual flash partition updat

pyflashbmc: Remove initramfs from list of expected images

Remove the no longer present initramfs image as the initramfs
is no longer stored in a seperate partition.

Individual flash partition updates have not worked via rest (Update will
return "Unpack Error") since the switch to storing the initramfs in the
FIT image.

Change-Id: Ie01fc18704fca2296cb7436dfea07ba4773a0ace
Signed-off-by: Milton Miller <miltonm@us.ibm.com>

show more ...

9903ec6230-Jul-2017 Andrew Geissler <andrewg@us.ibm.com>

Update button press handlers to new targets

The targets have changed within openbmc for hard
power off and soft power down. This file will be
deprecated some day but for now it needs to be
in sync

Update button press handlers to new targets

The targets have changed within openbmc for hard
power off and soft power down. This file will be
deprecated some day but for now it needs to be
in sync with the new targets.

Resolves openbmc/openbmc#1593

Change-Id: I1e2949c67fd9b4756a6f18070eea63c8b161c7bf
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>

show more ...

efe5d2de07-Jul-2017 Brad Bishop <bradleyb@fuzziesquirrel.com>

chassis: Remove sensor subscription

Remove a signal subscription from the deprecated
org.openbmc.SensorThresholds interface.

Change-Id: I75d83324ada77642a8f560b4250fb24190dc540a
Signed-off-by: Brad

chassis: Remove sensor subscription

Remove a signal subscription from the deprecated
org.openbmc.SensorThresholds interface.

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

show more ...

12345678910>>...29