Attention is currently required from: Paul Menzel, Angel Pons. Stefan Reinauer has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/54943 )
Change subject: Add AmigaOS suppport to flashrom ......................................................................
Patch Set 1:
(2 comments)
Commit Message:
https://review.coreboot.org/c/flashrom/+/54943/comment/a99d1f46_e5a6478f PS1, Line 8:
I'm not sure if it's doable (licensing issues, maybe?), but it would be nice to add a target to util […]
I assume we can get by with compile testing, not runtime testing? That can be done with a cross compiler (albeit there is no prebuilt version for this) How would I do this? Create a Dockerfile.amiga that contains a crosscompile environment? What's this anita stuff?
File cli_classic.c:
https://review.coreboot.org/c/flashrom/+/54943/comment/53553e7b_9c544b15 PS1, Line 162: *argv[]
I guess this type is what makes AmigaOS unhappy?
Yep.
``` GETOPT(3)
int getopt_long(int argc, char * const argv[], const char *optstring, const struct option *longopts, int *longindex); ```