Openbmc archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-28 20:22:33 to 2021-05-12 01:59:48 UTC [more...]

Security Working Group - Wednesday May 12
 2021-05-12  1:59 UTC 

mtools bitbake failure
 2021-05-11 22:07 UTC  (5+ messages)

Advice on delaying de-asserting PCIe reset
 2021-05-11 21:46 UTC  (2+ messages)

Phosphor-host-check failing when running sdbus commands
 2021-05-11 21:21 UTC  (2+ messages)

Add phosphor-fan configuration for the fan which added by dbus-sensor
 2021-05-11 18:25 UTC  (12+ messages)

[PATCH v1 1/7] spi: Use SPI_MODE_X_MASK
 2021-05-11 18:21 UTC  (8+ messages)
` [PATCH v1 2/7] spi: spidev: "
` [PATCH v1 3/7] spi: npcm-pspi: "
` [PATCH v1 4/7] spi: oc-tiny: "
` [PATCH v1 5/7] spi: omap-uwire: "
` [PATCH v1 6/7] spi: ppc4xx: "
` [PATCH v1 7/7] spi: uniphier: "

Mapping standard D-Bus sensors to ProcessorMetrics (and other specific schemas)
 2021-05-11 16:26 UTC  (8+ messages)

Request to create ampere-platform-mgmt and ampere-ipmi-oem repos
 2021-05-11  9:00 UTC  (8+ messages)

Use the right values for CODE_LINE and CODE_FUNC in journal traces
 2021-05-11  6:03 UTC 

Configuration categorization and reset-to-default based on it
 2021-05-10 22:42 UTC 

How to add Redfish EventLog using commands
 2021-05-11  3:23 UTC  (5+ messages)

[PATCH linux dev-5.10 v3 00/18] ipmi: Allow raw access to KCS devices
 2021-05-10 23:59 UTC  (21+ messages)
` [PATCH linux dev-5.10 v3 01/18] ipmi: kcs_bmc_aspeed: Use of match data to extract KCS properties
` [PATCH linux dev-5.10 v3 02/18] ipmi: kcs_bmc: Make status update atomic
` [PATCH linux dev-5.10 v3 03/18] ipmi: kcs_bmc: Rename {read, write}_{status, data}() functions
` [PATCH linux dev-5.10 v3 04/18] ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmi
` [PATCH linux dev-5.10 v3 05/18] ipmi: kcs_bmc: Turn the driver data-structures inside-out
` [PATCH linux dev-5.10 v3 06/18] ipmi: kcs_bmc: Split headers into device and client
` [PATCH linux dev-5.10 v3 07/18] ipmi: kcs_bmc: Strip private client data from struct kcs_bmc
` [PATCH linux dev-5.10 v3 08/18] ipmi: kcs_bmc: Decouple the IPMI chardev from the core
` [PATCH linux dev-5.10 v3 09/18] ipmi: kcs_bmc: Allow clients to control KCS IRQ state
` [PATCH linux dev-5.10 v3 10/18] ipmi: kcs_bmc: Don't enforce single-open policy in the kernel
` [PATCH linux dev-5.10 v3 11/18] ipmi: kcs_bmc: Add serio adaptor
` [PATCH linux dev-5.10 v3 12/18] dt-bindings: ipmi: Convert ASPEED KCS binding to schema
` [PATCH linux dev-5.10 v3 13/18] dt-bindings: ipmi: Add optional SerIRQ property to ASPEED KCS devices
` [PATCH linux dev-5.10 v3 14/18] ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configuration
` [PATCH linux dev-5.10 v3 15/18] ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheet
` [PATCH linux dev-5.10 v3 16/18] ipmi: kcs_bmc_aspeed: Optionally apply status address
` [PATCH linux dev-5.10 v3 17/18] ARM: dts: rainier: Enable KCS channel 2
` [PATCH linux dev-5.10 v3 18/18] ipmi: kcs_bmc: Add a "raw" character device interface

Configuration categorization and reset-to-default based on it
 2021-05-10 22:47 UTC 

CI build for quanta/gbs
 2021-05-10 16:46 UTC  (11+ messages)

[PATCH] MAINTAINERS: Nuvoton NPCM: Add myself as reviewer
 2021-05-10 12:35 UTC  (2+ messages)

[PATCH] net: nuvoton: emc: Fix: some failed phy functions did not return error
 2021-05-10 12:09 UTC 

[PATCH v3 0/5] mmc: sdhci-of-aspeed: Support toggling SD bus signal
 2021-05-10  6:03 UTC  (23+ messages)
