summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-10meta-google: linux: Add configurationsWilliam A. Kennington III7-0/+76
Upstream: 3c2cdab65317061f819ca0f48448821ea4ab79cf Change-Id: I7c519c5d1b4d404727aee909ea7582165c9f4dd4 Signed-off-by: William A. Kennington III <wak@google.com>
2021-03-10intel-ipmi-oem: srcrev bump 17eadbfba7..84efff0c63Andrew Geissler1-1/+1
James Feist (1): Remove James from MAINTAINERS Jayaprakash Mutyala (1): Fix for ID LED smsignal configuration Change-Id: If7d132ba5664404275f1216bde5125a55dad2698 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-09Correction in debug-collector recipePriyangaRamasamy1-1/+1
For installing gendumpheader plugin, the recipe was including all files from tools/dreport.d/ibm.d. Corrected it to take only gendumpheader plugin so that it wont conflict with installation of other plugins from same directory. Signed-off-by: PriyangaRamasamy <priyanga24@in.ibm.com> Change-Id: I5a1358f07aba6997cb9ae84dba59b3420c7ce968
2021-03-09Rainier: Add a presence to bind delay of 1500msBrandon Wyman4-0/+4
The firmware code in these power supplies takes about 1500 milliseconds to boot after they are inserted, and the presence line goes active. Until the firmware has completely booted, the power supplies will not respond to the I2C traffic initiated by the BMC device driver code as it attempts to probe the hardware. Adding in a DRIVER_BIND_DELAY_MS environment variable, set to 1500 (milliseconds), to delay the device driver binding in order to hold off the probe until the power supply firmware should be ready, in order to avoid ENXIO errors. Change-Id: I101f8e3b7ff1c2c9e76df758c4551c7793006266 Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
2021-03-09Package phosphor-host-postd for tacoma & rainierManojkiran Eda1-2/+2
- The intent behind this commit is to pull the snooping daemon into tacoma & rainier. - This daemon is used for hosting the necessary dbus interface & Raw Value property for the pldm to write the progress codes into. Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I4730046a40345d74d53b19a5058e8e45d2d40e8f
2021-03-09meta-ampere:mtjade:u-boot: Add GPIO supportChanh Nguyen2-0/+519
This is an initial support for the parallel GPIO pins directly connected to the AHB on the Aspeed 2400/2500. This brings the functions and a shell command to manipulate the GPIO state. The GPIO value reading and writing work in non interrupt mode only. This is back ported from the patch file from meta-yadro/meta-nicole/recipes-bsp/u-boot/files/0003-aspeed-add-gpio-support.patch to support GPIO configuration Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Thang Q. Nguyen <thangqn@amperecomputing.com> Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com> Change-Id: I2d97c0fbb9f80bd6c262f03302775936f732b1f1
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-09meta-quanta: gbs: add gbmc distro overrideGeorge Hung3-1/+23
1. add gbmc distro override 2. add GBMC_NCSI_IF_NAME to enable gbmc-ncsi-config 3. enable kernel netfilter configurations to be compatible with gbmc network config rules Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I5b36f79d4a6dcb31753deb860d2e0c7f3349efbd
2021-03-09meta-google: acpi-power-state-daemon: Import from gBMCBrandon Kim1-0/+28
Initial recipes-google/acpi-power-state-daemon from gBMC Google-Bug-Id: 182214245 Upstream: 311f7935ef5633e5da9599d75a01cf561cd00306 Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Ide5a16f2a65317c2c9f753eb4fef7d5f01abe27d
2021-03-09meta-google: dropbear: Allow for DEV buildsWilliam A. Kennington III1-0/+11
Change-Id: I73cf1b4f0777080521180352124f6c271fab2815 Signed-off-by: William A. Kennington III <wak@google.com>
2021-03-09linux-aspeed: socinfo updatesJoel Stanley1-1/+1
Dan Carpenter (1): soc: aspeed: Fix a reference leak in aspeed_socinfo_init() Joel Stanley (1): soc: aspeed: socinfo: Add new systems Change-Id: I7262d5f2b61ad20814f5af511f0e4064adcb23d2 Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-03-09meta-google: gbmc-iperf3: Allow for DEV buildsWilliam A. Kennington III1-3/+15
Change-Id: Ib2cc970201324affc212b644598ef39f4cafffbb Signed-off-by: William A. Kennington III <wak@google.com>
2021-03-09meta-google: nftables-systemd: Parse rules in a useful orderWilliam A. Kennington III3-4/+27
We want to make sure rules get parsed in a sensible order, following a sorting order similar to systemd units. Change-Id: Ica06c953dba793d89d50c6b4cfc8e8a2eb1f58de Signed-off-by: William A. Kennington III <wak@google.com>
2021-03-09linux-aspeed: Move to v5.10.20 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.8.15 through to 5.10.20 stable releases. Of note are the following fixes. In particular, thank you to John Wang from Bytedance for identifying the LPC snoop clock fix that Intel had in their fork of the kernel tree, submitting it to mainline, and now it appears in the backport for everyone to benefit from. Jae Hyun Yoo (1): soc: aspeed: snoop: Add clock control logic John Wang (1): ARM: dts: aspeed: Add LCLK to lpc-snoop Ryan Chen (1): clk: aspeed: Fix APLL calculate formula from ast2600-A2 Zhang Changzhong (1): media: aspeed: fix error return code in aspeed_video_setup_video() kernel test robot (1): usb: gadget: aspeed: add missing of_node_put Change-Id: Ib2070b48d93847b4e007e66203393925bb05188a Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-03-09meta-google: Use iproute2 instead of busyboxWilliam A. Kennington III2-1/+3
iproute2 provides a more complete set of utilies that are better behaved than the busybox variants with more complex network configurations. Change-Id: Ic638fac3deda68e2e509d733994b7b24cd2d38f1 Signed-off-by: William A. Kennington III <wak@google.com>
2021-03-09meta-google: gbmc-mac-config: Add packageWilliam A. Kennington III4-0/+144
This package allows a system to specify an IPMI FRU that contains MAC Address information used to populated MAC addresses for specified interfaces. Change-Id: I457d41509da0e63db4410937b84140d4ba410b41 Signed-off-by: William A. Kennington III <wak@google.com>
2021-03-09meta-quanta: gbs: update NVMe SSD and CPU margin temperatures configGeorge Hung2-49/+74
1. Change CPU margin from 13C to 15C 2. NVMe SSD margin = WCTemp - 7 (WCTemp = Warning Composite Temperature Threshold) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Id9af01305764132fa537afada073826f3d37125e
2021-03-09openpower-vpd-parser: srcrev bump 640004f136..f272efc44fAndrew Geissler1-1/+1
PriyangaRamasamy (2): Fix build issues due to updated arm-sdk Unrecognised configure option fix Change-Id: Iad7db65cdeb7384e37b92f783c3c04b643bd3354 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
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-09openpower-libhei: srcrev bump 6223ab56b4..995be6c72aAndrew Geissler1-1/+1
Zane Shelley (1): Export util headers for openpower-hw-diags Change-Id: I393bb6b1107e1406db61819bef28bd30f6093848 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-09meta-google: nftables-systemd: Add missing RDEPENDSWilliam A. Kennington III1-0/+5
Change-Id: I4700ccc2d96385f9c7113e402ca9e1c9f788f399 Signed-off-by: William A. Kennington III <wak@google.com>
2021-03-08libpeci: srcrev bump adf056af63..8fc53d7cefAndrew Geissler1-1/+1
Jason M. Bills (1): Update to the latest peci-ioctl.h Change-Id: I7afece380915c2c0e01828bf46e546c7fa5ed9d5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-08meta-google: mstpd: Fix broken fileWilliam A. Kennington III1-31/+18
/sbin/bridge-stp was incorrectly migrated this repo as a duplicate copy of the recipe. Change-Id: I3efded2aaff614c1cdfd3f7d74b8dfcade378114 Signed-off-by: William A. Kennington III <wak@google.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-06google-ipmi-sys: srcrev bump ac4a16f730..3b1b427c1fAndrew Geissler1-1/+1
Patrick Venture (1): MAINTAINERS: venture M->R Willy Tu (1): Add OEM command to request flash size Change-Id: I02b48e916e95ac49a5ce30bb6a14a5effe5da696 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-05meta-google: Add lsusb to busyboxYong Zhao2-0/+2
This makes checking usb devices easier. Tested: The lsusb command is usable on target system. Signed-off-by: Yong Zhao <yozhao@google.com> Change-Id: I928abcb60579d01c167a2a9b6d6fc7f71d29b307
2021-03-05meta-google: ipmi-fru-sh: Add libraryWilliam A. Kennington III2-0/+140
This is a useful utility for doing one off FRU rewriting operations, used when manufactured boards don't have correct eeproms contents. Change-Id: I73ad4d14e088678f49ccf2a28138aa6356de56a0 Signed-off-by: William A. Kennington III <wak@google.com>
2021-03-04intel-ipmi-oem: srcrev bump f486695af2..17eadbfba7Andrew Geissler1-1/+1
Kuiying Wang (1): Fix sensor missing issue. Change-Id: I772d9e607d83f07cb14ab1d9344eb7e028609a70 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-03pfr-manager: srcrev bump f88197083c..00acaffb38Andrew Geissler1-1/+1
Chalapathi Venkataramashetty (1): pfr-manager: Suppress i2c exception messages in readCPLDReg Change-Id: Ie61f1ecd0c8211bbe3c9f4081e7e3763432ffe34 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-03Retire meta-mellenaox and the MSN machineJoel Stanley19-844/+0
This was a machine contributed by Mykola Kostenok <c_mykolak@mellanox.com> back in 2017, during the infancy of OpenBMC. It was the first non-IBM machine contributed to the repository. There's been no updates to this machine since September 2017, and the device tree was dropped in the move from dev-4.10 to dev-4.13. Some parts of the system live on at https://github.com/mellanoxbmc. So long and thanks for all the fish, meta-msn! Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: If610d48fd01785bf727b36dec055fe167f964a5c Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-03-03rainier: Add inventory associations JSON filesMatt Spinler4-2/+425
The phosphor-inventory-manager application supports creating associations based on JSON files, where the JSON files have conditions built into them that say which inventory-manager property values are required for the associations files to be valid. Add minimal associations files for the Rainier 2U, Rainier 4U, and Everest systems that just contain the fan inventory associations for now. The condition is the 'IM' property on the com.ipzvpd.VSBP interface on the system/chassis/motherboard path. Change-Id: Ib6807d8982a2efeb94692b917804c53965d6c98a Signed-off-by: Matt Spinler <spinler@us.ibm.com>
2021-03-03meta-inspur: fp5280g2: Update the power-supply label nameGeorge Liu3-24/+36
- In the BmcWeb repo, according to the `LABEL` in the power-supply configuration, get the `unit` value of the power type (PowerInputWatts & PowerOutputWatts). link: https://github.com/openbmc/bmcweb/blob/master/redfish-core/lib/sensors.hpp#L912 - Since the `LABEL` naming of the previous configuration file was wrong, it needs to be updated and conforms to the `LABEL` naming convention. - Also, sync update association.json to ensure that the correct sensor value can be obtained. Tested: - Built image-bmc successfully on fp5280g2 machine. - Obtain the correct `PowerInputWatts` & `PowerOutputWatts` by viewing the BmcWeb log. - Obtain `redfish/v1/Chassis/chassis/Power` by the Redfish command: ... ... "PowerSupplies": [ { "@odata.id": "/redfish/v1/Chassis/chassis/Power#/PowerSupplies/0", "EfficiencyPercent": 90, "IndicatorLED": "Off", "Manufacturer": "", "MemberId": "powersupply0", "Model": "PS-2801-12L", "Name": "powersupply0", "PartNumber": "", "PowerInputWatts": 13.9375, "PowerOutputWatts": 5.5, "SerialNumber": "6K12A0117473YX", "Status": { "Health": "OK", "State": "Enabled" } } ] ... ... Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ie88a629c97ab8ad3136a49f71b810b930a820ab2
2021-03-03openpower-libhei: srcrev bump fc4aa5eceb..6223ab56b4Andrew Geissler1-1/+1
Ben Tyner (1): Fix compiler warning on signed-unsigned compare Change-Id: Ifc612421268a04b0ac4635ac8a9d9b75335ef5de 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>