History log of /openbmc/openbmc-tools/ (Results 251 – 275 of 318)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ef7d4aa026-Apr-2018 Brad Bishop <bradleyb@fuzziesquirrel.com>

cla-signers: Add Yadro signers

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

cdfbcfb118-Apr-2018 Lei YU <mine260309@gmail.com>

upload_and_update.py: Add --noprepare option

When the BMC is already in state for update, e.g. already rebooted with
loop deviced mounted for rofs, or in netboot without rofs mounted, it is
possible

upload_and_update.py: Add --noprepare option

When the BMC is already in state for update, e.g. already rebooted with
loop deviced mounted for rofs, or in netboot without rofs mounted, it is
possible to directly do the update without "prepare".

This option is added for such case, so it saves a "prepare" progress
and thus saves a reboot time.

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

show more ...

09df365516-Apr-2018 Justin Thaler <thalerj@us.ibm.com>

Corrections for GA2 GPU naming

Corrections to the policy table to add entries for the new way GPUs are
called out in GA2. The change goes from using gpu# with a custom callout
to /xyz/openbmc_projec

Corrections for GA2 GPU naming

Corrections to the policy table to add entries for the new way GPUs are
called out in GA2. The change goes from using gpu# with a custom callout
to /xyz/openbmc_project/inventory/system/chassis/motherboard/gv100card#
using a callout inventory path. The old entries will remain to support
previously GA'd systems.

Signed-off-by: Justin Thaler thalerj@us.ibm.com

show more ...

5f3ac66016-Apr-2018 Justin Thaler <thalerj@us.ibm.com>

Policy Table additions for powersupply path change

This update adds entries to account for the change in the powersupply
path where "motherboard" was added.

Signed-off-by: Justin Thaler thalerj@us.

Policy Table additions for powersupply path change

This update adds entries to account for the change in the powersupply
path where "motherboard" was added.

Signed-off-by: Justin Thaler thalerj@us.ibm.com

show more ...

18d33bf616-Apr-2018 Brad Bishop <bradleyb@fuzziesquirrel.com>

cla-signers: Update to latest IBM SchedA

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

22b1bb5d15-Mar-2018 Justin Thaler <thalerj@us.ibm.com>

FW Update fixes, Policy Table fixes

Several improvements were made to the firmware update process for
clients. The process added additional automation. It adds a check
to see if the FW level is pres

FW Update fixes, Policy Table fixes

Several improvements were made to the firmware update process for
clients. The process added additional automation. It adds a check
to see if the FW level is present on the bmc or not. It determines the
ID that will be used by the bmc and presents it to the user. It
automates the process of uploading, determining the image ID, and
activating the new image. When complete the user is prompted to reboot
the bmc and/or power on the system, to finish updating the firmware.

This update adds system power control and bmc power control restrictions
during the activation process, to prevent corrupting the BMC and
bricking the system. This is done by adding a check to see if an
activation is in progress, before performing the operation. This does
not protect users using IPMI or the REST API directly.

Some additional policy table changes were made to support problems with
some alerts missing, found in several defects.

Signed-off-by: Justin Thaler thalerj@us.ibm.com

show more ...

01eb0bf309-Apr-2018 Emily Shaffer <emilyshaffer@google.com>

Add cla-signer tool.

Tool consists of a list of signers, a script to sanitize and timestamp
the list, and a short documentation.

Signed-off-by: Emily Shaffer <emilyshaffer@google.com>

4f39496621-Mar-2018 Chris Austen <causten@users.noreply.github.com>

python path not always the same

On macos python3 default installation path is not /usr/bin. Adjusting launch path to allow for more accessibility

Signed-off-by: Chris Austen austenc@us.ibm.c

python path not always the same

On macos python3 default installation path is not /usr/bin. Adjusting launch path to allow for more accessibility

Signed-off-by: Chris Austen austenc@us.ibm.com

show more ...

2c66543f28-Feb-2018 Andrew Geissler <geissonator@yahoo.com>

Remove legacy BMC reboot from upload_and_update.py

This has been deprecated and new xyz interface to reboot
BMC should be used

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

28adfdc228-Feb-2018 Andrew Geissler <geissonator@yahoo.com>

Remove legacy BMC reboot from openbmc-sfw

This has been deprecated and new xyz interface to reboot
BMC should be used

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

19672b6607-Feb-2018 Andrew Geissler <geissonator@yahoo.com>

Script to parse journalctl json output

This was a quick script written by Brad that I find quite useful and
therefore good candidate for our openbmc tools repo.

It takes the "journalctl -o json-pre

Script to parse journalctl json output

This was a quick script written by Brad that I find quite useful and
therefore good candidate for our openbmc tools repo.

