summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2021-03-11dbus-sensors: srcrev bump a0683a889a..d05867c0d3Andrew Geissler1-1/+1
Lei YU (1): psusensor: Fix incorrect event sensors Zhikui Ren (1): Regression fix: use pwm number from configuration Change-Id: I23f8e643b59e6971b097746e1624a17f5b1c1ff3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-11pldm: srcrev bump 5fb37d578d..3103e44eb0Andrew Geissler1-1/+1
Manojkiran Eda (1): Fix the dbus object path for bmc effecter Matt Spinler (1): Add emergency power off alert state sensor defs Pavithra Barithaya (1): PLDM:JSON change for BootProgress as Host Sensor Change-Id: I7d12b1bfd12f07f3e491408a4b650782c1a48529 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-11bmcweb: srcrev bump cd1f3920ac..0daf14e053Andrew Geissler1-1/+1
Gunnar Mills (1): Remove IBM copyright Change-Id: I971011ebc4b0dfab84b6d6f5bd2914f8eba6b868 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-10phosphor-logging: srcrev bump 86e40ddf5f..25d986c1e7Andrew Geissler1-1/+1
Matt Spinler (1): peltool to delete PEL files permanently Change-Id: Idea15958595a6f8edb2c1c9bc1ff5833ae459844 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-10entity-manager: srcrev bump 296667f007..f64d4397f8Andrew Geissler1-1/+1
Hao Jiang (1): Rename EEPROM sensor type. Vijay Khemka (2): EntityManager: Add new platform Tyan S7106 EntityManager: Add PSU config for ACBELL Change-Id: I9a097660581c1356fcc46463aab69c816d639185 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-10webui-vue: srcrev bump d6752694d3..7006806d21Andrew Geissler1-1/+1
Derick Montague (3): Add .gitattributes file Add factory reset page Update factory reset modal content Change-Id: I541ad4e3804a03e3d59614eff79424a23e4549e7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-10bmcweb: srcrev bump 88ad7f03b3..cd1f3920acAndrew Geissler1-1/+1
Arun P. Mohanan (1): Fix KVM issue on DISABLE_XSS_PREVENTION Change-Id: I39698715d0ac8c870fe95196bb97704e26c1fd15 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-10phosphor-snmp: srcrev bump 1334b7b3d1..0d5094bf65Andrew Geissler1-1/+1
Ratan Gupta (1): Add the Sysuptime in SNMP trap Change-Id: I6f8d053af9452e05ac49413f03e326636b4bf89f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-10phosphor-host-postd: srcrev bump 9b556add1b..aade4adb39Andrew Geissler1-1/+1
Manojkiran Eda (1): Make snoop port optional for the daemon Change-Id: I91db033df060d44c39bb3d72a265bf042e3de6ec Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-10x86-power-control: srcrev bump 7c8d19cbcd..22e0bec01eAndrew Geissler1-1/+1
Jason M. Bills (3): Add option to use PLT_RST for warm reset detection Use phosphor::logging instead of std::cerr Improve graceful power state handling Change-Id: Ic2ba5101f6ad52cd911442b44b63ee08b31339e4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-10phosphor-ipmi-flash: srcrev bump 7d39eb04ac..c7fa2c2803Andrew Geissler1-1/+1
Vivekanand Veeracholan (2): tools/pci: Use pci_device_enable() to enable bridge tools/pci: Replace memcpy on pci write with aligned copy Change-Id: Ifc1b2f8f93a82e3f027a3d55ebd4bcf5995e1e75 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-10phosphor-power: srcrev bump 0635df219c..169975cf30Andrew Geissler1-1/+1
Adriana Kobylak (1): psu-ng: Remove Min Power Supplies and cleanup Change-Id: I0ebed331ad814ba89dac89b5927881022d83e9ec Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-09perl: workaround recipe bug in perl-version.bbclassAndrew Geissler1-1/+1
Without this change, we get this error when building a system that uses native perl: Can't locate mrw/Targets.pm in @INC The mrw-api-native.bb recipe uses the PERLVERSION variable provided by perl-version.bbclass. This class appears to require the native class be inherited prior to it in order to correctly set PERLVERSION. When it is not inherited prior, "None" appears where the perl version should be. This issue was found when OpenBMC fixed its recipe inheritance order in https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/40974 openbmc/openbmc#3770 tracks final resolution to this issue which will most likely be working with upstream yocto. This commit is a short term solution to get openbmc building again without a full revert of 40974. Tested: - Verified witherspoon built from scratch with this change Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ie9f8ef7b292801736b2ba44e10d688c67eb31e32
2021-03-09bmcweb: srcrev bump 15124765da..88ad7f03b3Andrew Geissler1-1/+1
Sunitha Harish (1): EventService : Support async_resolve for subscribers SunnySrivastava1984 (1): Chassis Location property on bmcweb Change-Id: Ie3cf589ea08b6d7c52bbaf11c2eebf9f1bf58284 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-09pldm: srcrev bump ff80ebf094..5fb37d578dAndrew Geissler1-1/+1
Sampa Misra (1): Fix: create a deferred event for tasks after GetPDR Change-Id: I9d4e2f57d78864950a71f05b3956026c40bc07b2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-09phosphor-objmgr: srcrev bump e82b05840b..bb40bd3685Andrew Geissler1-1/+1
Adrian Ambrożewicz (1): Introduced retries for timeout on do_associatons Change-Id: I9a9f9b221dfbe58ff0a8d6e0a0e6c72ad01a4424 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-06phosphor-snmp: srcrev bump e5d90c3575..1334b7b3d1Andrew Geissler1-1/+1
Patrick Williams (2): test: unit test fixes for vtable exception clang-format-11: reformat Change-Id: I10a5b7414611498f4062047b6bbe4fea37bb0fe1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-06phosphor-dbus-interfaces: srcrev bump 43341f5846..d01d1f8419Andrew Geissler1-1/+1
Andrew Geissler (1): boot-progress: introduce new setup state Change-Id: If2835d21ba3808d9ab37923e7b537188a6cc3b69 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-06pldm: srcrev bump 6d6d1e8d1d..ff80ebf094Andrew Geissler1-1/+1
Manojkiran Eda (1): Add a new pldm verbosity option Change-Id: Ic9c240387fe6f337398ce8b35e6b130f3a12af84 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-06phosphor-pid-control: srcrev bump 258530af96..b6a0b89e44Andrew Geissler1-1/+1
Hao Jiang (4): Modify function signature for unit test. Retry pidControlLoop in individual context handler Expose exception of restartControlLoops(). Bug fix: pidControlLoop may loop infinitely. Change-Id: Iba2f38ed89ce3fd42557ece8f3d17b7363ddea6a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-04phosphor-fan-presence: srcrev bump 8ee45fed31..1d7379ea22Andrew Geissler1-1/+1
Matt Spinler (2): monitor: Allow missing D-Bus sensors on startup monitor: Change start/stop timer traces to DEBUG Change-Id: Id167c0906616b41e97fa146944c340fc77d1d73c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-04phosphor-state-manager: srcrev bump 75f38ee42d..35ca2e34cdAndrew Geissler1-1/+1
Andrew Geissler (1): power-restore: one-time support Change-Id: I1d64fe88b371a64b552d0f17766e562761d98eff Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-04phosphor-sel-logger: srcrev bump dbd77b9200..aaffc124b6Andrew Geissler1-1/+1
Jeff Lin (1): Fix negative value of asymmetric max and min value Change-Id: Ia0227f114e5a0425cfabbea48145414db11a7d15 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-04webui-vue: srcrev bump a9de9148ba..d6752694d3Andrew Geissler1-1/+1
MichalX Szopinski (1): Show Client Sessions tab on Intel environment Change-Id: If521103ca6dfa06bf5d6de3f0f497b5ea402de38 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-03phosphor-power: srcrev bump 9a507db583..0635df219cAndrew Geissler1-1/+1
Shawn McCarney (1): regulators: Temporarily allow boot w/missing cfg Change-Id: I6f2ba8d770f9258ee2897d5217a9d1d53b074b46 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-03phosphor-fan-presence: srcrev bump 3755524df3..8ee45fed31Andrew Geissler1-1/+1
Matthew Barth (2): docs: Main README updates docs:monitor: Remove source README in favor of docs README Change-Id: Ibbd1cd5a33f432f7187b9f175a9db1c4b93d2732 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-03webui-vue: srcrev bump aa5e950b21..a9de9148baAndrew Geissler1-1/+1
SurenNeware (1): Update button documentation for icon only button Change-Id: Ic8d4c722020aae7aa7c18b3f7b94efc58a1e0010 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-03phosphor-logging: srcrev bump d0ab1cf6fc..86e40ddf5fAndrew Geissler1-1/+1
Matt Spinler (1): PEL: Add temp threshold reg entries Change-Id: I76941b5ceda462b16b62794dff3893e50fa06e3b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-03phosphor-inventory-manager: srcrev bump b3d3df5750..59521e87deAndrew Geissler1-1/+1
Matt Spinler (1): associations: Add conditions support Change-Id: I953d30b269984fb72cc0c265692a7c86ae265cab Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-03phosphor-bmc-code-mgmt: srcrev bump 42bd99361c..1fd6dddf7dAndrew Geissler1-1/+1
Chanh Nguyen (1): Implement Software.Extended Version Change-Id: I2357f07e87f632a7fcf0d1a277a750dad9d4b941 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-02power-restore: default one_time to disabledAndrew Geissler1-1/+1
The following commit introduced a new enum value for power restore: https://github.com/openbmc/phosphor-dbus-interfaces/commit/66b591e165b53a80e431a543aa8c8e48beba585f This new "None" value indicates to the power restore logic that the one_time setting should be ignored. Make this the default so one_time is ignored until something changes it. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I47784937038ee76982fede0dd53664f6f4d0181b
2021-03-02native class is not inherited lastJoseph Reynolds28-28/+28
Moved "inherit native" statements to the last position to remove QA Issues. The message is: WARNING: QA Issue: {RECIPENAME}: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: {CLASSFILES} [native-last] Tested: The witherspoon image builds without the warnings. Signed-off-by: Joseph Reynolds <joseph-reynolds@charter.net> Change-Id: Ic3c71234abfcac8b26478bc32808e3bec8bba810
2021-03-02phosphor-power: srcrev bump 415094c105..9a507db583Andrew Geissler1-1/+1
Brandon Wyman (2): psu-ng: Not clearing faults if power supply missing psu-ng: Fix for interfacesAdded Change-Id: Iad00b73da3eb8c3e8f5a3bb7d9807d4f9b7b6134 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-02webui-vue: srcrev bump 9a25c80591..aa5e950b21Andrew Geissler1-1/+1
Yoshie Muranaka (2): Update the default firmware page Move Dumps page components to main view and store directories Change-Id: Ic2b591690c2838c8a151a782fe5ec9c27809461c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-02phosphor-host-postd: srcrev bump 60252eec33..9b556add1bAndrew Geissler1-1/+1
Manojkiran Eda (1): Remove relic bootstrap.sh file Change-Id: Ia44591687273b1040db4590d880e0bcdc4bb6296 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-01Remove phsophor-gpio-keys as a standalone featureJoel Stanley10-38/+0
The feature was implemented as an append to the kernel (BSP) layers in meta-phsophor. This created a three way dance between machine layers, BSP and meta-phosphor, when it should have been the kernel layer providing this feature and machines could then opt in. Fixing this means we could remove the KERNEL_DANGLING_FEATURES_WARN_ONLY workaround. As the feature is simply turning on a pair of kernel options without any other impact, we can implement it by adding the options to our defconfigs. In fact, aspeed and hpe kernel configurations enable the two kernel options: $ git grep CONFIG_KEYBOARD_GPIO=y meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g4/defconfig:CONFIG_KEYBOARD_GPIO=y meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g5/defconfig:CONFIG_KEYBOARD_GPIO=y meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig:CONFIG_KEYBOARD_GPIO=y meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc/defconfig:CONFIG_KEYBOARD_GPIO=y $ git grep CONFIG_INPUT_EVDEV meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g4/defconfig:CONFIG_INPUT_EVDEV=y meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g5/defconfig:CONFIG_INPUT_EVDEV=y meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig:CONFIG_INPUT_EVDEV=y meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc/defconfig:CONFIG_INPUT_EVDEV=y Other machines that wish to enable this feature should ensure it is added to their BSP's defconfig, or add it to their machine specific defconfig. Change-Id: I0726836319022f96c1d13d4a0cbd73708047302c Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-02-27webui-vue: srcrev bump 7bc85e4936..9a25c80591Andrew Geissler1-1/+1
Derick Montague (1): Update coding standards documentation Change-Id: Iff4e6eac5b662a48d9c204811894ed81b3f2395c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-27pldm: srcrev bump a2767e689d..6d6d1e8d1dAndrew Geissler1-1/+1
George Liu (1): Fix BIOS to allow updating attributers via D-Bus Change-Id: I0b01b0dcd48873021f83b33a13277cb4689c4753 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-26phosphor-post-code-manager: srcrev bump fd45f78858..08125ca77fAndrew Geissler1-1/+1
Jonathan Doman (1): Update D-Bus names per design Change-Id: I811757d7670afd083a2ef1c382cea1314f3ee767 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-26phosphor-logging: srcrev bump 82e31d8175..d0ab1cf6fcAndrew Geissler1-1/+1
Matt Spinler (1): PEL: Change external PEL trace to debug Change-Id: Ia1ef7539f1c0ed8839ba632f6bac64bc6870c76c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-26bmcweb: srcrev bump feaf150055..15124765daAndrew Geissler1-1/+1
Andrew Geissler (2): hypervisor: add state support hypervisor: add support to turn on Jonathan Doman (1): log_services: Update PostCode D-Bus names Change-Id: I1410b2903b00e1e8350b21c4ebe8529196cbbb1d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-26phosphor-host-postd: srcrev bump c80e59fefb..60252eec33Andrew Geissler1-1/+1
Jonathan Doman (1): Fix D-Bus path for single-host POST code snoop Change-Id: Ia21a7d3350704f3b9654ac1e4e2b986f8e602590 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-26webui-vue: srcrev bump a36a32f112..7bc85e4936Andrew Geissler1-1/+1
Yoshie Muranaka (1): Update single file firmware card layout Change-Id: I61e2f320a97ba24664c427cb357cd99bd6fea2f9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-26entity-manager: srcrev bump 4f3288954e..296667f007Andrew Geissler1-1/+1
Nan Zhou (1): entity-manager: add ADM1266 and MAX34440 support Change-Id: I1979ec5207ac01bd35fcab915f0009e23e45de5e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-26phosphor-fan-presence: srcrev bump 3b4d973bc7..3755524df3Andrew Geissler1-1/+1
Matthew Barth (4): docs:monitor: Fill in trust group class attribute details docs:monitor: Fill in trust group `group` attribute details docs:monitor: Fill in num_nonfunc_rotors_before_error details docs:monitor: Fill in the power_off_config attribute details Change-Id: Ibac352d83da6a0d3437542578dd5ae28e99e9d4b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-26sdeventplus: srcrev bump 159a35604a..a6f7ed7ae5Andrew Geissler1-1/+1
William A. Kennington III (4): performCallback: Don't return errors internal/utils: Remove performCallback types: Move SdEventDuration out of internal internal/cexec: Refactor using new macro Change-Id: Ief96bc119e19fce9bc6789e5ab0cd5d42b32bd00 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-25openssl: move to DEPRECATED_CRYPTO_FLAGSAndrew Geissler1-4/+2
Upstream recipe moved the disabling of deprecated crypto algorithms into a new DEPRECATED_CRYPTO_FLAGS variable. (Klaus: also adjust phosphor's EXTRA_OECONF for this package to not double-disable already obsolete ciphers) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I75e2c35ada37c9510a0af347772cdeb2b23d99e9 Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
2021-02-25rsync: only add dependencies on targetAndrew Geissler1-3/+4
Our recent rebase of upstream poky caused a build failure. The failure was a "Dependency loop" failure. The following gist has the output: https://gist.github.com/geissonator/fb078233c99ffad5b38ad6195db0a403 The root of the issue was OpenBMC's rsync bbappend which adds popt and zlib as DEPENDS for both the native and target builds. This dependency on the native build is what caused the issue. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I751cb0212ea711e51f6e7e2d338d83f7eeeab8de
2021-02-25Get phosphor-fan-monitor service files from repoMatt Spinler3-28/+14
The phosphor-fan-presence repo installs different fan monitor service files based on if it was configured in YAML vs JSON mode. Update the recipe to link them in appropriately based on the mode, which is a packageconfig. Delete the service files out of meta-phosphor as they they now come from the repo. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ie2b1bca8aca78b45f77acaff55721a0ff480400d
2021-02-25ibm: Install sensor-monitor on rainierMatt Spinler1-0/+8
This application resides in the phosphor-fan-presence repo and creates phosphor-logging based event logs for temperature threshold alarms. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Id5a7ce7590efe82eb1f9615853cabd58ac269c24