` [PATCH v3 1/5] dt-bindings: mmc: sdhci-of-aspeed: Add an example for AST2600-A2 EVB
` [PATCH v3 2/5] ARM: dts: aspeed: ast2600evb: Add comment for gpio regulator of sdhci
` [PATCH v3 3/5] ARM: dts: aspeed: ast2600evb: Add phase correction for emmc controller
` [PATCH v3 4/5] mmc: sdhci-of-aspeed: Add a helper for updating capability register
` [PATCH v3 5/5] mmc: sdhci-of-aspeed: Assert/Deassert reset signal before probing eMMC

[PATCH v3 00/16] ipmi: Allow raw access to KCS devices
 2021-05-10  5:42 UTC  (17+ messages)
` [PATCH v3 01/16] ipmi: kcs_bmc_aspeed: Use of match data to extract KCS properties
` [PATCH v3 02/16] ipmi: kcs_bmc: Make status update atomic
` [PATCH v3 03/16] ipmi: kcs_bmc: Rename {read, write}_{status, data}() functions
` [PATCH v3 04/16] ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmi
` [PATCH v3 05/16] ipmi: kcs_bmc: Turn the driver data-structures inside-out
` [PATCH v3 06/16] ipmi: kcs_bmc: Split headers into device and client
` [PATCH v3 07/16] ipmi: kcs_bmc: Strip private client data from struct kcs_bmc
` [PATCH v3 08/16] ipmi: kcs_bmc: Decouple the IPMI chardev from the core
` [PATCH v3 09/16] ipmi: kcs_bmc: Allow clients to control KCS IRQ state
` [PATCH v3 10/16] ipmi: kcs_bmc: Don't enforce single-open policy in the kernel
` [PATCH v3 11/16] ipmi: kcs_bmc: Add serio adaptor
` [PATCH v3 12/16] dt-bindings: ipmi: Convert ASPEED KCS binding to schema
` [PATCH v3 13/16] dt-bindings: ipmi: Add optional SerIRQ property to ASPEED KCS devices
` [PATCH v3 14/16] ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configuration
` [PATCH v3 15/16] ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheet
` [PATCH v3 16/16] ipmi: kcs_bmc_aspeed: Optionally apply status address

[PATCH 0/3] serial: 8250_aspeed_vuart: fix duplicate __release_region() on unbind
 2021-05-10  1:42 UTC  (4+ messages)
` [PATCH 1/3] serial: 8250_aspeed_vuart: factor out aspeed_vuart_{read, write}b() helper functions
` [PATCH 2/3] serial: 8250_aspeed_vuart: initialize vuart->port in aspeed_vuart_probe()
` [PATCH 3/3] serial: 8250_aspeed_vuart: use UPF_IOREMAP to set up register mapping

[pmbusplus] userspace i2c, pmbus interactions
 2021-05-07 21:11 UTC  (14+ messages)

[PATCH v2] i2c: aspeed: disable additional device addresses on ast2[56]xx
 2021-05-07 19:57 UTC  (2+ messages)

[PATCH v2] media: aspeed-video: ignore interrupts that aren't enabled
 2021-05-06 23:40 UTC 

[Virtual-sensor] the issue of exprtk lib
 2021-05-06 23:05 UTC 

Dynamic mux detection entity manager
 2021-05-06 21:45 UTC 

CI upgrade to clang-12
 2021-05-06 14:45 UTC 

Host Serial Console Logs via Redfish
 2021-05-06  8:37 UTC  (2+ messages)

Include sensor monitor for our platform
 2021-05-06  6:10 UTC  (4+ messages)

D-bus model proposal for pay for access features
 2021-05-05 17:36 UTC  (9+ messages)

[PATCH v4 0/4] Add Ampere's Altra SMPro hwmon driver
 2021-05-05  8:44 UTC  (4+ messages)
` [PATCH v4 1/4] dt-bindings: mfd: Add bindings for Ampere Altra SMPro drivers

Entity Manager questions
 2021-05-04 21:06 UTC 

[PATCH v2 1/3] dt-bindings: mmc: sdhci-of-aspeed: Add description for AST2600 EVB
 2021-05-04  1:46 UTC  (11+ messages)
` [PATCH v2 3/3] mmc: sdhci-of-aspeed: Sync capabilities from device tree to ast2600 SoC registers

Request new repo for IBM-specific code
 2021-05-03 16:21 UTC  (12+ messages)
          ` Request new repo for IBM-specific code: ibm-acf

Issue in displaying hardware name using Redfish
 2021-05-01 13:11 UTC  (5+ messages)

PMC
 2021-04-30 14:26 UTC  (6+ messages)

[PATCH linux dev-5.10] nuvoton npcm730 kudo
 2021-04-29 22:21 UTC 

[PATCH] hwmon: (occ) Fix poll rate limiting
 2021-04-29 21:22 UTC 

x86-power-control for ARM CPU based system
 2021-04-29 15:46 UTC 

OpenBMC on RCS platforms
 2021-04-29  7:54 UTC  (5+ messages)
    ` OpenBMC on RCS platforms - remote media

Security Working Group - Wednesday April 28
 2021-04-29  3:54 UTC  (8+ messages)
` Security Working Group - Wednesday April 28 - results

Move Inventory.Item.Board from Redfish Chassis to Redfish Assembly
 2021-04-28 22:56 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).