6 comments:
Patch Set #1, Line 7: fixes on VARIABLE_SIZE chip support
dummyflasher. […]
Done
Patch Set #1, Line 10: (https://review.coreboot.org/c/flashrom/+/44879
Could you use the commit hashes instead of the links like […]
Done
- dummy_init() used to fail for the absence of "size" argument, which broke
the run on non VARIABLE_SIZE emulation target. Now the run fails
without "size" only for VARIABLE_SIZE.
Format these with an indent `*`. […]
Done
- probe_variable_size() used to fail if the bus type is either PARALLEL, LPC or FWH
because flash->mst->par.data is null. Now dummy_init() sets up par_master_dummy.data
* probe_variable_size() should fail if bus type is 'PARALLEL, LPC or FWH' however 'flash->mst->par. […]
probe_variable_size() should NOT fail whatever the bus type is. But the patch '3b8fe0f8e907c0ba9f7c7935e950f3e1538d427f' neglected to initialize 'flash->mst->par.data', and it broke the VARIABLE_SIZE dummy flash run.
- man page is revised to describe how to use VARIABLE_SIZE emulation
target.
* Revise man page to describe how to use the VARIABLE_SIZE emulation target.
Done
Patch Set #1, Line 658: , which is a power of two.
as a power of two.
Done
To view, visit change 46536. To unsubscribe, or for help writing mail filters, visit settings.