mirror-linux/drivers/misc/mei
Alexander Usyskin 741eeabb7c mei: late_bind: add late binding component driver
Introduce a new MEI client driver to support Late Binding firmware
upload/update for Intel discrete graphics platforms.

Late Binding is a runtime firmware upload/update mechanism that allows
payloads, such as fan control and voltage regulator, to be securely
delivered and applied without requiring SPI flash updates or
system reboots. This driver enables the Xe graphics driver and other
user-space tools to push such firmware blobs to the authentication
firmware via the MEI interface.

The driver handles authentication, versioning, and communication
with the authentication firmware, which in turn coordinates with
the PUnit/PCODE to apply the payload.

This is a foundational component for enabling dynamic, secure,
and re-entrant configuration updates on platforms like Battlemage.

Cc: Badal Nilawar <badal.nilawar@intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Badal Nilawar <badal.nilawar@intel.com>
Reviewed-by: Anshuman Gupta <anshuman.gupta@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20250905154953.3974335-3-badal.nilawar@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
2025-09-18 09:32:00 -07:00
..
gsc_proxy
hdcp
pxp
Kconfig mei: late_bind: add late binding component driver 2025-09-18 09:32:00 -07:00
Makefile mei: late_bind: add late binding component driver 2025-09-18 09:32:00 -07:00
bus-fixup.c mei: bus: use cldev in prints 2025-07-19 09:57:53 +02:00
bus.c mei: bus: add mei_cldev_mtu interface 2025-09-18 09:31:50 -07:00
client.c mei: Remove unused functions 2025-02-20 15:24:13 +01:00
client.h mei: Remove unused functions 2025-02-20 15:24:13 +01:00
debugfs.c
dma-ring.c
gsc-me.c
hbm.c mei: more prints with client prefix 2025-07-19 09:57:55 +02:00
hbm.h
hw-me-regs.h mei: me: add panther lake H DID 2025-04-15 16:22:15 +02:00
hw-me.c
hw-me.h
hw-txe-regs.h
hw-txe.c mei: Remove unused functions 2025-02-20 15:24:13 +01:00
hw-txe.h mei: Remove unused functions 2025-02-20 15:24:13 +01:00
hw.h
init.c
interrupt.c mei: more prints with client prefix 2025-07-19 09:57:55 +02:00
main.c mei: more prints with client prefix 2025-07-19 09:57:55 +02:00
mei-trace.c
mei-trace.h
mei_dev.h
mei_lb.c mei: late_bind: add late binding component driver 2025-09-18 09:32:00 -07:00
mkhi.h
pci-me.c mei: me: add panther lake H DID 2025-04-15 16:22:15 +02:00
pci-txe.c
platform-vsc.c mei: vsc: Unset the event callback on remove and probe errors 2025-06-24 16:39:01 +01:00
vsc-fw-loader.c module: Convert symbol namespace to string literal 2024-12-02 11:34:44 -08:00
vsc-tp.c mei: vsc: Fix "BUG: Invalid wait context" lockdep error 2025-06-24 16:39:02 +01:00
vsc-tp.h mei: vsc: Drop unused vsc_tp_request_irq() and vsc_tp_free_irq() 2025-06-24 16:39:00 +01:00