[U-Boot] pci modify [.l .w .b]

18 Mar
2018
18 Mar
'18
7:38 a.m.
Hi list.
If a pci modify command is issued, do_pci() takes the size specifier (.l, .w, .b) and turns it into one of PCI_SIZE_8, PCI_SIZE_16, or PCI_SIZE_32, which correspond to 0, 1, and 2.
Consequently, the address increment moves at 0, 1, or 2 bytes.
This would be a trivial patch for me to make, but before I do that I wanted to make sure that this was not the desired behavior, or that I am not missing something.
Thanks, Steven
2608
Age (days ago)
2608
Last active (days ago)
0 comments
1 participants
participants (1)
-
Steven Seeger