Attention is currently required from: Felix Singer, Nico Huber, Michał Żygowski, Paul Menzel, Angel Pons.
4 comments:
File tuxedo_ec.c:
Patch Set #4, Line 2: * This file is part of the flashrom project.
Why? This isn't coreboot.
oops. you're right. thanks
Patch Set #4, Line 4: * Copyright (C) 2021, TUXEDO Computers GmbH
Why?
oops. you're right. thanks
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
Why?
oops. you're right. thanks
if (strcmp(current_ec_project, new_ec_project)) {
msg_perr("Wrong EC project. This file can't be used on this machine\n");
return 1;
}
can we add a parameter for forcing here? One might use flashrom to switch from system76 ec to vendor, or from vendor to <whatever>
To view, visit change 55715. To unsubscribe, or for help writing mail filters, visit settings.