)]}'
{
  "commit": "2bd1879292b88e40e4167bd62a972c8c437c3164",
  "tree": "b6716906fd608467934ba9010c51493204990aad",
  "parents": [
    "4364a9547e95fc8869d72e8718b22f4fd3855eec"
  ],
  "author": {
    "name": "Sam Leffler",
    "email": "sleffler@google.com",
    "time": "Wed Aug 30 09:08:23 2023 -0700"
  },
  "committer": {
    "name": "Sam Leffler",
    "email": "sleffler@google.com",
    "time": "Tue Sep 05 12:38:04 2023 -0700"
  },
  "message": "mailbox_client: add rpc mechanism and storage manager support\n\nRevise the mailbox protocol between the SMC and the SEC. The SMC\nwrites rpc requests to the mailbox FIFO and optionally attaches\nthe physical address of a page frame for returning bulk data.\n\nRPC messages are encoded with serde+postcard. Message are defined for:\n- GetBuiltins -\u003e Vec(String) of builtin filenames\n- FindFile(name) -\u003e (fid, size_bytes) locate a file in SPI flash\n- GetFilePage(fid, offset) -\u003e \u003cdata in attached page\u003e\n- Test(count) + \u003cpage\u003e -\u003e \u003cmodified page\u003e\n\nThe matcha app now has a heap and global allocator (the default heap\nsize looks to be 1KiB).\n\nBug: 294433731\n\nChange-Id: I115560455b3022f70e5488a4fd79c969b5cb1792\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "a48e7637ac2f26872ec41ae90514ba8beaf5e1df",
      "old_mode": 33188,
      "old_path": "app/Cargo.toml",
      "new_id": "3d32cd1c0a2025b8af12c0aa86b15e13e22dc24c",
      "new_mode": 33188,
      "new_path": "app/Cargo.toml"
    },
    {
      "type": "modify",
      "old_id": "e4aa62e11e5f4a207482bfb604987a844bd4d709",
      "old_mode": 33188,
      "old_path": "app/src/dprintf.rs",
      "new_id": "87fea905aa8998e9c777937d79bfee790fed3a77",
      "new_mode": 33188,
      "new_path": "app/src/dprintf.rs"
    },
    {
      "type": "modify",
      "old_id": "ca217442d221dbc4d3d7b053ec9cd864c298693c",
      "old_mode": 33188,
      "old_path": "app/src/mailbox_client.rs",
      "new_id": "3249218f7f5b820fdbf13ae2a6769257d9ab25ff",
      "new_mode": 33188,
      "new_path": "app/src/mailbox_client.rs"
    },
    {
      "type": "modify",
      "old_id": "6916dda582dd20c7ae5e6c03e7af87d3fc5fed8b",
      "old_mode": 33188,
      "old_path": "app/src/main.rs",
      "new_id": "874faa459030994ef062e22a17551212f351d313",
      "new_mode": 33188,
      "new_path": "app/src/main.rs"
    }
  ]
}
