-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add espi patch to make it easier to use
Signed-off-by: Felipe Balbi <[email protected]>
- Loading branch information
1 parent
df2cbc2
commit ede3dfa
Showing
40 changed files
with
1,130 additions
and
2,194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
ESPI: | ||
# Rename OFFSET variant to avoid name collision | ||
STATADDR: | ||
BASE: | ||
_replace_enum: | ||
OFFSET_FROM_0: [0, Is offset from 0 in host memory or I/O space] | ||
BASE1: [1, Uses BASE1 offset in host memory (see MAPBASE reg)] | ||
BASE2: [2, Uses BASE2 offset in host memory (see MAPBASE reg)] | ||
|
||
# Create Port Clusters | ||
_cluster: | ||
PORT%s: | ||
description: "Port 0-4" | ||
P[01234]CFG: | ||
description: Port Configuration and Control | ||
name: CFG | ||
|
||
P[01234]STAT: | ||
description: Port Status | ||
name: STAT | ||
|
||
P[01234]IRuleStat: | ||
description: Port set interrupt rules and user status | ||
name: IRULESTAT | ||
|
||
P[01234]ADDR: | ||
description: Port Address offset to host | ||
name: ADDR | ||
|
||
P[01234]OMFLEN: | ||
description: Port OOB, Mastering and Flash Length (for OOB, Bus Mastering, and Flash) | ||
name: OMFLEN | ||
|
||
P[01234]DataIn: | ||
description: Port Data from Host | ||
name: DATAIN | ||
|
||
P[01243]DataOut: | ||
description: Port Data to Host (for Endpoint and Index/Data) | ||
name: DATAOUT | ||
|
||
P[01234]RAMUse: | ||
description: Port RAM base and size (for Mailbox and Bus Master) | ||
name: RAMUSE |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.