Attention is currently required from: Nico Huber, Angel Pons, Sergii Dmytruk.
View Change
3 comments:
File dummyflasher.c:
Patch Set #12, Line 45:
uint8_t emu_status;
uint8_t emu_status2;
Can these be an array? i.e. `uint8_t emu_status[2];`
Patch Set #12, Line 164: int
Can we use `enum flash_reg` to represent the register?
Also maybe add _mask to the function's name, i.e. `get_status_ro_bit_mask()`
Patch Set #12, Line 337: if (writecnt == 3) {
I think this should check a flag in emu_data to check if the supports extended WRSR instructions.
To view, visit change 59072. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I177ae3f068f03380f5b3941d9996a07205672e59
Gerrit-Change-Number: 59072
Gerrit-PatchSet: 12
Gerrit-Owner: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Gerrit-Reviewer: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Gerrit-CC: Nikolai Artemiev <nartemiev@google.com>
Gerrit-CC: Paul Menzel <paulepanter@mailbox.org>
Gerrit-Attention: Nico Huber <nico.h@gmx.de>
Gerrit-Attention: Angel Pons <th3fanbus@gmail.com>
Gerrit-Attention: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Gerrit-Comment-Date: Mon, 06 Dec 2021 09:31:40 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment