summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-10-28meta-google: nuvoton-layer: Enable CONFIG_NPCM_EDACBrandon Kim1-0/+1
Add CONFIG_NPCM_EDAC=y to gbmc-nuvoton.cfg Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I046eba8b7dc7d16150faaf0f55fbf1947bb25e5d
2022-10-28meta-bletchley: fb-ipmi-oem: disable me_supportPotin Lai1-0/+1
The Host on Bletchley doesn't support IPMI and ME feature. Disable ME support for Bletchley. This commit relies on the patch below: https://gerrit.openbmc.org/c/openbmc/fb-ipmi-oem/+/58233 Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I753c07af0ea58c45ace837a4ddffd1b64a879184
2022-10-28fb-ipmi-oem: srcrev bump 3f6712731c..f24c78e898Andrew Geissler1-1/+1
Bonnie Lo (1): biccommands: post code handler Potin Lai (3): usb-dbg: modify HostSelector interface usb-dbg: add meson option for enabling ME support usb-dbg: get MaxPostion from DBus Change-Id: I3669f106420f3f5656d58077379ceda3aa607ed6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-27google-ipmi-sys: srcrev bump 5e70dc8c1c..8ec4106b7aAndrew Geissler1-1/+1
Nikhil Namjoshi (1): Move bmc mode enum to a header file Change-Id: I17e14d5d869be1c1ee77cf838b98fe0be23193af Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-27meta-fii: meta-mori: Set up phosphor-led-managerVincent Chou8-0/+106
Summary of changes: 1. Create a yaml file to set up the action of SYSTEM BOOT STATUS LED 2. Add bb file to install yaml to phosphor led manager package 3. Add a script to control the SYSTEM BOOT STATUS LED corresponding to the OS status 4. Set up phosphor led sysfs so the physical led can be controlled 5. Set CHASSIS TARGET to none to remove unnecessary service call to obmc-led-group-start/stop@power_on/off. Signed-off-by: Vincent Chou <vincent.chou@fii-na.com> Change-Id: Ia7b136c52518a1e2af6662ffc42b4f72b3e15584
2022-10-27meta-nuvoton: npcm8xx-igps: remove bash-ismBenjamin Fair1-1/+2
The `{A,B}` expansion syntax is a bash extension which isn't supported on some other shells. Tested: Built successfully with non-bash shell Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: Iae3168e0699d0e399b0f1dcfbd978dcc16aadbf5
2022-10-27meta-ampere: mtmitchell: handle overtemp eventChanh Nguyen3-0/+22
Configure gpio monitor to check for OVERTEMP GPIO signals from the Host CPU. Once the event happens, shutdown the Host to avoid hardware damage and log a Redfish event log. Tested: 1. Unplug all FANs and run stress test the Host so that the Temperature can reach 120C. 2. Check if BMC turns OFF the Host when the CPU Temp reaches 120C. Change-Id: Idc2b446023a1ba3476463e5cca28146ae2ead84a Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com>
2022-10-26meta-ampere: mtmitchell: fix WebUI does not workThang Q. Nguyen2-13/+15
Accessing WebUI returns Unauthorize message because no webui-vue available. This commit fixes the issue by enabling webui-vue in packagegroup-obmc-apps. Also fixes for other applications like dbus-sensor, entity-manager. Tested: 1. Browse the BMC IP via WebUI. 2. Check dbus-sensor and entity-manager works Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: Icbed54fc5f45683c52a464ac58f701101fc8ccee
2022-10-26phosphor-dbus-interfaces: srcrev bump 844e332c6a..b78a070484Andrew Geissler1-1/+1
Chris Cain (1): Control.Power.CapLimits: Add power cap limits interface Patrick Williams (2): ACPIPowerState: set default property values treewide: use more specific object_path type Willy Tu (1): mapper: Add Associated subtree method definition Change-Id: Ib895063ba0b4a344ff8ee0f695a6718f15a03412 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-26openpower-vpd-parser: srcrev bump c99a0b05eb..e008432ac8Andrew Geissler1-1/+1
Priyanga Ramasamy (4): Bug fix in initializing VPD with BIOS attribute Add templated API which reads properties from D-Bus vpd-tool:Option to fixSystemVPD keywords Use namespace std in place Santosh Puranik (3): Add delay after trigerring DIMM VPD Collection manager: Add some attributes to BIOS restore manager: Sync pvm_clear_nvram BIOS Attribute Change-Id: I32651938bf1b44add7367ec5f73642d015a64998 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-26phosphor-bmc-code-mgmt: srcrev bump 8d16554c89..deb86b4a16Andrew Geissler1-1/+1
Isaac Kurth (1): field mode: restore works on all systems Change-Id: Iad9c3a050cbf26992ba47b93fbb5ce3c842f8af1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-26bmcweb: srcrev bump 532d769725..4e7efda1adAndrew Geissler1-1/+1
Carson Labrado (1): HTTP Client: Improve handling operation timeouts Chicago Duan (1): Implements PowerSubsystem schema Jiaqing Zhao (1): certificate: Allow deleting LDAP client certificate Nan Zhou (1): redfish.hpp: fix header path Willy Tu (1): utility: Append Url Pieces to existing Url Change-Id: I1a0a845e44a1026224b1d2072cebd3ccf2de7dda Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-25meta-google: gbmc.conf: require versions of npcm8xx boot imagesBenjamin Fair1-0/+3
These specific versions are needed to boot on Google hardware, so override the defaults. Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: I200ed7e281868b6bb2ba08129fc122b55d754848
2022-10-25meta-nuvoton: images: add Google OEM boot recipesBenjamin Fair2-0/+16
These versions of IGPS and the TIP FW have customizations for Google. Other users of npcm8xx can add customized or pinned versions here too as necessary. Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: I14001205636fd9697f7953594c3d02ad58b398a1
2022-10-25meta-nuvoton: npcm8xx-igps: use sed instead of patchBenjamin Fair2-222/+5
This method is less likely to break and require fixes when Nuvoton adjusts the XML files. Tested: Still able to build successfully Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: Ib8e67b67cd837d1d5510ab326012d0644b3a2780
2022-10-25meta-nuvoton: move npcm8xx-tip-fw recipe into inc fileBenjamin Fair2-22/+26
This will allow us to use different versions of this recipe for different platforms. Tested: No impact to the resulting recipe Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: I90cf725589c5df48d17668bf8afe3ef3db7d8e2e
2022-10-25meta-nuvoton: move npcm8xx-igps recipe into inc fileBenjamin Fair2-24/+26
This will allow us to use different versions of this recipe for different platforms. Tested: No impact to the resulting recipe Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: I5a4e58d0a013ab5ac3df5ff47f02c8004ead6249
2022-10-25meta-facebook : Enable phosphor-gpio-monitor in packagegroupKumar Thangavel1-0/+1
TESTED : Verified phosphor-gpio-monitor package enabled for facebook platforms. Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: If5aae60ab27d8be4c0204df82b06af23df7f707d
2022-10-25meta-ampere: mtmitchell: initial support consolesHieu Huynh8-0/+174
Add CPU console configuration so that users can use CPU console via solssh and IPMI sol. Tested: 1. Connect IPMI sol using "ipmitool sol activate" command via LAN. 2. Connect CPU console from WebUI. 3. Connect to CPU console via solssh: ssh -p 2200 root@<BMC IP> Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com> Change-Id: I4a123eca30f1b6d6a702957e332d0b924bd8b3c6
2022-10-25meta-ampere: mtmitchell: support Host firmware updateChanh Nguyen5-21/+459
Support Host firmware update for HostFW, EEPROM and FRU via BMC console and Redfish. Tested: 1. Flash firmwares via BMC console. 2. Flash firmware via Redfish 3. Get MB CPLD firmware revision $ ampere_firmware_version.sh mb_cpld MB CPLD CPLD Version: 22060268 CPLD DeviceID: 612BE043 Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com> Change-Id: I1cfbe4832b7d57168e2ea1df0059e23ada1b3b6d
2022-10-25meta-nuvoton: update npcm8xx-tip-fw recipeTim Lee1-2/+2
- TIP_FW L0 version 0.4.6 and L1 version 0.3.5 L1 - Support all board types (flash connections detected at runtime) - To be used in IGPS 3.7.3 and above Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: Ic4a4e74bb266a0d106af483047cda261dd94788e
2022-10-25meta-bletchley: add bletchley-host-state-monitor servicePotin Lai3-3/+216
Add a service for monitoring host power state by query port status via mdio bus. Test Results: - Poweron SLED6 root@bletchley:~# obmcutil -i=6 poweron root@bletchley:~# obmcutil -i=6 state CurrentBMCState : xyz.openbmc_project.State.BMC.BMCState.Ready CurrentPowerState : xyz.openbmc_project.State.Chassis.PowerState.On CurrentHostState : xyz.openbmc_project.State.Host.HostState.Running BootProgress : xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified OperatingSystemState: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Inactive root@bletchley:~# journalctl -u bletchley-host-state-monitor ... Oct 24 07:55:17 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 5 Oct 24 07:55:18 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 4 Oct 24 07:55:22 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 5 Oct 24 07:55:23 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 4 Oct 24 07:55:27 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 5 Oct 24 07:55:29 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 4 Oct 24 07:55:30 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 3 Oct 24 07:55:31 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 2 Oct 24 07:55:33 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 1 Oct 24 07:55:34 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed, update host state to ON - Poweroff SLED6 root@bletchley:~# obmcutil -i=6 poweroff root@bletchley:~# obmcutil -i=6 state CurrentBMCState : xyz.openbmc_project.State.BMC.BMCState.Ready CurrentPowerState : xyz.openbmc_project.State.Chassis.PowerState.Off CurrentHostState : xyz.openbmc_project.State.Host.HostState.Off BootProgress : xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified OperatingSystemState: xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Inactive root@bletchley:~# journalctl -u bletchley-host-state-monitor Oct 21 09:38:21 bletchley systemd[1]: Started Bletchley host state monitoring. ... Oct 24 07:55:17 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 5 Oct 24 07:55:18 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 4 Oct 24 07:55:22 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 5 Oct 24 07:55:23 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 4 Oct 24 07:55:27 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 5 Oct 24 07:55:29 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 4 Oct 24 07:55:30 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 3 Oct 24 07:55:31 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 2 Oct 24 07:55:33 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:OFF, current:ON), check count: 1 Oct 24 07:55:34 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed, update host state to ON Oct 24 08:03:38 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:ON, current:OFF), check count: 5 Oct 24 08:03:39 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:ON, current:OFF), check count: 4 Oct 24 08:03:40 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:ON, current:OFF), check count: 3 Oct 24 08:03:42 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:ON, current:OFF), check count: 2 Oct 24 08:03:43 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed (previous:ON, current:OFF), check count: 1 Oct 24 08:03:44 bletchley bletchley-host-state-monitor[905]: SLED6: detected state changed, update host state to OFF Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I5916cd411c0d7d625b54f74c888aa380e00a1853
2022-10-25meta-ibm: p10bmc: Add rainier runqemu optionsJoel Stanley1-0/+15
Qemu boots kernel+dtb directly, and mounts wic image (full filesystem) as an emulated mmc device. We add zImage as a KERNEL_IMAGETYPES (plural is important) so it is copied to the deploy directory. Currently there is only a wic.xz which cannot be booted directly. We add wic.qcow2 so the wic image is exported as a usable image for Qemu. This is a sparse image so empty space does not take up disk. TODO: 1. qemu requires the image size to be a power of two. Current workaround: qemu-img resize p10bmc/tmp/deploy/images/p10bmc/*.wic.qcow2 16G 2. Boot via u-boot. Requires qemu mmc patches from Cédric's tree, and creating an image with the boot0/boot1 partitions in it. Change-Id: Ic64023b2d7f9bce80a025a1d847228e90e0b72bd Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-10-24openpower-debug-collector: srcrev bump a85f3bb59a..7f3e906b4cAndrew Geissler1-1/+1
Patrick Williams (1): yaml: move to subdirectory Shantappa Teekappanavar (1): Build fails for p10bmc machine type Change-Id: I844d6ed156e66912591ae6d0d0d7e142c3441c0d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-24openpower-hw-diags: srcrev bump 329dbbde96..3a80c98342Andrew Geissler1-1/+1
Ben Tyner (3): Capture PRD scratch registers in attention handler Attn: Update and revise attention handler markdown Attn: Add ten second delay during SBE attention handling Change-Id: I5af6ac2ae9aeb851b030d41430c0024f9bc4ab2f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-24meta-bletchley: add ACPIPowerState interfacePotin Lai2-0/+10
Add ACPIPowerState interface to phosphor-settings for each host. Test Results: ``` root@bletchley:~# busctl call xyz.openbmc_project.ObjectMapper \ > /xyz/openbmc_project/object_mapper \ > xyz.openbmc_project.ObjectMapper GetSubTree sias / 0 1 \ > xyz.openbmc_project.Control.Power.ACPIPowerState -j { "type" : "a{sa{sas}}", "data" : [ { "/xyz/openbmc_project/control/host1/acpi_power_state" : { "xyz.openbmc_project.Settings" : [ "org.freedesktop.DBus.Introspectable", "org.freedesktop.DBus.Peer", "org.freedesktop.DBus.Properties", "xyz.openbmc_project.Control.Power.ACPIPowerState" ] }, "/xyz/openbmc_project/control/host2/acpi_power_state" : { "xyz.openbmc_project.Settings" : [ "org.freedesktop.DBus.Introspectable", "org.freedesktop.DBus.Peer", "org.freedesktop.DBus.Properties", "xyz.openbmc_project.Control.Power.ACPIPowerState" ] }, "/xyz/openbmc_project/control/host3/acpi_power_state" : { "xyz.openbmc_project.Settings" : [ "org.freedesktop.DBus.Introspectable", "org.freedesktop.DBus.Peer", "org.freedesktop.DBus.Properties", "xyz.openbmc_project.Control.Power.ACPIPowerState" ] }, "/xyz/openbmc_project/control/host4/acpi_power_state" : { "xyz.openbmc_project.Settings" : [ "org.freedesktop.DBus.Introspectable", "org.freedesktop.DBus.Peer", "org.freedesktop.DBus.Properties", "xyz.openbmc_project.Control.Power.ACPIPowerState" ] }, "/xyz/openbmc_project/control/host5/acpi_power_state" : { "xyz.openbmc_project.Settings" : [ "org.freedesktop.DBus.Introspectable", "org.freedesktop.DBus.Peer", "org.freedesktop.DBus.Properties", "xyz.openbmc_project.Control.Power.ACPIPowerState" ] }, "/xyz/openbmc_project/control/host6/acpi_power_state" : { "xyz.openbmc_project.Settings" : [ "org.freedesktop.DBus.Introspectable", "org.freedesktop.DBus.Peer", "org.freedesktop.DBus.Properties", "xyz.openbmc_project.Control.Power.ACPIPowerState" ] } } ] } ``` Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: Icd573faf69d818b394cccab223c56a260a55767c
2022-10-24meta-facebook : Enable phosphor-fan in packagegroupKumar Thangavel1-0/+1
TESTED : Verified phosphor-fan and sensor-monitor package enabled for facebook platforms. Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: I01798e122d75f078f011538b5032056106912727
2022-10-24meta-ibm: p10bmc: Add accuracy for power supply input power sensorsGeorge Liu5-0/+10
Since the accuracy of power supply input power sensors is 1% on IBM's p10bmc system, add `ACCURACY=1` to the power supply configuration of p10bmc. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: If143a61e44936fbd758d556575c250bc6ea501b2
2022-10-24meta-phosphor: time-manager: remove stale autoconf-archive-nativePatrick Williams1-1/+0
This recipe is using meson now, so remove the stale autoconf-archive-native dependency. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9c5f7a6a28f4545adde31f46cc672e6c9cff548b
2022-10-24meta-bletchley: enable obmc-phosphor-buttons featurePotin Lai3-0/+32
Enable obmc-phosphor-buttons and add gpio_defs.json to support the feature of debug card button. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I673db3587232bfc57dabc5fa157ae9945cb25974
2022-10-24Remove largely unmaintained MihawkMyung Bae107-28804/+20
A fork of it is maintained but its upstream layer has largely been unmaintained. No future products are planned to be based on this layer. Mihawk is similar to Witherspoon. Signed-off-by: Myung Bae <myungbae@us.ibm.com> Change-Id: I82f7d777b78cd126237d51e42f1e11abdf80ae68
2022-10-24meta-facebook: update bletchley nvme configPotin Lai2-9/+3
1. Move nvme_config.json to meta-facebook layer 2. Update nvme thermal sensor thresholds base as suggested by thermal team. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: Ia444afa2a27032c88302e913eb07909f7123c608
2022-10-24meta-bletchley: add switch diagnostics scriptPotin Lai2-0/+42
Add a switch diagnostics script to dump port register via mdio bus. Tested: root@bletchley:~# /usr/libexec/bletchley-switch-diag ======================================== Port 10 (BMC) **************************************** [00]: 0E07 (Port Status) [01]: 0003 (Physical Control) [02]: 0000 (Flow Control) [03]: 1920 (Switch Identifier) [04]: 007F (Port Control 0) [05]: 0000 (Port Control 1) [06]: 07FE (Port Based VLAN Map) [07]: 0001 (Default VLAN ID & Priority) [08]: 2080 (Port Control 2) [09]: 0001 (Egress Rate Control) [0A]: 8000 (Egress Rate Control 2) [0B]: 0001 (Port Association Vector) [0C]: 0000 (Port ATU Control) [0D]: 0000 (Override) [0E]: 0000 (Policy & MGMT Control) [10]: 0000 (Extended Port Control Operation) [11]: 0000 (Extended Port Control Data) [16]: 0000 (LED Control) [17]: 0000 (IP Priority Mapping Table) [18]: 0000 (IEEE Priority Mapping Table) [19]: 0000 (Port Control 3) [1B]: 8000 (Queue Counters) [1C]: 0000 (Queue Control) [1D]: 0000 (Queue Control 2) [1E]: 0000 (Enable & Cut Through) [1F]: 001B (Debug Counters) ======================================== ======================================== Port 3 (SLED1) **************************************** [00]: 100F (Port Status) [01]: 0003 (Physical Control) [02]: 0000 (Flow Control) [03]: 1920 (Switch Identifier) [04]: 007F (Port Control 0) [05]: 0000 (Port Control 1) [06]: 07FD (Port Based VLAN Map) [07]: 0001 (Default VLAN ID & Priority) [08]: 2080 (Port Control 2) [09]: 0001 (Egress Rate Control) [0A]: 8000 (Egress Rate Control 2) [0B]: 0002 (Port Association Vector) [0C]: 0000 (Port ATU Control) [0D]: 0000 (Override) [0E]: 0000 (Policy & MGMT Control) [10]: 0000 (Extended Port Control Operation) [11]: 0000 (Extended Port Control Data) [16]: 0033 (LED Control) [17]: 0000 (IP Priority Mapping Table) [18]: 0000 (IEEE Priority Mapping Table) [19]: 0000 (Port Control 3) [1B]: 8000 (Queue Counters) [1C]: 0000 (Queue Control) [1D]: 0000 (Queue Control 2) [1E]: 0000 (Enable & Cut Through) [1F]: 0000 (Debug Counters) ======================================== ======================================== Port 2 (SLED2) **************************************** [00]: 100F (Port Status) [01]: 0003 (Physical Control) [02]: 0000 (Flow Control) [03]: 1920 (Switch Identifier) [04]: 007F (Port Control 0) [05]: 0000 (Port Control 1) [06]: 07FB (Port Based VLAN Map) [07]: 0001 (Default VLAN ID & Priority) [08]: 2080 (Port Control 2) [09]: 0001 (Egress Rate Control) [0A]: 8000 (Egress Rate Control 2) [0B]: 0004 (Port Association Vector) [0C]: 0000 (Port ATU Control) [0D]: 0000 (Override) [0E]: 0000 (Policy & MGMT Control) [10]: 0000 (Extended Port Control Operation) [11]: 0000 (Extended Port Control Data) [16]: 0033 (LED Control) [17]: 0000 (IP Priority Mapping Table) [18]: 0000 (IEEE Priority Mapping Table) [19]: 0000 (Port Control 3) [1B]: 8000 (Queue Counters) [1C]: 0000 (Queue Control) [1D]: 0000 (Queue Control 2) [1E]: 0000 (Enable & Cut Through) [1F]: 0000 (Debug Counters) ======================================== ======================================== Port 1 (SLED3) **************************************** [00]: 100F (Port Status) [01]: 0003 (Physical Control) [02]: 0000 (Flow Control) [03]: 1920 (Switch Identifier) [04]: 007F (Port Control 0) [05]: 0000 (Port Control 1) [06]: 07F7 (Port Based VLAN Map) [07]: 0001 (Default VLAN ID & Priority) [08]: 2080 (Port Control 2) [09]: 0001 (Egress Rate Control) [0A]: 8000 (Egress Rate Control 2) [0B]: 0008 (Port Association Vector) [0C]: 0000 (Port ATU Control) [0D]: 0000 (Override) [0E]: 0000 (Policy & MGMT Control) [10]: 0000 (Extended Port Control Operation) [11]: 0000 (Extended Port Control Data) [16]: 0033 (LED Control) [17]: 0000 (IP Priority Mapping Table) [18]: 0000 (IEEE Priority Mapping Table) [19]: 0000 (Port Control 3) [1B]: 8000 (Queue Counters) [1C]: 0000 (Queue Control) [1D]: 0000 (Queue Control 2) [1E]: 0000 (Enable & Cut Through) [1F]: 0000 (Debug Counters) ======================================== ======================================== Port 7 (SLED4) **************************************** [00]: 100F (Port Status) [01]: 0003 (Physical Control) [02]: 0000 (Flow Control) [03]: 1920 (Switch Identifier) [04]: 007F (Port Control 0) [05]: 0000 (Port Control 1) [06]: 07EF (Port Based VLAN Map) [07]: 0001 (Default VLAN ID & Priority) [08]: 2080 (Port Control 2) [09]: 0001 (Egress Rate Control) [0A]: 8000 (Egress Rate Control 2) [0B]: 0010 (Port Association Vector) [0C]: 0000 (Port ATU Control) [0D]: 0000 (Override) [0E]: 0000 (Policy & MGMT Control) [10]: 0000 (Extended Port Control Operation) [11]: 0000 (Extended Port Control Data) [16]: 0033 (LED Control) [17]: 0000 (IP Priority Mapping Table) [18]: 0000 (IEEE Priority Mapping Table) [19]: 0000 (Port Control 3) [1B]: 8000 (Queue Counters) [1C]: 0000 (Queue Control) [1D]: 0000 (Queue Control 2) [1E]: 0000 (Enable & Cut Through) [1F]: 0000 (Debug Counters) ======================================== ======================================== Port 6 (SLED5) **************************************** [00]: 1D4F (Port Status) [01]: 0003 (Physical Control) [02]: 0000 (Flow Control) [03]: 1920 (Switch Identifier) [04]: 007F (Port Control 0) [05]: 0000 (Port Control 1) [06]: 07DF (Port Based VLAN Map) [07]: 0001 (Default VLAN ID & Priority) [08]: 2080 (Port Control 2) [09]: 0001 (Egress Rate Control) [0A]: 8000 (Egress Rate Control 2) [0B]: 0020 (Port Association Vector) [0C]: 0000 (Port ATU Control) [0D]: 0000 (Override) [0E]: 0000 (Policy & MGMT Control) [10]: 0000 (Extended Port Control Operation) [11]: 0000 (Extended Port Control Data) [16]: 0033 (LED Control) [17]: 0000 (IP Priority Mapping Table) [18]: 0000 (IEEE Priority Mapping Table) [19]: 0000 (Port Control 3) [1B]: 8000 (Queue Counters) [1C]: 0000 (Queue Control) [1D]: 0000 (Queue Control 2) [1E]: 0000 (Enable & Cut Through) [1F]: 0075 (Debug Counters) ======================================== ======================================== Port 5 (SLED6) **************************************** [00]: 1D4F (Port Status) [01]: 0003 (Physical Control) [02]: 0000 (Flow Control) [03]: 1920 (Switch Identifier) [04]: 007F (Port Control 0) [05]: 0000 (Port Control 1) [06]: 07BF (Port Based VLAN Map) [07]: 0001 (Default VLAN ID & Priority) [08]: 2080 (Port Control 2) [09]: 0001 (Egress Rate Control) [0A]: 8000 (Egress Rate Control 2) [0B]: 0040 (Port Association Vector) [0C]: 0000 (Port ATU Control) [0D]: 0000 (Override) [0E]: 0000 (Policy & MGMT Control) [10]: 0000 (Extended Port Control Operation) [11]: 0000 (Extended Port Control Data) [16]: 0033 (LED Control) [17]: 0000 (IP Priority Mapping Table) [18]: 0000 (IEEE Priority Mapping Table) [19]: 0000 (Port Control 3) [1B]: 8000 (Queue Counters) [1C]: 0000 (Queue Control) [1D]: 0000 (Queue Control 2) [1E]: 0000 (Enable & Cut Through) [1F]: 0058 (Debug Counters) ======================================== Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I3915e0747beeb8f8a3d06d3409ac55ed0cd50b41
2022-10-24meta-bletchley: introduce bletchley-system-state-initPotin Lai5-0/+94
Because Bletchley does not have IPMI between Bmc & Host, the Host init state will set to Off after Bmc booted. We require an extra service to check and set Host state & Chassis power state to correct state before doing any power action or power policy restore. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I680bc62559ea6f7df6dbe171b54d2cda0c7ae0d4
2022-10-24meta-bletchley: enable kernel loadable module supportPotin Lai1-0/+2
In order to add mdio-tools and mdio-netlink package, enable kernel loadable module support. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I7ce0634fdac5e2e400c3eded32ab9fe490794fb4
2022-10-24meta-bletchley: update fsc configuration R06 (inlet)Potin Lai1-44/+50
Update inlet based FSC configuration R06. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I8ad53ec0eace157af47503892beae3820a8520ac
2022-10-24entity-manager: srcrev bump 4f54a0b862..91df531561Andrew Geissler1-1/+1
Konstantin Aladyshev (1): devices: add TPS53679 support Change-Id: I160a96d63981b38407d40ef8cff050f2a407f66e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-24linux-aspeed: Move to v6.0.3 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 6.0.3 stable release. Change-Id: I7f85e1de492e7280ed5da18973274e4a53ca7bea Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-10-24u-boot-aspeed: Rebase on v00.04.12 SDKJoel Stanley1-1/+1
Update to the latest ASPEED SDK. No other changes. Change-Id: Icca4fb50e56ef718d31472aa895a81921b2ef94d Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-10-21phosphor-buttons: srcrev bump 4250785723..d219fa3c48Andrew Geissler1-1/+1
Naveen Moses (1): Add serial uart mux interface class Change-Id: Iaa493fc1a04550f28d7b405bd0d5b9fccd84e8cb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-21phosphor-pid-control: srcrev bump e2ec69ad00..cf8ee3006cAndrew Geissler1-1/+1
Ed Tanous (1): Move Ed from maintainer to reviewer Change-Id: Id1d5acbc4a12ede615d7ed900e8649717b26c390 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-21entity-manager: srcrev bump 7b8786f447..4f54a0b862Andrew Geissler1-1/+1
Chau Ly (1): configurations: Add fan and psu sensors for mt_jade Change-Id: I6a5dbc06a026618cb934c2ae5d7820d02335fbe3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-21subtree updatesPatrick Williams119-1170/+9767
poky: 3e5faccfaf..95c802b0be: Alexander Kanavin (1): sdk-manual: correct the bitbake target for a unified sysroot build Michael Opdenacker (6): ref-manual/variables.rst: clarify sentence test-manual: fix typo in machine name ref-manual: faq.rst: reorganize into subsections, contents at top migration-guides: use contributor real name manuals: fix misc typos migration-guides: use contributor real name Paul Eggleton (31): migration-general: add section on using buildhistory ref-manual: add DISABLE_STATIC ref-manual: expand documentation on image-buildinfo class ref-manual: add WATCHDOG_TIMEOUT to variable glossary ref-manual: correct default for BUILDHISTORY_COMMIT ref-manual: document new github-releases class ref-manual: add a note to ssh-server-dropbear feature ref-manual: update buildpaths QA check documentation ref-manual: add UBOOT_MKIMAGE_KERNEL_TYPE ref-manual: add DEV_PKG_DEPENDENCY ref-manual: add SDK_TOOLCHAIN_LANGS ref-manual: add pypi class ref-manual: update pypi documentation for CVE_PRODUCT default in 4.1 ref-manual: add CVE_CHECK_SHOW_WARNINGS ref-manual: add FIT_PAD_ALG ref-manual: add CVE_DB_UPDATE_INTERVAL ref-manual: add KERNEL_DEPLOY_DEPEND ref-manual: add MOUNT_BASE variable ref-manual: remove reference to testimage-auto class Update documentation for classes split ref-manual: complementary package installation recommends ref-manual: remove reference to largefile in DISTRO_FEATURES ref-manual: add missing features ref-manual: add serial-autologin-root to IMAGE_FEATURES documentation ref-manual: add previous overlayfs-etc variables ref-manual: add OVERLAYFS_ETC_EXPOSE_LOWER ref-manual: add WIRELESS_DAEMON ref-manual: add section for create-spdx class ref-manual: add overlayfs class variables ref-manual: add OVERLAYFS_QA_SKIP Add 4.1 migration guide & release notes Ross Burton (2): migration-guides: add known issues for 4.1 migration-guides/release-notes-4.1.rst: add more known issues Takayasu Ito (1): release-notes-4.1.rst remove bitbake-layers subcommand argument meta-arm: 13199c55c0..14c7e5b336: Jon Mason (1): CI: track langdale branch Mohamed Omar Asaker (1): arm-bsp/u-boot: corstone1000: support 32bit ffa direct messaging Ross Burton (3): arm-bsp: remove TC0 arm-bsp/scp-firmware: remove TC0 patches arm/fvp-tc0: remove Total Compute 2020 FVP Rui Miguel Silva (2): arm-bsp/optee: add log handler arm-bsp/trusted-services: support for libmetal and openamp Vishnu Banavath (1): arm-bsp/linux: add kernel file search path for N1SDP meta-openembedded: 6529e5f963..8073ec2275: Alex Kiernan (4): conntrack-tools: Upgrade 1.4.6 -> 1.4.7 conntrack-tools: Add PACKAGECONFIGs for build options conntrack-tools: Use canonical shell spacing uriparser: Upgrade 0.9.6 -> 0.9.7 Andreas Müller (1): onboard: remove Changqing Li (1): redis: upgrade 7.0.4 to 7.0.5 Fabio Estevam (2): remmina: Update to 1.4.27 crucible: Add recipe Khem Raj (1): grpc: Update to 1.50.x release Leon Anavi (2): python3-imageio: Upgrade 2.22.1 -> 2.22.2 python3-distro: Upgrade 1.7.0 -> 1.8.0 Markus Volk (2): pipewire: upgrade 0.3.57 -> 0.3.59 wireplumber: upgrade 0.4.11 -> 0.4.12 Peter Kjellerstedt (1): v4l-utils: Support building without NLS Sebastian Suesens (2): md4c: added md4c lib double-conversion: added double-conversion lib Sui Chen (1): Add recipe for Perfetto Thomas Perrot (1): xfce4-settings: upgrade 4.16.2 -> 4.16.3 Ulysse Manceron (1): abseil-cpp: Upgrade to head on 2022-10-14 Wang Mingyu (19): broadcom-bt-firmware: upgrade cppzmq: upgrade 4.8.1 -> 4.9.0 ctags: upgrade 5.9.20221002.0 -> 5.9.20221009.0 debootstrap: upgrade 1.0.127 -> 1.0.128 freerdp: upgrade 2.8.0 -> 2.8.1 gst-editing-services: upgrade 1.20.3 -> 1.20.4 libwacom: upgrade 2.4.0 -> 2.5.0 nbdkit: upgrade 1.33.1 -> 1.33.2 xfstests: upgrade 2022.09.25 -> 2022.10.09 blueman: upgrade 2.3.2 -> 2.3.4 cli11: upgrade 2.2.0 -> 2.3.0 tesseract: upgrade 4.1.3 -> 5.2.0 python3-absl: upgrade 1.2.0 -> 1.3.0 python3-gevent: upgrade 22.8.0 -> 22.10.1 python3-google-api-core: upgrade 2.10.1 -> 2.10.2 python3-google-api-python-client: upgrade 2.62.0 -> 2.64.0 python3-google-auth: upgrade 2.11.1 -> 2.12.0 python3-pymodbus: upgrade 2.5.3 -> 3.0.0 python3-pywbem: upgrade 1.4.1 -> 1.5.0 homalozoa (1): Add condition for libusbgx-examples zhengrq.fnst (5): python3-stevedore: upgrade 4.0.0 -> 4.0.1 yelp: upgrade 42.1 -> 42.2 tio: upgrade 2.0 -> 2.1 python3-zopeinterface: upgrade 5.4.0 -> 5.5.0 unbound: upgrade 1.16.3 -> 1.17.0 meta-raspberrypi: fc5f80a47e..722c51647c: Oliver Lang (1): rpi-base.inc: handle empty/undefined KERNEL_DEVICETREE Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I555ec2b7aca80e0511bf112acd0a045de17fe91b
2022-10-19ibm: witherspoon: Set QB_MACHINEJoel Stanley1-0/+3
Witherspoon has a Qemu model called witherspoon-bmc. Change-Id: I086b350182c0deb990b93d88461162181c29e815 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-10-19phosphor-net-ipmid: srcrev bump 67aaec2e06..ec43741461Andrew Geissler1-1/+1
Tingting Chen (1): phosphor-ipmi-net: Add sysrq handle in netipmid for ipmitool sol. Change-Id: I7672f9e3a8c86695868036e0f6e09f356c333a06 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-19phosphor-host-ipmid: srcrev bump 45aed6919d..9a9ac0bcfcAndrew Geissler1-1/+1
Ed Tanous (1): Move the location of sensor object manager Willy Tu (2): fix clang-tidy error for overriding destructor cleanup Secure types adarshgrami (1): DCMI Commands: Support Get DCMI Sensor Info Dynamically Change-Id: If093eae12e17fee11ec0364981d7e23e87b8ae46 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-19bmcweb: srcrev bump 525fc07224..532d769725Andrew Geissler1-1/+1
George Liu (1): Add EnvironmentMetrics schema Gunnar Mills (1): Revert "NetworkProtocol: Support NetworkSuppliedServers property" Nan Zhou (4): pcie: fix Members@odata.count pcie: fixed filpped empty check move config to a subdir use multiple test targets Change-Id: Ief9f75c6ffebf3e26e1ccda83333eb9a39ea15df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-10-19ibm: palmetto: Set QB_MACHINEJoel Stanley1-0/+3
Palmetto has a Qemu model called palmetto-bmc. Tested: bitbake core-image-minimal && runqemu slirp nographic Change-Id: Ieea6bd5805c36a6d18e22e5aa6e18290b8026283 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-10-19ibm: romulus: Set QB_MACHINEJoel Stanley1-0/+3
Romulus has a Qemu model called romulus-bmc. Change-Id: Iea41fc4fcfdb3cea8e2fb9dc286dfca2f304184f Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-10-19meta-ampere: mtmitchell: set BMC MAC address from FRUThang Tran3-0/+35
Update the MAC address via BMC FRU data, the MAC address is based on "Board extra information 1". BMC FRU device is detected based on i2c bus index and address. Tested: 1. Clear environment and then reboot BMC. 2. Wait for BMC to boot complete, check for eth0 to have MAC Address the same value defined in FRU at Board Extra. Signed-off-by: Thang Tran <thuutran@amperecomputing.com> Change-Id: I5d644109143e4d600b92e23e3f1627986e827768