[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/1] WIP: Add PCI Pickles
From: |
Darshit Shah |
Subject: |
[PATCH 0/1] WIP: Add PCI Pickles |
Date: |
Tue, 17 Sep 2024 20:33:41 +0200 |
Hi,
This patch introduces a new WIP pickle for working with PCI Config spaces.
The current patch only adds the basic config space information, without going
deep.
The patch is intended for the pokology website and not the Poke repo.
I'm introducing this pickle on pokology first, since it is pretty WIP. Once it
is in a better shape, I would be interested in either upstreaming it to Poke.
This is a RFC. Please help me with fixing any immediate issues you see in how
I've implemented the structures. Once we have this in a good shape, I already
have more detailed structures for the various capabilities that I'd like to
merge as well. Also, please provide your suggestions on functions that I should
add that in your experience would make poking easier / more fun.
Darshit Shah (1):
pickles: Add new PCI Pickle
pickles.org | 2 +
pickles/pci/pci.pk | 144 ++++++++++++++++++++++++++++++++++++++
pickles/pci/pci_common.pk | 39 +++++++++++
3 files changed, 185 insertions(+)
create mode 100644 pickles/pci/pci.pk
create mode 100644 pickles/pci/pci_common.pk
--
2.46.1
- [PATCH 0/1] WIP: Add PCI Pickles,
Darshit Shah <=
- [PATCH 1/1] pickles: Add new PCI Pickle, Darshit Shah, 2024/09/17
- Re: [PATCH 1/1] pickles: Add new PCI Pickle, Mohammad-Reza Nabipoor, 2024/09/17
- Re: [PATCH 1/1] pickles: Add new PCI Pickle, Darshit Shah, 2024/09/17
- [PATCH] pickles: Add new PCI Pickle, Darshit Shah, 2024/09/17
- Re: [PATCH] pickles: Add new PCI Pickle, Mohammad-Reza Nabipoor, 2024/09/19
- Re: [PATCH] pickles: Add new PCI Pickle, Darshit Shah, 2024/09/20
- Re: [PATCH] pickles: Add new PCI Pickle, Jose E. Marchesi, 2024/09/20