Attention is currently required from: Thomas Heijligen, Nicholas Chin.
4 comments:
Patchset:
1. Ok, […]
Ok, I added vl805 to meson_options.txt next to usbblaster
File flashchips.c:
Patch Set #8, Line 19126: .probe = PROBE_SPI_RDID4,
This should also be an other commit. Can be before this or after.
I'll take it off, but if this is needed, I will just put it into it's own commit for the Pi.
File vl805.c:
Patch Set #3, Line 38: static struct pci_dev *dev = NULL;
This was referred to `static struct pci_dev *dev = NULL`, not `dev_entries`. […]
Still lost on what you are trying to say, did you mean flashctx instead of flashxtx?
I really hate to ask but can you give a example on what you are trying to say?
uint32_t indata = 0;
unsigned int curwritecnt = 0;
unsigned int curreadcnt = 0;
The ` = 0` is not needed for each of them. A declaration of those variables is sufficient. […]
Fixed. I removed the " = 0;" with ";" instead.
To view, visit change 72057. To unsubscribe, or for help writing mail filters, visit settings.