Attention is currently required from: Nico Huber. Anastasia Klimchuk has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/52604 )
Change subject: [RFC] tests: Abstract port I/O and factor mec1308 specifics out ......................................................................
Patch Set 1:
(1 comment)
File tests/init_shutdown.c:
https://review.coreboot.org/c/flashrom/+/52604/comment/ef8c6b0f_3a4173bc PS1, Line 63: .outb = mec1308_outb,
I'm actually not familiar with our port-i/o using programmer drivers. Without […]
I just wanted to tell you that you are wise person! I am now adding another test with io mocking (for ene_lpc) and yes I need a additional variable in test data struct, a flag which is set in outb and checked/unset in inb. New test is already working! But I need to make the code look nice and then upload to 51487. (and then I will split the whole thing into smaller patches, but that's another story).