This emulator pretends a generic eSPI Host. It supports basic virtual wires and port80 operations. There are functions to trigger actions on the host side e.g. for setting a virtual wire from the host to the eSPI slave, use emul_espi_host_send_vw. It will prepare data and set a proper event on the slave side which will trigger callback (if there is any). Signed-off-by: Dawid Niedzwiecki <dn@semihalf.com>
12 lines
327 B
Plaintext
12 lines
327 B
Plaintext
# Configuration options for eSPI emulators
|
|
|
|
# Copyright 2020 Google LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config EMUL_ESPI_HOST
|
|
bool "Emulate an eSPI host"
|
|
help
|
|
This is an emulator of the generic eSPI host. The emulator supports
|
|
basic host operations - virtual wires and writing to port 80. It can be
|
|
extended.
|