)]}'
{
  "commit": "80ae14e5105bb938679193906d1ee43b7a51c094",
  "tree": "629130fad3e6b0b731429bb90dc8e285a91ea8ab",
  "parents": [
    "995f755ff569cbf6ed8d4eec5920b41628aa8ac9"
  ],
  "author": {
    "name": "Paul Kocialkowski",
    "email": "contact@paulk.fr",
    "time": "Mon Jan 15 01:07:46 2018 +0300"
  },
  "committer": {
    "name": "Nico Huber",
    "email": "nico.h@gmx.de",
    "time": "Sun Feb 11 16:53:34 2018 +0000"
  },
  "message": "Add support for the ENE Embedded Debug Interface EDI and KB9012 EC\n\nThe ENE Embedded Debug Interface (EDI) is a SPI-based interface for\naccessing the memory of ENE embedded controllers.\n\nThe ENE KB9012 EC is an embedded controller found on various laptops\nsuch as the Lenovo G505s. It features a 8051 microcontroller and\nhas 128 KiB of internal storage for program data.\n\nEDI can be accessed on the KB9012 through pins 59-62 (CS-CLK-MOSI-MISO)\nwhen flash direct access is not in use. Some firmwares disable EDI at runtime\nso it might be necessary to ground pin 42 to reset the 8051 microcontroller\nbefore accessing the KB9012 via EDI.\n\nThe example of flashing KB9012 at Lenovo G505S laptop could be found here:\nhttp://dangerousprototypes.com/docs/Flashing_KB9012_with_Bus_Pirate\n\nChange-Id: Ib8b2eb2feeef5c337d725d15ebf994a299897854\nSigned-off-by: Mike Banon \u003cmikebdp2@gmail.com\u003e\nSigned-off-by: Paul Kocialkowski \u003ccontact@paulk.fr\u003e\nReviewed-on: https://review.coreboot.org/23259\nTested-by: build bot (Jenkins) \u003cno-reply@coreboot.org\u003e\nReviewed-by: Nico Huber \u003cnico.h@gmx.de\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "33702478f9bdaf700540f0cb83fbad3052a4a4eb",
      "old_mode": 33188,
      "old_path": "Makefile",
      "new_id": "e26b41e212c15efa1c9109514c138cbb588c86a8",
      "new_mode": 33188,
      "new_path": "Makefile"
    },
    {
      "type": "modify",
      "old_id": "8405220d755050d848e95db58984ce71ec63728f",
      "old_mode": 33188,
      "old_path": "chipdrivers.h",
      "new_id": "af59c30f79928824e176c65dcd5e8ae7fc06ab8e",
      "new_mode": 33188,
      "new_path": "chipdrivers.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "0ca170428c9bca7f54f52833693dab8c1051bd8a",
      "new_mode": 33188,
      "new_path": "edi.c"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "542bf26ec98ed92e050667221817d96aa1ac48ef",
      "new_mode": 33188,
      "new_path": "edi.h"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "e03e49b2e7704ebba22ebef8cf2acea9786f7ea0",
      "new_mode": 33188,
      "new_path": "ene.h"
    },
    {
      "type": "modify",
      "old_id": "f2c6cbef01746c3e711930c1f60cd90528061a88",
      "old_mode": 33188,
      "old_path": "flash.h",
      "new_id": "7bf3cc714a71e22ff5fff39a07264efdc6fcdbe8",
      "new_mode": 33188,
      "new_path": "flash.h"
    },
    {
      "type": "modify",
      "old_id": "e389af667723dc3dd1912cd2699526ba0f25d53f",
      "old_mode": 33188,
      "old_path": "flashchips.c",
      "new_id": "54c4943903ebdf9cdc583f5d0d5be454fb6f44e2",
      "new_mode": 33188,
      "new_path": "flashchips.c"
    }
  ]
}
