| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ed Tanous (2):
Mapper: Remove unused ObjectManager usage
Remove interface filter
Matt Spinler (3):
mapper: Don't return the input path in GetSubTree
bindings: Skip the default ifaces on enumerate
mapper: Don't fail on some empty results
(From meta-phosphor rev: 88f7c55b185e5061053c05a505b56097c3d9ebe3)
Change-Id: Ia92cf7a31416850048e4f470a9cea177b203e30a
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Witherspoon doesn't actually have a reset button. This was
pointed at a GPIO used by the fan watchdog.
(From meta-ibm rev: 67afe4eaa0e066431292e7481e00eb703de6184f)
Change-Id: I50da933dd59e644ac400daa77770a700850594bb
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Brad Bishop (1):
storage: gcc8: standardize use of std::filesystem
Patrick Venture (1):
gitignore: add all *.lo files to ignore list
William A. Kennington III (4):
std::variant: Fix new instances of mapbox specific calls
transporthandler: Convert ints to enum
transporthandler: Use switch when applicable
transporthandler: LanParam enum -> enum class
(From meta-phosphor rev: 34adf4c7ee3f952d90d4856e4e3cfe3f42626c67)
Change-Id: I671052c0245f027f3f246250d6585073122366e3
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
William A. Kennington III (1):
std::variant: Apply missing fixup
(From meta-phosphor rev: 6c238cddd7ac835b65bbffee51bf9639eec4a3aa)
Change-Id: I235fbafcb9afd847d2fff03dc2c3f9b9fe67bb63
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
James Feist (1):
Turn on Werror
(From meta-phosphor rev: 2f711b3de3220369a58838ed87c8fd3085506a48)
Change-Id: I35d628c1b43459dc7e50e7abc4fa993bb52ad1c7
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After the commit 7ead6495b6d6782dd89951e8bfb26131f35863ec
the phosphor-hwmon failed to start with errors like this:
```
/lib/systemd/system/xyz.openbmc_project.Hwmon@.service:8:
Failed to resolve unit specifiers on %f: Invalid argument
```
It happens when the instance name begins with `/` character which causes
this error when used specifier `%f`.
Besides the specifier `%I` looks less buggy and more appropriate in this
case, because it's the only part of path and will be completed inside
the `phosphor-hwmon-readd`.
This commit fixes the starting of the phosphor-hwmon.
Partially resolves: openbmc/openbmc#3435
(From meta-phosphor rev: a87fb2d1eb682ed0f04e0f269966b9ae4aafbb1e)
Change-Id: Ia8185f047f23bdcd9141d7edea47ad50e6f7fe07
Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With the implementation of DBus and IPMI transports for the HIOMAP
protocol, mboxd now depends on ipmid being alive in its shutdown
sequence in order to propagate BMC status events to the host firmware.
Mark phosphor-ipmi-host.service as depending on
org.openbmc.HostIpmi.service and mboxd as depending on
phosphor-ipmi-host.service to ensure the mboxd state update
event on SIGTERM is propagated to the host before the services are torn
down.
(From meta-phosphor rev: e66105318af187ba5d4bdbf53668f309785df4f3)
Change-Id: Ia9ff24d0d3376d239b56840d666275d20821c7e6
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Andrew Jeffery (1):
protocol: Rework publication of events over DBus transport
(From meta-phosphor rev: 1a30f7c798e765d472d2ab5da997c822505e93ea)
Change-Id: Ib9e13108105e275177caad9540815cf6abfc0f11
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Phosphor removes a number of systemd packageconfigs that are enabled by
default in oe-core. Sort the removal list alphabetically.
Remove networkd. It is now selected by default in oe-core.
Remove vconsole. Typically vconsoles aren't needed on a BMC and
vconsole support has significant footprint cost.
Remove ldconfig. The base recipe controls this via distro feature;
don't override.
Remove kdbus and bootchart. They aren't options anymore.
(From meta-phosphor rev: 65ae799165fce6e5b50c68e32d20a09d2cdbd52f)
Change-Id: Ieefd0d0d13cfdc65debbfdd3ab9ecdbc4154d28a
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This includes security and bug fixes from the 4.18.20 stable release.
Note that 4.18 is now end of life for upstream security and bug fixes,
and systems should move to a supported release.
https://lore.kernel.org/lkml/20181121103111.GA9112@kroah.com/
(From meta-aspeed rev: 086ac084965f35133be805cc0eda579a33ccfbd6)
Change-Id: Ib62b7d4c0637041a05259a20b3276b8b88e68089
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patrick Venture (5):
build: add requirement for openssl to configure_ac
build: add macro dirs to configure_ac
build: add -I m4 to Makefile for ACLOCAL_AMFLAGS
build: drop undefined LIBCRYPT from Makefile
build: add requirement for libpam to configure_ac
Richard Marian Thomaiyar (2):
Add empty ipmi_pass file to the root image
Update the ipmi_pass to use default password
(From meta-phosphor rev: facd3dab0287ceb1a30b5e0496332b07d0c1bf1f)
Change-Id: I8a0eafb10f81cb2401b74aec111e7153d591d0e6
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patrick Venture (9):
ubi: add tarball as file handler
firmare: start implementing session stat
filehandler: implement getSize
firmware: add verify blob_id
firmware: add sdbusplus for use by verification
firmware: implement verification service call
lpc_handler: add initialized state
lpc_nuvoton: add mapping implementation
add system interface to enable testing
(From meta-phosphor rev: 9f40028cb46dea2b8353a14c22c30a28444b8fcc)
Change-Id: Icee2f4d60485443b799037e5c34ddb739e6edfa8
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patrick Venture (3):
main: drop unused headers
build: set version to 0.1 to match recipe
build: cleanup for readability
(From meta-phosphor rev: 489109564720df5bc03a39d36a8b749d616b3475)
Change-Id: I9c5a8ef3bc6f2281b208b12699c53334797a1db7
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This application updates have a coreq - bump together.
1. phosphor-user-manager: bump 9891f2f8f3..f5bd891cf5
Deepak Kodihalli (1):
React to nsswitch config file changes
Nagaraju Goruganti (6):
ldap-config: remove Bindpassword and secureLDAP property from the interface
phosphor-ldap-conf: validate LDAP Server URI
phosphor-ldap-conf: update nslcd.conf file for OpenLdap
phosphor-ldap-conf: add unit tests
phosphor-ldap-conf: update nslcd.conf file with tls_cacertfile info
phosphor-ldap-conf: nslcd restart service getting called twice
Ratan Gupta (4):
phosphor-ldap-conf: Don't map the uid with cn for openLDAP
phosphor-ldap-conf: Don't create the LDAP config object
phosphor-ldap-conf: Make correction in renaming path of nsswitch.conf
Add readme for user manager
Tom Joseph (1):
Refactor mapper application to enable unit tests
2. phosphor-dbus-interfaces: bump 8d656133b3..0e6d655be2
Deepak Kodihalli (1):
Don't store LDAP Bind password
Ratan Gupta (3):
Ldap: Remove the secure property from the ldap config and create interface
Add errors to User/AccountPolicy interface
Add errors to User/Attributes interface
(From meta-phosphor rev: 3d4de530e15e54856ae9a346a379fdf10bd1633b)
Change-Id: Ie99ccc9dad36bcf7d9cc7b7abb750023b97eb619
Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
| |
(From meta-security rev: 2160c5de874234045ba4e201a0703185b65dbae4)
Change-Id: I061b59d9e5a7299aa34d0ed097a4bcd7ba5cc9de
Signed-off-by: Stefan Lendl <ste.lendl@gmail.com>
[Minor tweek to add SRCREV]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Patrick Venture (1):
build: set version to 0.1 to match recipe
(From meta-google rev: 6cbe01e2740b20f120787b49078a64e257104158)
Change-Id: Ic2729f8e69010062ba1c18b0a7e98bd8c06d15d3
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Patrick Venture (1):
build: set version to 0.1 to match recipe
(From meta-google rev: 2c99bf4dd5ec18fcf00cc4278e19caed558ef0a3)
Change-Id: I30b142a0a7fe35d1fb383dfee0b70e90bf8df94e
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update pam-ipmi recipe to add ipmi_pass file to the image
Unit test:
Verified by making sure files is copied to the update bmc image.
(From meta-phosphor rev: 2d569e24598c82b078f18b07255767e8ace287c0)
Change-Id: I9a5f4b169b0427e61795397ad63a8d2a59a03e44
Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Expose header files from intel-ipmi-oem which will be used
by needed providers.
(From meta-intel rev: 283b9bcec2f3446e061ea53fcc07c6024cdb9151)
Change-Id: If5f7fdb8e79e895d6eace32cd9f6d7b524ee7e3f
Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Jason M. Bills (1):
Fix display of sensor units
Yong Li (1):
Implement Intel get/set shutdown policy IPMI OEM commands
(From meta-intel rev: ad23e9133021e09033688bb6e21a1a1d7bdcb517)
Change-Id: Ia839207c42dc75f1b5ffd5e71dd3d6085220271a
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Jae Hyun Yoo (6):
Update CPU hwmon searching path to sync with kernel path
Prep CPU sensor for no-overlays
Clean up codes
Fix CPU detect logic to use a bus setting from CPU configs.
Add Jae Hyun Yoo as a maintainer
Make CPUsensor service use an async call for CPU sensor creation
James Feist (7):
Add base class to simplify threshold logic
Don't iterate directories twice
Prep hwmontemp sensor for no-overlays
Add fan presence support
Move sensor.hpp
Increase poll time on failure
Add redundancy sensor and cleanup
Richard Marian Thomaiyar (1):
Add support for sensor override value
Yoo, Jae Hyun (7):
Fix threshold parsing logic of CPU sensors
Fix a bug on CPU sensor dbus property creation
Fix sdbusplus call flow to support changed behavior of the latest sdbusplus
Change PECI device name
Fix CPU client address config handling
Stop using mapbox directly
Improve log messages in CPU sensor service to reflect current status correctly
(From meta-intel rev: 3aea871faf957b8cdd139295cd85c465420a3bc7)
Change-Id: If00ea4f9e322dc4376ea118337375014c62558e4
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update meta-openembedded to sumo HEAD.
Armin Kuster (4):
boinc: refresh patches
postgresql: update to 9.4.20
sblim-sfc-common: use official SPDX license for EPL
wireshark: 2.4.8 src moved to all-versions
Gregory Vimont (1):
tbb: check the version of the cross gcc instead of host gcc
Leon Anavi (1):
rygel: Update license to LGPLv2.1
Richard Purdie (1):
xmlstarlet: Disable PARALLEL_MAKE (again)
Change-Id: I3e00f68cb7c8c54c2457003d26da8992b1a953c3
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Add dependency on autoconf-archive-native to allow using autoconf-conf
archive macros in pam-ipmi configure_ac.
(From meta-phosphor rev: c719c5c4e71733490ef38efd8f928032a1c19500)
Change-Id: Ibadb5849f1390387a990bce6dc0c4baf1f2ebcb8
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updated recipe to incorporate service file added in [1].
These changes add a p9 PCIE poweroff workaround in
openpower-proc-control. The new services will use this
workaround before cutting power during a chassisoff.
[1] https://gerrit.openbmc-project.xyz/#/c/openbmc/openpower-proc-control/+/15192
(From meta-openpower rev: 179b68f566e0cc88c4b93910e9a6ae3a38baa3ae)
Change-Id: I7eb4ef37343d518bb3757551605921322f7c8caf
Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patrick Venture (3):
build: add suggested m4 pieces from autotools
build: add checks for linux headers
gitignore: add new pieces from build
(From meta-google rev: 12448aa94370c57b322c6a895ffdc9ca0460016b)
Change-Id: I3a9928bc3a222123928f73a30c97c6edf53e666f
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Patrick Venture (1):
Use more specific ipmi error codes
(From meta-google rev: 658a620383e67bfede037b1ab3f2d8a3d0d86963)
Change-Id: I52cb3b0cd75477d599397693db7415b2981440e5
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Patrick Venture (1):
copyright: add missing copyright headers
(From meta-google rev: dcdbc3989193d3bf035a7bf481be1a0ac9f488a5)
Change-Id: I54298f0ce8e00c2f40224214376fb5d7481c8ed1
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added service to support CA certificate
To start/stop service use commands
systemctl start phosphor-certificate-manager@authority.service
systemctl status phosphor-certificate-manager@authority.service
(From meta-ibm rev: 3f95d3f0b6e26e199afd363f1d3c4a6f7a88adb4)
Change-Id: I4e7af1156da7a48b19dd1b08e57dd548d24c04b1
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update poky to sumo HEAD.
Armin Kuster (1):
dhcp: allow for excluding the external bind
Awais Belal (1):
bitbake: bitbake: toaster: allow OE_ROOT to be provided through environment
Changqing Li (2):
unzip: fix for CVE-2018-18384
curl: fix for CVE-2018-16839/CVE-2018-16840/CVE-2018-16842
Fabien Lahoudere (1):
archiver: Drop unwanted directories
Ioan-Adrian Ratiu (1):
wic: isoimage-isohybrid: fix UEFI spec breakage
Kosta Zertsekel (1):
meta: Use double colon for chown OWNER:GROUP
Matthias Schiffer (1):
base.bbclass: avoid 'find -ignore_readdir_race -delete'
Mohamad Noor Alim Hussin (1):
oeqa/selftest/recipetool: Fix problems from changing upstream source
Peter Kjellerstedt (4):
common-licenses: Correct the FreeType license text
apr: Trim license info extracted from apr_lib.h
apr-util: Trim license info extracted from apu_version.h
pixman: Trim license info extracted from pixman-matrix.c
Richard Purdie (4):
oeqa/selftest/wic: Use a subdir of builddir, not /var/
oeqa/selftest/wic: Ensure initramfs exists for test_iso_image
selftest/wic: Improve error message for test_fixed_size
crosssdk: Remove usage of host flags for cross-compilation
Ross Burton (3):
unzip: actually apply CVE-2018-18384
curl: actually apply latest CVE patches
gnupg: patch gnupg-native to allow path relocation
Scott Rifenbark (1):
kernel-dev: Updated phrasing for what a "defconfig" file is.
Change-Id: I08f7fbe91f3f7ed6f00b6ea691c33ee1e0d3205b
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patrick Venture (2):
minor cleanup, std namespacing, dropping headers
cleanup: add constref to parameters in routing_table
William A. Kennington III (1):
Fix std::variant usage
(From meta-phosphor rev: 6d1228cd89644cde3aa65eb88c8f73a2bdee2818)
Change-Id: I5da7dd287f54d122edddfab41e3f722481936f22
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Ed Tanous (1):
bmcweb: fix Redfish UUID
(From meta-phosphor rev: aaaa7c286960b37bf827f5a7e5bb2bb4624fe40a)
Change-Id: Ic11f646894ef132caef9ee7b8d8cc5b6edcf7690
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Patrick Venture (1):
copyright: add missing copyright headers
(From meta-phosphor rev: 48f76b89f6ae704a7403c0a40b4d77fb5c162ab2)
Change-Id: I192004f475fccbc2dd389e27462b7ba9b0f9c258
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
James Feist (1):
dcmihandler: use visitor to pull sensor values
(From meta-phosphor rev: 00453539f43f5c0dc251c0b73620e40c20d3b1b0)
Change-Id: Ie28ba55a96fab79562712a8b03ecbc24ac6508fe
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patrick Venture (2):
copyright: add missing copyright headers
main: add missing header: blobs-ipmid/manager.hpp
(From meta-phosphor rev: 920212eb0077fcef6a06dd13d727a50602a1a75d)
Change-Id: I6680e57011d86bdb2ff38f1a954de5d01f4df740
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patrick Venture (3):
style: set column width to 80 chars
build: add AM_PROG_AR to configure_ac
build: drop LDADD and use LDFLAGS
(From meta-phosphor rev: f98be78d2b662686041487c7b9b5e1514efa31db)
Change-Id: Ic9e59b49226c1982b7df34438f90b5bbb2a5f923
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
| |
The meta-poky layer is unused. Remove from the layer configuration.
(From meta-quanta rev: a1e978bc7a5b5c3b210599324b48daa149f117c8)
Change-Id: I082e487a17bd274621bde84e9aa37cb94bc16a94
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Patrick Venture (1):
writefrudata: add doxygen for methods
(From meta-phosphor rev: ee9cbd5cc3943f4c8624afc06a592e8670e80366)
Change-Id: Iad2dad8ba8a167dd3de66a7f03b974cc1258d0c1
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
AppaRao Puli (2):
IPMI Channel commands implementation
Synchronize channel info between network and ipmi
Patrick Venture (3):
gitignore: add coverage and test generated files
move HOST_IPMI_LIB_PATH to configure.ac
makefile cleanup
Richard Marian Thomaiyar (1):
Add test & user enabled state in set user password
ssekar (1):
Added suppport to convert self channel number.
(From meta-phosphor rev: dc469343a00c3d0aa1b8d8059e1ee7c625ca91bc)
Change-Id: I2f9a2a11b8b7dc80273bbeb08885aada13808e35
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Vijay Khemka (1):
Update json configuration with correct Fru field
(From meta-phosphor rev: e38071950540e0298274636af5aaf900e7237f9c)
Change-Id: Ib62f942020df36a42431d613af43234927ecd4df
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
William A. Kennington III (1):
std::variant: Fix use of incompatible api
(From meta-phosphor rev: 3dfe6b3d8a6d0b5b9c99c6ffb27bea05e5afc612)
Change-Id: If387655bd529050628ba971e018b85db441ec35d
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ed Tanous (2):
Move Redfish PECI to the new json interface
bmcweb:Properly implement the / operator in dbus
(From meta-phosphor rev: 53be648d2a72bad081794b8a51942f300dfa4769)
Change-Id: Iabd55dd6161f144f9e4e67e124b0638ad36d883b
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Patrick Venture (1):
build: group variables together
(From meta-phosphor rev: 1da26120e281322d7eae58029426e8e89fe0b188)
Change-Id: Ide4e677080d670bb89a5dd4403b4535a66b865e4
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
ssekar (1):
Add LAN1 selfchannel suppport for IPMI
(From meta-phosphor rev: d8ecbe20cf86baa254175a58e8de96b3632ca293)
Change-Id: Ic4158fe10d1a396cca9c89fc06cf27d4d2625ab2
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
| |
Set LICENSE field to GPL-3.0 instead of Apache-2.0.
(From meta-phosphor rev: e5aefc8c9154e1ba842f58b7886879644db2ba54)
Change-Id: If42a8dcd3ab313d7950f1eb8ae183c00476a1aad
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
ssekar (1):
Add kcs selfchannel support & define for LAN too
(From meta-phosphor rev: 498c8130762d28bbee8f40e3c17c580a4390aab9)
Change-Id: If002e1db18536ab68911e8b14e316c2436903521
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
William A. Kennington III (1):
gpio: Fix missing cassert
(From meta-phosphor rev: 553ddf0083ea7e9a06e1197877ffa2ca1caa7398)
Change-Id: I443bee0ea1279c5d73c063043e9c0c1c9dcae133
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patrick Venture (57):
Enable firmware transport mechanisms
firmware: implement canHandleBlob
rename: Rename firmware to blobid where appropriate
gitignore: Add test-driver
test: Add first unit-test to verify factory
main: handle error checking with handler creation
firmware: add active blob ids
firmware: implement stat command
test: fixup unit-test naming
tests: Add unit-tests for canHandleBlob
firmware: start implementing open
add image_handler interface for open
firmware: add handler for static layout
firmware: add write method
add data handler interface
firmware: move enum into class
set up data handler mechanism
firmware: invert conditions to reduce depth
tests: add unit-tests for opening
build: cleanup makefile whitespace
firmware: add active to canhandle blob list
firmware: start notion of a session
s/::bt/::ipmi/g to be more correct
firmware: set up hash handler
firmware: add a session lookup map
firmware: tie implementation of session into write
tests: cleanup test code
firmware: add read/write configuration methods
firmware: add global state for the process
firmware: prevent writing or opening during verification
style: s/FirmwareUpdateFlags/UpdateFlags/g
pci: continued implementation in P2A bridge handler
data handler: add open method
data handler: add close method
pci: add region parameter to constructor
static: add temporary filename for staging update
session: add per session state information
session: start tracking open state
firmware: add verification response enum
firmware: cleanup - cleaned up some documentation
firmware: return failure on attempt to open active files
bugfix: active blob id added on open failure
firmware: tie in call to data handler's open
firmware: enable fileOpen state
session: start tracking active path for session
firmware: start implementing close method
add createHandler method per phosphor-ipmi-blobs change
add lpc mapping interface and stubs
lpc_handler: drop-in call to mapWindow on writeMeta
lpc_handler: add note to copyFrom stub
firmware: start implementing deleteBlob
static_handler: implement basic version
lpc_handler also requires a BMC address for mapping
hash handler: implement file hash handler
static handler: transition to generic file handler
lpc: add missing headers
build: add lpc source files
(From meta-phosphor rev: d6cb25029962e91ee4cdba9b795a96b4f3ce6e06)
Change-Id: I40796a7ae5496c6cdd19b66093ab83f6edb5572e
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
|
| |
William A. Kennington III (1):
std::variant: Fixup .get() usage
(From meta-phosphor rev: e5819b26e6e6a7de6feb9fe8cef7e741fd7f19a7)
Change-Id: I805b2fe264a9563c1a8fa18666bbc356826c0d6e
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
| |
The meta-poky layer is unused. Remove from the layer configuration.
(From meta-ibm rev: 7bafd24c1b15a87e25c5386236527c863908121f)
Change-Id: Ia589ac6a06af433e8af8cb858ec1a91af962768b
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
|
|
|
|
|
|
|
|
|
| |
Add the InvalidCertificate and NoCACertificate entries.
(From meta-ibm rev: cc4d64527d750bad891601723b8eeaeb79f4b414)
Change-Id: Ida53ad190ea91c601da7b73847bf78f762e595a0
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|