)]}'
{
  "log": [
    {
      "commit": "34582208ba88b6268b77e0818e7f833456f98c77",
      "tree": "1ad0bd77c60fbfe57293685e0094c0bf9a9cff67",
      "parents": [
        "f2797628df35620c982946e015770e4714daad9a"
      ],
      "author": {
        "name": "Nico Huber",
        "email": "nico.h@gmx.de",
        "time": "Sun Apr 21 15:39:45 2024 +0200"
      },
      "committer": {
        "name": "Nico Huber",
        "email": "nico.h@gmx.de",
        "time": "Fri Apr 26 19:48:54 2024 +0000"
      },
      "message": "platform/meson: Port pciutils/pci.h workaround to Meson\n\nChange-Id: Idc6f442361ea3860d7ad3932ad1b72c6ff56ba45\nSigned-off-by: Nico Huber \u003cnico.h@gmx.de\u003e\nReviewed-on: https://review.sourcearcade.org/c/flashprog/+/130\nReviewed-by: Arthur Heymans \u003carthur@aheymans.xyz\u003e\n"
    },
    {
      "commit": "f2797628df35620c982946e015770e4714daad9a",
      "tree": "489445a5d38cd6a0b90dcfef0fef213f4e546a5b",
      "parents": [
        "14da5f776a9983613394f222f9aac5d544af0af5"
      ],
      "author": {
        "name": "Nico Huber",
        "email": "nico.h@gmx.de",
        "time": "Sun Apr 21 13:25:17 2024 +0200"
      },
      "committer": {
        "name": "Nico Huber",
        "email": "nico.h@gmx.de",
        "time": "Fri Apr 26 19:48:54 2024 +0000"
      },
      "message": "platform/meson: Check for libi386 on NetBSD\n\nThe 32-bit library is called libi386, not libx86. Fixes building with\nMeson on i386 NetBSD.\n\nChange-Id: Ib9e1aa16558dc24f0bf14dd573934cf5164d67e8\nSigned-off-by: Nico Huber \u003cnico.h@gmx.de\u003e\nReviewed-on: https://review.sourcearcade.org/c/flashprog/+/129\nReviewed-by: Arthur Heymans \u003carthur@aheymans.xyz\u003e\n"
    },
    {
      "commit": "c3b02dce51aad2766512d1939a1b7447c2d526b8",
      "tree": "58069f464bb8a777ef06e93767813a4c5a042cb0",
      "parents": [
        "a02df33fbf1c196395a61049e60895d4ae0e0a5b"
      ],
      "author": {
        "name": "Nico Huber",
        "email": "nico.h@gmx.de",
        "time": "Sat Aug 12 01:13:45 2023 +0200"
      },
      "committer": {
        "name": "Nico Huber",
        "email": "nico.h@gmx.de",
        "time": "Mon Sep 18 19:24:39 2023 +0000"
      },
      "message": "Rebrand to flashprog and update URLs\n\nMostly automated `sed` work. As of now, URLs to the old wiki are broken\neither way, so changing them shouldn\u0027t hurt. Other URLs (e.g. to mailing\nlist archives) were hopefully filtered correctly.\n\nChange-Id: I9d43bfd0e675eff2fcbad05f304b9ce9f5006b08\nSigned-off-by: Nico Huber \u003cnico.h@gmx.de\u003e\nReviewed-on: https://review.sourcearcade.org/c/flashrom-stable/+/21\n"
    },
    {
      "commit": "3ecf0b6edcf75081128ba159a87871d78a3b97f7",
      "tree": "3c3588b0ac52158064069e16bd4ce3441fe6f7f8",
      "parents": [
        "b975da1d94317004efeb4a3ab70ba045b5cec0cd"
      ],
      "author": {
        "name": "Thomas Heijligen",
        "email": "thomas.heijligen@secunet.com",
        "time": "Thu Aug 18 12:16:29 2022 +0200"
      },
      "committer": {
        "name": "Nico Huber",
        "email": "nico.h@gmx.de",
        "time": "Sun Jan 29 12:29:02 2023 +0000"
      },
      "message": "meson: Refactor the programmer selection\n\nThis implements a positive selection choice of which programmers should\nbe built.\n\n- Each programmer is represented through an entry in the programmer\n  dictionary\n- The entry contains:\n  - A list of systems and CPU families where the programmer can run on\n  - A list of required dependencies\n  - A list of sources needed to build the programmer\n  - A list of compiler flags\n  - A flag to determin if the programmer should be build on \u0027auto\u0027\n- If an entry is not given it is set to the default value\n- If a programmer gets selected, an \u0027active\u0027 flag is added to the entry\n  on runtime\n- All programmers with an \u0027active\u0027 flag will be included in the build\n- One or more programmers can be selected through \u0027-Dprogrammer\u003d\u003c\u003e\u0027\n  - \u0027auto\u0027 enables all programmers which are available, deps are found\n    and have the \u0027default\u0027 flag\n  - \u0027all\u0027 enables all programmers which are available and deps are found\n  - \u0027group_***\u0027 enables all programmers which are available, deps are\n    found and the programmer belongs to the selected group\n  - \u0027_programmer_name_\u0027 forces the programmer to be built or the build\n    will fail.\n\nChange-Id: Ib44b26e3748fc71f116184082b4aed0bb208b4c1\nSigned-off-by: Thomas Heijligen \u003cthomas.heijligen@secunet.com\u003e\nOriginal-Reviewed-on: https://review.coreboot.org/c/flashrom/+/63724\nOriginal-Reviewed-by: Anastasia Klimchuk \u003caklm@chromium.org\u003e\nOriginal-Reviewed-by: Felix Singer \u003cfelixsinger@posteo.net\u003e\nReviewed-on: https://review.coreboot.org/c/flashrom-stable/+/72357\nTested-by: build bot (Jenkins) \u003cno-reply@coreboot.org\u003e\nReviewed-by: Nico Huber \u003cnico.h@gmx.de\u003e\n"
    },
    {
      "commit": "328a64ae47e8aa0bdc1f135683660298d2845447",
      "tree": "f385a80b7603bd2727a4396f6ae66b05b6a465c1",
      "parents": [
        "be8e38a62f633d156bebab8b873b944e6c897fb7"
      ],
      "author": {
        "name": "Thomas Heijligen",
        "email": "thomas.heijligen@secunet.com",
        "time": "Mon Apr 25 14:42:17 2022 +0200"
      },
      "committer": {
        "name": "Nico Huber",
        "email": "nico.h@gmx.de",
        "time": "Sun Jan 29 12:29:02 2023 +0000"
      },
      "message": "meson: use `platform/` as subdir()\n\nMove build instructions for files inside the `platform/` directory to\n`platform/meson.build`. This contains instructions to build\n`memaccess.c`, the right endian implementation and selecting the right\nlegacy command line option for the endian.\n\nThe `platform/` directory should contain code that abstracts the\nunderlying platform but is not involved in flashrom logic.\n\nChange-Id: I88044a3f903f316138483dd872a6d95f8686ae69\nSigned-off-by: Thomas Heijligen \u003cthomas.heijligen@secunet.com\u003e\nOriginal-Reviewed-on: https://review.coreboot.org/c/flashrom/+/63826\nOriginal-Reviewed-by: Anastasia Klimchuk \u003caklm@chromium.org\u003e\nReviewed-on: https://review.coreboot.org/c/flashrom-stable/+/72332\nReviewed-by: Nico Huber \u003cnico.h@gmx.de\u003e\nTested-by: build bot (Jenkins) \u003cno-reply@coreboot.org\u003e\n"
    }
  ]
}