It takes the "journalctl -o json-pretty -r" output which is collected
in a lot of BMC FFDC and formats it into the normal journalctl
output we're all used to. The json output is collected
because it contains all of the metadata, which is sometimes needed
for debug but it's very difficult to look at when trying to isolate
down to an issue.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

show more ...

8b0dacbc18-Feb-2018 Andrew Jeffery <andrew@aj.id.au>

netboot: Capture failure exceeding the number of retries in u-boot

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

ac47577c02-Feb-2018 Andrew Jeffery <andrew@aj.id.au>

netboot: Reboot from a buildroot initrd

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

5d96e7c407-Feb-2018 Andrew Jeffery <andrew@aj.id.au>

Add a script for enabling kernel tracepoints

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

e454025b05-Feb-2018 Andrew Jeffery <andrew@aj.id.au>

Add debug script for deploying the debug tools tarball on Witherspoon

The debug script captures work-arounds required for getting perf(1) to work on
Witherspoon.

Signed-off-by: Andrew Jeffery <andr

Add debug script for deploying the debug tools tarball on Witherspoon

The debug script captures work-arounds required for getting perf(1) to work on
Witherspoon.

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

show more ...

da72d3f907-Feb-2018 Andrew Geissler <geissonator@yahoo.com>

Address code review comments from previous reviews

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

377306d318-Dec-2017 Andrew Geissler <geissonator@yahoo.com>

Provide user-friendly message when no dumps present

Instead of printing out the exception, just print a
no dumps message

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

c8f236ef18-Dec-2017 Andrew Geissler <geissonator@yahoo.com>

Add url warning disable to openbmc-sfw

Same feature in the other files, prevents the
"InsecureRequestWarning.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

aec68eb818-Dec-2017 Andrew Geissler <geissonator@yahoo.com>

Fix the get dump function

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

df4d291918-Dec-2017 Andrew Geissler <geissonator@yahoo.com>

Fix create dump interface

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

e412dc2e12-Jan-2018 Justin Thaler <thalerj@us.ibm.com>

Updating code to version 1.0. Added capabilities for firmware updates, checking tool version, clearing gard, and some minor code readability changes.

f9aee3e505-Dec-2017 Justin Thaler <thalerj@us.ibm.com>

Adding openbmctool

39ee559209-Nov-2017 Andrew Geissler <geissonator@yahoo.com>

Add support to display the special occ sensors

occ has some sensors not in the sensors namespace that
are valuable to look at.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

058fd3d609-Nov-2017 Andrew Geissler <andrewg@us.ibm.com>

Provide option to display sensor value in --list

Sometimes you just want a quick dump of all the sensors
and their current value (without all the other sensor
specific info).

Signed-off-by: Andrew

Provide option to display sensor value in --list

Sometimes you just want a quick dump of all the sensors
and their current value (without all the other sensor
specific info).

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

show more ...

f262229b09-Nov-2017 Andrew Geissler <andrewg@us.ibm.com>

Sort the returned sensors

Still not perfect but definitely better:
[andrewg@gfwa123 openbmc-events]$ ./openbmc-sensors --server <bmc> list
/xyz/openbmc_project/sensors/temperature/ambient
/xyz/openb

Sort the returned sensors

Still not perfect but definitely better:
[andrewg@gfwa123 openbmc-events]$ ./openbmc-sensors --server <bmc> list
/xyz/openbmc_project/sensors/temperature/ambient
/xyz/openbmc_project/sensors/fan_tach/fan0_0
/xyz/openbmc_project/sensors/fan_tach/fan0_1
/xyz/openbmc_project/sensors/fan_tach/fan1_0
/xyz/openbmc_project/sensors/fan_tach/fan1_1
/xyz/openbmc_project/sensors/fan_tach/fan2_0
/xyz/openbmc_project/sensors/fan_tach/fan2_1
/xyz/openbmc_project/sensors/fan_tach/fan3_0
/xyz/openbmc_project/sensors/fan_tach/fan3_1
/xyz/openbmc_project/sensors/temperature/p0_vcs_temp
/xyz/openbmc_project/sensors/temperature/p0_vdd_temp
/xyz/openbmc_project/sensors/temperature/p0_vddr_temp
/xyz/openbmc_project/sensors/temperature/p0_vdn_temp
/xyz/openbmc_project/sensors/temperature/p1_vcs_temp
/xyz/openbmc_project/sensors/temperature/p1_vdd_temp
/xyz/openbmc_project/sensors/temperature/p1_vddr_temp
/xyz/openbmc_project/sensors/temperature/p1_vdn_temp
...

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

show more ...

1...<<111213