flashrom: update to v1.0 6049/head
authorJo-Philipp Wich <jo@mein.io>
Sun, 13 May 2018 17:14:20 +0000 (19:14 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 15 May 2018 05:39:20 +0000 (07:39 +0200)
commitcb6e98ba44c9cc8406f4d312d5cb7cf463e339d7
tree3413a684c87b0e7fe380cd0a761bc9989dec19ad
parentddaf94229ca56afab6772ac56b7d5686d9882826
flashrom: update to v1.0

Update to flashrom version 1.0 and cherry-pick an upstream fix for deprecated
libusb api usage.

Fixes the following error spotted by the buildbots:

    ch341a_spi.c: In function 'ch341a_spi_init':
    ch341a_spi.c:447:2: error: 'libusb_set_debug' is deprecated: [...]
      libusb_set_debug(NULL, 3); // Enable information, warning and [...]
      ^~~~~~~~~~~~~~~~
    In file included from ch341a_spi.c:25:0:
    .../libusb-1.0/libusb.h:1300:18: note: declared here
     void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
                      ^~~~~~~~~~~~~~~~
    cc1: all warnings being treated as errors
    Makefile:1030: recipe for target 'ch341a_spi.o' failed

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
utils/flashrom/Makefile
utils/flashrom/patches/0003-ch341a_spi-avoid-deprecated-libusb-functions.patch [new file with mode: 0644]