-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update CEDT struct and parsing function * Update for parsing CXL memory device registers * parse component register * some improvements on memory device register parsing * turn klog level into constant * basic mailbox structure * adding a few functions with 0 sized payload * Change payload input and output to []byte. MMIO requires 32bit operations but payload length need to be byte level * adding supported mailbox commands * parse serial number from PCIE config space * fix register locator address calculation * Print help content if no argument supplied * check possible type2 device with class code 12 Processing Accelerator * fix 64bit mailbox address * Add some validations for register locator * revert Processing Accelerator support. only Type 3 memory expander with PCIE class code 050210 * force serial number to 64bits length * clean up comments
- Loading branch information
Showing
5 changed files
with
1,104 additions
and
292 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
Oops, something went wrong.