summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc
AgeCommit message (Collapse)AuthorFilesLines
2023-10-26pfr-manager: srcrev bump 56b0e66dba..1388f6cf6cAndrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: Ibda900732048ed8d45c67aa71cf3ef68192d05bc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-24intel-ipmi-oem: srcrev bump e61e8ec82f..87381417f0Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: Ia6af4d03ba6beca4d644578ec294fd6f5edc99b1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-11treewide: clean up bmcweb in package groupsPatrick Williams1-1/+0
bmcweb is already added as a default in the meta-phosphor package groups. A large number of machines have mistakenly also explicitly added a RDEPEND on assorted package groups, which is not necessary. Clean these up. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ifd3726d18aab45475f80d054a4640196ac0b71d2
2023-10-11treewide: clean up webui selectionPatrick Williams1-1/+0
The webui-vue package is now enabled by default. Clean up all the meta layers to clean up the explicit enablement. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4895be56c70d2c8666dd96cec18d2c097f0c05a3
2023-09-28intel-ipmi-oem: srcrev bump 23ad5f1cc9..e61e8ec82fAndrew Geissler1-1/+1
Vernon Mauery (1): Remove CMake build system Change-Id: Id3a312469b2bcd6c9870e36ff35733f79b825f7f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-09-26linux-aspeed: Move to Linux v6.5Joel Stanley1-1/+1
This moves the OpenBMC kernel to a v6.5 base for ASPEED. The 6.5 kernel moved all 32-bit ARM device trees, so our BMC device tress are now under an 'aspeed' subdirectory. This change means systems must describe the KERNEL_DEVICETREE with the aspeed directory prefix. There are 78 patches in the tree, with 40 of those patches not yet queued for merging in v6.6. The remaining out of tree patches include: Andrew Jeffery (6): dt-bindings: hwmon: pmbus: Add Maxim MAX31785 documentation pmbus (max31785): Add support for devicetree configuration pmbus (core): One-shot retries for failure to set page pmbus (max31785): Wrap all I2C accessors in one-shot failure handlers ARM: dts: aspeed: witherspoon: Update max31785 node ipmi: kcs_bmc: Add a "raw" character device interface Cédric Le Goater (1): /dev/mem: add a devmem kernel parameter to activate the device Eddie James (16): ARM: dts: aspeed: bonnell: Add reserved memory for TPM event log dt-bindings: soc: Add Aspeed XDMA Engine soc: aspeed: Add XDMA Engine Driver soc: aspeed: xdma: Add user interface soc: aspeed: xdma: Add reset ioctl soc: aspeed: xdma: Add trace events i2c: core: Add mux root adapter operations iio: si7020: Lock root adapter to wait for reset eeprom: ee1004: Enable devices on multiple busses dt-bindings: trivial-devices: Add Atmel AT30TSE004A serial eeprom eeprom: ee1004: Add OF matching support leds: pca955x: Refactor with helper functions and renaming leds: pca955x: Use pointers to driver data rather than I2C client leds: pca955x: Optimize probe led selection leds: pca955x: Add HW blink support leds: Ensure hardware blinking turns off when requested Jae Hyun Yoo (1): clk: ast2600: enable BCLK for PCI/PCIe bus always Joel Stanley (14): net: ftgmac100: Ensure tx descriptor updates are visible ARM: aspeed: Add debugfs directory ARM: soc: aspeed: Add secure boot controller support dt-bindings: trivial-devices: Remove Infineon SLB9673 TPM ARM: dts: nuvoton: npmc750-evb: Add default console tpm: tis-i2c: Add more compatible strings leds: pca955x: Revert "Remove the unused function pca95xx_num_led_regs()" arm64: configs: Add Nuvoton NPCM defconfig ARM: configs: aspeed: Add new FSI drivers ARM: config: aspeed_g5: Enable SSIF BMC driver ARM: config: aspeed: Remove FIRMWARE_MEMMAP ARM: config: aspeed: Add Ampere SMPro drivers ARM: config: Add openbmc defconfig ARM: config: openbmc: Add HPE GPX and Nuvoton 7xx Johannes Holland (1): dt-bindings: tpm: Add schema for TIS I2C devices Potin Lai (1): mtd: spi-nor: winbond: Add support for w25q01jvq Change-Id: Ib97af192391af6e71c96fe14e12cfc88c23d7a7d Signed-off-by: Joel Stanley <joel@jms.id.au>
2023-09-22Update intel-ipmi-oem recipe to use mesonVernon Mauery1-3/+1
intel-ipmi-oem repo has been updated to add the meson build system. This bumps the repo and updates the yocto build type to be meson. Tested: Builds using meson Change-Id: I8484d600a0d682f1a81ea670116e621daa8377c5 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
2023-09-22intel-ipmi-oem: srcrev bump 4a31605855..23ad5f1cc9Andrew Geissler1-1/+1
Jason M. Bills (1): Get Device ID: support new version format Change-Id: I56b06e1bf6610eaa59538574d1ee421973f1ca51 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-09-21intel-ipmi-oem: srcrev bump ee94e63b9f..4a31605855Andrew Geissler1-1/+1
Vernon Mauery (3): changes needed for meson build changes to make it build without cheating add meson build Change-Id: Ib19110f9b9c695d4a30d8f3db65e43c6d292c2a2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-09-19intel-ipmi-oem: srcrev bump 51cf3110bc..ee94e63b9fAndrew Geissler1-1/+1
Jason M. Bills (1): Remove unused namespace Change-Id: I2a4666663d7e0706d1276737205b38574d0ba78b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-09-13host-error-monitor: srcrev bump 2fb7f92ccb..8c01b421eaAndrew Geissler1-1/+1
Jason M. Bills (2): Rename CATERR to IERR Remove CMake Change-Id: I2d1b1f35b2e37f550d6558d78dd4b3230d8972e3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-09-13intel-ipmi-oem: srcrev bump af65268e15..51cf3110bcAndrew Geissler1-1/+1
Jason M. Bills (2): Rename CATERR to IERR Add a configuration option to allow reset on MCERR Change-Id: Ic3bdd3bde634cd9a3995bc85c99e81b838850634 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-08-31intel-ipmi-oem: srcrev bump 84c203d2b7..af65268e15Andrew Geissler1-1/+1
Vernon Mauery (1): Add OEM get BMC Version String command Change-Id: Ifb786919d28d3798a627d3a904e48fcf06ba1f3b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-08-31host-error-monitor: srcrev bump 5e1e7e3c4f..2fb7f92ccbAndrew Geissler1-1/+1
Jason M. Bills (1): Fix more build warnings Change-Id: I3554ac3f66209cb02891984582fa12f997e851bc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-08-25host-error-monitor: switch to mesonJason M. Bills1-3/+5
This changes the build to meson and creates PACKAGECONFIGs for the build options to avoid needing to use EXTRA_OEMESON in recipes. Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Change-Id: Ifdbfecef46d16a5f36b03ee3a72eef30b9bc1b8b
2023-08-22pfr-manager: srcrev bump be13259dd6..56b0e66dbaAndrew Geissler1-1/+1
ankita prasad (1): Update the PFR CPLD Version format Change-Id: Ia920f0af79108f2b4c09c32af1386930945692f6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-08-22host-error-monitor: srcrev bump 72d3918861..5e1e7e3c4fAndrew Geissler1-1/+1
Jason M. Bills (3): Add support for FLAG_ACTIVE_LOW in libgpiod Fix build warnings Port to meson Change-Id: I7bfebee3cea70dbcf9e79e7905f0c4317d252fea Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-08-18pfr-manager: srcrev bump 1218aa64d1..be13259dd6Andrew Geissler1-1/+1
sri anjaneyulu alapati (1): Set BMC boot complete checkpoint in unprovision mode Change-Id: Ia4c9cf8a0590bd4015c64192bf0d4b7fa1ceae9c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-08-10host-error-monitor: srcrev bump c4a241ed04..72d3918861Andrew Geissler1-1/+1
Jason M. Bills (1): Fix build error with CRASHDUMP enabled Change-Id: I66d00f8358ea8d7ce406e5cc7eb50094bf080908 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-08-10host-error-monitor: srcrev bump 8b7c55eb3b..c4a241ed04Andrew Geissler1-1/+1
Jason M. Bills (1): Use an enum to specify the type of recovery to perform Change-Id: Ib9180d2d5316cd41b59bd8413b806be9a8a34d60 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-08-04pfr-manager: srcrev bump 48935a4343..1218aa64d1Andrew Geissler1-1/+1
ankita prasad (1): Removing PLD lines to read PFR CPLD Version Change-Id: I3b995422a91d089f6e2b668393a7e11f5611455f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-21intel-ipmi-oem: srcrev bump 3432a0ace7..84c203d2b7Andrew Geissler1-1/+1
Jason M. Bills (1): Return error when SDR offset is out of range Change-Id: Ia438634fef38fb38527960a58f45c3de7f92643a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-18intel-ipmi-oem: srcrev bump ac330b8e70..3432a0ace7Andrew Geissler1-1/+1
PavanKumarIntel (1): Fix to prevent the FRU corruption while updating Change-Id: Ifaf448031ae3da923f52771f8b9ceec21b819f2d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-17host-error-monitor: srcrev bump 92608b3790..8b7c55eb3bAndrew Geissler1-1/+1
Jason M. Bills (1): Change CrashdumpComplete signal interface Change-Id: I2e9f9cfacd48de8b9422749373f1a8007280c986 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-14intel-ipmi-oem: srcrev bump c56005e5d8..ac330b8e70Andrew Geissler1-1/+1
Ivan Mikhaylov (1): tinyxml2 make system changed to meson from CMake Change-Id: Ib9285f286ddfb60d464ee7cb25deb069ee87eff2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-13intel-ipmi-oem: srcrev bump 152e914540..c56005e5d8Andrew Geissler1-1/+1
Matt Simmering (1): Fix object path of chassis intrusion Change-Id: I39615b6dfda6cba0b2d4a21c98e764a491986e7d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-06host-error-monitor: srcrev bump 1c0d047713..92608b3790Andrew Geissler1-1/+1
Jason M. Bills (1): Use variable for service install location Change-Id: I28d0ee360da26950cee2d16f8da610783db94abd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-07-05host-error-monitor: inherit pkgconfigJason M. Bills1-1/+1
We need pkgconfig to get the systemd service file location variable to support usrmerge. Tested: Confirmed that host-error-monitor can find pkgconfig and the systemd service file location variable. Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Change-Id: Id453f64d7b249c4fcb0af4cc8395dea8dc3c5f96
2023-07-05pfr-manager: srcrev bump d5c499082f..48935a4343Andrew Geissler1-1/+1
Jason M. Bills (1): Use variable for service install location Change-Id: I23d54bcdc9b0edc0f4c2745b79b0dec8b098625b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-27meta-intel-openbmc: add libtinyxml2 to DEPENDSIvan Mikhaylov1-1/+1
Add explicitly libtinyxml2 in depends for intel-ipmi-oem. Change-Id: I941ab3bd36ed5c325e6d6abd57375818d66cef43 Signed-off-by: Ivan Mikhaylov <fr0st61te@gmail.com>
2023-06-27host-error-monitor: srcrev bump 08d16db2cb..1c0d047713Andrew Geissler1-1/+1
Jason M. Bills (1): Handle crashdump busy error Change-Id: I5bbf0522a5b8d81b96b09fd2d7a8b27bdb45203c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-21pfr-manager: srcrev bump 304e82e1a3..d5c499082fAndrew Geissler1-1/+1
sri anjaneyulu alapati (1): Updated Additional Error/Status codes Change-Id: Ied89d2f6f325c0ad1de37327bc5b85e681fadf97 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-17intel-ipmi-oem: srcrev bump b37abfb27f..152e914540Andrew Geissler1-1/+1
Johnathan Mantey (1): Fix IPMI firmware update programming failure Vasu V (1): Added support for ipmi tool based mux slot disable Vernon Mauery (1): Build fixes for gcc-12 Change-Id: Ib34094c227912e0f818701cdcc96a66a244066cf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-16pfr-manager: srcrev bump b29a15c60c..304e82e1a3Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I36f4d2716cab296ab18c95d6c1ae19c6650ed453 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-06-14pfr-manager: srcrev bump 7010844542..b29a15c60cAndrew Geissler1-1/+1
deepak kumar agrawal (1): [pfr-manager]Implement BMCBusy Period Change-Id: I0105d2e6833e43371f05706103f62ae24c6ac8ac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-24host-error-monitor: srcrev bump 03ed41b37b..08d16db2cbAndrew Geissler1-1/+1
Zev Weiss (1): Make use of crashdump service optional Change-Id: I74ace3f39fff7ad8b2deb74ccb0e88060be97a49 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-22intel-ipmi-oem: srcrev bump 7a8ab9ee86..b37abfb27fAndrew Geissler1-1/+1
Arun Lal K M (1): Use knob->prompt for DisplayName in BiosAttributeRegistry Patrick Williams (1): clang-format: copy latest and re-format Change-Id: Ib22201bf3eaa722de8ed8366bcbc90e6125ae004 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-05-10intel-ipmi-oem: srcrev bump c8b0c46e43..7a8ab9ee86Andrew Geissler1-1/+1
Arun Lal K M (1): Show option->text of BIOS knob in Redfish response. Change-Id: I3a67594e49b1638df5f69c8cb9f9356548cdf051 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-04-27host-error-monitor: srcrev bump ee00ccc006..03ed41b37bAndrew Geissler1-1/+1
Zev Weiss (2): Add PROCHOT signal monitor Make libpeci dependency optional Change-Id: Ic4a71fb0a672349d235995b403b99596e2ba66c0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-04-14intel-ipmi-oem: srcrev bump 80d4d5f95e..c8b0c46e43Andrew Geissler1-1/+1
Vernon Mauery (1): Remove MDRv1 SMBIOS commands Change-Id: Iaf37a227b6773976ca73b0cc6c0f77ab00749c1d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-03-27treewide: switch '/usr/share' to datadirPatrick Williams1-1/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8ea79d284356629f5b7b24ad3a99336e9e2e297e
2023-03-02host-error-monitor: srcrev bump f8c0e1aa0e..ee00ccc006Andrew Geissler1-1/+1
Ed Tanous (2): Format json Change io_service to io_context Change-Id: I7444796329c8b340b0726e36e246e9f1f3e04db5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-28meta-intel-openbmc: Enable ACBoot optionJonathan Doman1-0/+1
Enable the meson option to use the ACBoot setting in x86-power-control. Change-Id: I322eb275f6e3bd48838196cff1bff8553226f059 Signed-off-by: Jonathan Doman <jonathan.doman@intel.com>
2023-02-27intel-ipmi-oem: srcrev bump 4180cfe981..80d4d5f95eAndrew Geissler1-1/+1
Matt Simmering (1): Change terminology to inclusive terms Change-Id: I813ae6bf340815a7aca25072705b6bacac0ea317 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-02-16meta-intel-openbmc: remove obmc-targets.bbappendJason M. Bills1-9/+0
obmc-targets.bb was removed, so remove this bbappend file, too. Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Change-Id: I9a0cfae7bcd5ed763e8199f4cdd889337af45b4d
2023-01-27intel-ipmi-oem: srcrev bump 7f819e8bff..4180cfe981Andrew Geissler1-1/+1
Alex Schendel (1): Fix Get and Set SM PWM Signal Johnathan Mantey (1): Match FRU I2C bus address size to phosphor-host-ipmid definition Snehalatha Venkatesh (1): Fix for GetFanControlConfiguration IPMI command Change-Id: I3916dae311a8ec7523ee88dd2c23cf103a3a6e31 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-01-13yocto:mickledore: add support for new yocto layerAndrew Geissler2-2/+2
Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I8e54833ac78e540e9dd5011533d53ff9a3af6763
2022-12-13intel-ipmi-oem: srcrev bump a354ef3e6b..7f819e8bffAndrew Geissler1-1/+1
Matt Simmering (1): Set Chassis Intrusion status dynamically Change-Id: I3258bf20f26936a253c0f6a9497007a365111429 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-12-13host-error-monitor: srcrev bump fe64182444..f8c0e1aa0eAndrew Geissler1-1/+1
JinFuLin (3): Add Asserted property for mem thermtrip Add Asserted property for cpu thermtrip Make objectPath leaf name customizable Change-Id: I48c8cd014e7b11a1b06f33808f7fee3fef2c5cb8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-12-12intel-ipmi-oem: srcrev bump 7acb2d27bc..a354ef3e6bAndrew Geissler1-1/+1
Patrick Williams (2): python: fix flake8 warnings and format with black prettier: re-format Change-Id: I574798e66742e7c8e2673603e887ea45a05590b8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>