Attention is currently required from: Thomas Heijligen, Angel Pons. Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/55495 )
Change subject: programmer.h: sort programmer entries alphabetically ......................................................................
Patch Set 1:
(1 comment)
File programmer.h:
https://review.coreboot.org/c/flashrom/+/55495/comment/4e74386e_3ec3c1ae PS1, Line 86: extern const struct programmer_entry programmer_nicintel;
doesn't `nicintel` come before `nicintel_eeprom`?
`env LC_ALL=C sort` says it does indeed. I do such things in vim, VISUAL LINE mode and
:'<,'>!env LC_ALL=C sort
actually just `:'<,'>!sort` because my LC_COLLATE is set to C anyway ;)