)]}'
{
  "log": [
    {
      "commit": "6fa114e0f18fb33b66fd5ee9037052830198a8c4",
      "tree": "bc308cfb082107b41b454e4680b94bc2bef498ba",
      "parents": [
        "8a8804f1ab2d3226bfa9f9a64c4316f9a01f8ee9"
      ],
      "author": {
        "name": "Arun Bhanu",
        "email": "arun@bhanu.net",
        "time": "Wed Mar 17 16:06:04 2010 +0800"
      },
      "committer": {
        "name": "Michal Simek",
        "email": "monstr@monstr.eu",
        "time": "Thu Apr 01 08:38:19 2010 +0200"
      },
      "message": "microblaze: Makefile cleanups\n\nIf CONFIG_INITRAMFS_SOURCE is set, \"scripts/gen_initramfs_list.sh\"\nchecks if the cpio image exists. Remove the duplicate check from the\nMakefile.\n\nRemove the \"clean-kernel\" variable which is unused in the Makefile and\nis not used by the Kbuild.\n\nSigned-off-by: Arun Bhanu \u003carun@bhanu.net\u003e\nSigned-off-by: Michal Simek \u003cmonstr@monstr.eu\u003e\n"
    },
    {
      "commit": "8a8804f1ab2d3226bfa9f9a64c4316f9a01f8ee9",
      "tree": "67e15a5f37396936efecaad9acd004a883ed6863",
      "parents": [
        "699d17bc14edceb710998349fa74e66be3042372"
      ],
      "author": {
        "name": "Arun Bhanu",
        "email": "arun@bhanu.net",
        "time": "Wed Mar 17 16:06:03 2010 +0800"
      },
      "committer": {
        "name": "Michal Simek",
        "email": "monstr@monstr.eu",
        "time": "Thu Apr 01 08:38:19 2010 +0200"
      },
      "message": "microblaze: Fix Makefile to delete build generated files\n\n\u0027make clean\u0027 does not to delete the following build generated file:\n\tarch/microblaze/boot/linux.bin.ub\n\n\u0027make mrproper\u0027 does not to delete the following build generated files:\n\tarch/microblaze/boot/simpleImage.*\n\nFix the Makefile to delete these build generated files.\n\nSee [1] for a discussion on why simpleImage.* files are deleted with \u0027make\nmrproper\u0027 and not with \u0027make clean\u0027.\n\t[1] http://lkml.org/lkml/2010/3/12/96\n\nSigned-off-by: Arun Bhanu \u003carun@bhanu.net\u003e\nSigned-off-by: Michal Simek \u003cmonstr@monstr.eu\u003e\n"
    },
    {
      "commit": "6a8dfe1cac5c591aecf88b38b8f4b206ee636761",
      "tree": "2229d4df090073cab536bd2427468c40f6c83ede",
      "parents": [
        "a01523cdcd2439b553086127be3d30ac9c3cb651"
      ],
      "author": {
        "name": "Michal Simek",
        "email": "monstr@monstr.eu",
        "time": "Wed Oct 14 17:38:26 2009 +0200"
      },
      "committer": {
        "name": "Michal Simek",
        "email": "monstr@monstr.eu",
        "time": "Mon Dec 14 08:44:59 2009 +0100"
      },
      "message": "microblaze: support U-BOOT image format\n\nTwo version are generated.\nlinux.bin.ub which is created from linux.bin file\nand\nsimpleImage.\u003cdts\u003e.ub which is created from stripped simpleImage.\u003cdts\u003e file\n\nLoad address and entry point is for microblaze first instruction\nwhich is CONFIG_KERNEL_BASE_ADDR variable.\n\nThere is possible for simpleImage format parse _start symbol too.\n\nsimpleImage.\u003cdts\u003e is still stripped elf file\n\nI cleared simpleImage.\u003cdts\u003e.unstrip file because there are so big.\n\nSigned-off-by: Michal Simek \u003cmonstr@monstr.eu\u003e\n"
    },
    {
      "commit": "f05131cd7a9521031ccb1afd6234ce57ff03ae45",
      "tree": "35723939661604ca031afead37cb5e270362e9d2",
      "parents": [
        "cfa9a775b9ddcef7f53c35e489a71cfed8c02710"
      ],
      "author": {
        "name": "Michal Simek",
        "email": "monstr@monstr.eu",
        "time": "Mon Sep 14 15:15:49 2009 +0200"
      },
      "committer": {
        "name": "Michal Simek",
        "email": "monstr@monstr.eu",
        "time": "Thu Sep 24 10:28:22 2009 +0200"
      },
      "message": "microblaze: Support simpleImage.dts make target\n\nInstead of remembering to specify DTB\u003d on the make commandline, this commit\nallows the much friendlier make simpleImage.\u003cdts\u003e\nwhere \u003cdts\u003e.dts is expected to be found in arch/microblaze/boot/dts/\nThe resulting vmlinux, with the compiled DTS linked in, will be copied to\nboot/simpleImage.\u003cdts\u003e\n\nThis mirrors the same functionality as on PowerPC,\nalbeit achieving it in a slightly different way.\n\n+ strip simpleImage file\nThe size of output file is very similar to linux.bin.\n\nvmlinux - full elf without fdt blob\nsimpleImage.\u003cdtb name\u003e.unstrip - full elf with fdt blob\nsimpleImage.\u003cdtb name\u003e - stripped elf with fdt blob\n\nAdd symlink to generic system.dts in platform folder\n\nSigned-off-by: John Williams \u003cjohn.williams@petalogix.com\u003e\nSigned-off-by: Michal Simek \u003cmonstr@monstr.eu\u003e\n"
    },
    {
      "commit": "4b2368ffd6e3563b73b8391c133822a58b1b432a",
      "tree": "f1f9ca02d2189b6654884d0d02428db2fbf66346",
      "parents": [
        "a116f6d5db4476d0c941b495a6122b0130bbf20b"
      ],
      "author": {
        "name": "Michal Simek",
        "email": "monstr@monstr.eu",
        "time": "Tue May 26 16:30:32 2009 +0200"
      },
      "committer": {
        "name": "Michal Simek",
        "email": "monstr@monstr.eu",
        "time": "Tue May 26 16:45:24 2009 +0200"
      },
      "message": "microblaze_mmu_v2: Makefiles\n\nSigned-off-by: Michal Simek \u003cmonstr@monstr.eu\u003e\n"
    },
    {
      "commit": "5f8ffb5f6649a261372547a5841285c23409ab68",
      "tree": "e1f1e840e06e7d6e67730934a061aa96089e76e6",
      "parents": [
        "575ca2883ed7652aba09d7b77332004e45d56f69"
      ],
      "author": {
        "name": "Michal Simek",
        "email": "monstr@monstr.eu",
        "time": "Fri Mar 27 14:25:51 2009 +0100"
      },
      "committer": {
        "name": "Michal Simek",
        "email": "monstr@monstr.eu",
        "time": "Fri Mar 27 14:25:51 2009 +0100"
      },
      "message": "microblaze_v8: Makefiles for Microblaze cpu\n\nReviewed-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nAcked-by: John Linn \u003cjohn.linn@xilinx.com\u003e\nAcked-by: Stephen Neuendorffer \u003cstephen.neuendorffer@xilinx.com\u003e\nAcked-by: John Williams \u003cjohn.williams@petalogix.com\u003e\nSigned-off-by: Michal Simek \u003cmonstr@monstr.eu\u003e\n"
    }
  ]
}
