)]}'
{
  "log": [
    {
      "commit": "9af15ea3e11a19e5df91de04b4c5e99023718e20",
      "tree": "cf0404408c81c80233a54dfa740c208164284add",
      "parents": [
        "fe6ff416c504f108ba0fe636106f5f5692b30fba"
      ],
      "author": {
        "name": "Sandrine Bailleux",
        "email": "sandrine.bailleux@arm.com",
        "time": "Tue Oct 02 15:17:32 2018 +0200"
      },
      "committer": {
        "name": "Sandrine Bailleux",
        "email": "sandrine.bailleux@arm.com",
        "time": "Tue Oct 16 10:20:43 2018 +0200"
      },
      "message": "Add meta tests makefiles\n\nIntroduce makefiles for 2 popular sets of tests: the standard tests\nand the extensive ones.\n\nChange-Id: I529a1583a1b20838c60f06654d3f47f4041fb9bc\nSigned-off-by: Sandrine Bailleux \u003csandrine.bailleux@arm.com\u003e\n"
    },
    {
      "commit": "fe6ff416c504f108ba0fe636106f5f5692b30fba",
      "tree": "04e46d78995fd11c54e255517e6166411103d0e8",
      "parents": [
        "30ea91c2f6a4f467b22f7be4265306f47a4e0c40"
      ],
      "author": {
        "name": "Sandrine Bailleux",
        "email": "sandrine.bailleux@arm.com",
        "time": "Tue Oct 16 10:20:38 2018 +0200"
      },
      "committer": {
        "name": "Sandrine Bailleux",
        "email": "sandrine.bailleux@arm.com",
        "time": "Tue Oct 16 10:20:38 2018 +0200"
      },
      "message": "Split tests makefile\n\nInstead of unconditionally pulling all test source files in tests.mk,\nintroduce small makefiles that pull in only those source files that\nare required to test a particular feature. For every tests manifest\n(test-*.xml files), create the associated makefile.\n\nThe main benefit is to compile only the required test source files\nwhen selecting a subset of the tests. For example, if one selects the\nSDEI XML file, the TFTF binary only needs the SDEI test cases.\n\nChange-Id: I281eb50846edea2d238c86a795fde8747f8b420b\nSigned-off-by: Sandrine Bailleux \u003csandrine.bailleux@arm.com\u003e\n"
    },
    {
      "commit": "30ea91c2f6a4f467b22f7be4265306f47a4e0c40",
      "tree": "9d7ff07a30aff02136eae192329f933236f89d2f",
      "parents": [
        "1cf45c96b2e87a60cbed25245c2319b2a391da1e"
      ],
      "author": {
        "name": "Sandrine Bailleux",
        "email": "sandrine.bailleux@arm.com",
        "time": "Wed Oct 03 10:06:54 2018 +0200"
      },
      "committer": {
        "name": "Sandrine Bailleux",
        "email": "sandrine.bailleux@arm.com",
        "time": "Tue Oct 16 08:17:34 2018 +0000"
      },
      "message": "Make GICv2 spurious interrupt test platform-agnostic\n\nThis test was pinned to Juno and was not included for other\nplatforms. In reality, it only relies on a GICv2 to be present but\ndoes nothing specific to Juno beyond that.\n\nInstead, we now dynamically detect the GIC version inside the test\nfunction and skip it if it is not GICv2. The test is now part of the\ngeneric TSP testsuite.\n\nWith the test being available to all platforms, the Juno tests XML\nfile is now empty, as it only contained this one test. Therefore, we\nremove it.\n\nChange-Id: I8b8f0eac905cfff8a87a2305cb2abf4bb9353ef1\nSigned-off-by: Sandrine Bailleux \u003csandrine.bailleux@arm.com\u003e\n"
    },
    {
      "commit": "1cf45c96b2e87a60cbed25245c2319b2a391da1e",
      "tree": "f465e3b9880c99749c5e21beed70a0129e93d40c",
      "parents": [
        "2bfcf9ef94656ad4ceb5b58b9f0be7aae4f1b589"
      ],
      "author": {
        "name": "Antonio Nino Diaz",
        "email": "antonio.ninodiaz@arm.com",
        "time": "Mon Oct 15 09:03:43 2018 +0100"
      },
      "committer": {
        "name": "Antonio Nino Diaz",
        "email": "antonio.ninodiaz@arm.com",
        "time": "Mon Oct 15 09:03:43 2018 +0100"
      },
      "message": "Move platform_helpers.S to each platform\u0027s folder\n\nIn practice, all the functions in this file are platform-specific. It is\nbetter to force all platforms to implement than having some sort of weak\nfunction placeholder.\n\nPorting guide updated.\n\nChange-Id: I5beeeb10bec6fe5178b24503d6da8ca66074a8c6\nSigned-off-by: Antonio Nino Diaz \u003cantonio.ninodiaz@arm.com\u003e\n"
    },
    {
      "commit": "2bfcf9ef94656ad4ceb5b58b9f0be7aae4f1b589",
      "tree": "a8a1eb9a4b5b2372d1daf061d900de7a8766461a",
      "parents": [
        "3cd87d77947ec4fc04440268ed122b4ed81c7781"
      ],
      "author": {
        "name": "Dimitris Papastamos",
        "email": "dimitris.papastamos@arm.com",
        "time": "Wed Oct 10 13:14:04 2018 +0100"
      },
      "committer": {
        "name": "Dimitris Papastamos",
        "email": "dimitris.papastamos@arm.com",
        "time": "Thu Oct 11 16:01:47 2018 +0100"
      },
      "message": "rt_instr: Pass the parent function name all the way down to the output message\n\nAs we are using common functions for performing the various\ntest-cases, we cannot use __func__ directly in those functions.  To\ndifferentiate the test-cases in the final output, we need the name of\ntest to be passed all the way down to the output function.\n\nChange-Id: Ia0c3dabeddf2e25b4aa395103c5261575ad6cac6\nSigned-off-by: Dimitris Papastamos \u003cdimitris.papastamos@arm.com\u003e\n"
    },
    {
      "commit": "3cd87d77947ec4fc04440268ed122b4ed81c7781",
      "tree": "78fdee12b026b931029e434f29b4fe09835fe4c9",
      "parents": [],
      "author": {
        "name": "Sandrine Bailleux",
        "email": "sandrine.bailleux@arm.com",
        "time": "Tue Oct 09 11:12:55 2018 +0200"
      },
      "committer": {
        "name": "Sandrine Bailleux",
        "email": "sandrine.bailleux@arm.com",
        "time": "Wed Oct 10 12:34:34 2018 +0200"
      },
      "message": "Trusted Firmware-A Tests, version 2.0\n\nThis is the first public version of the tests for the Trusted\nFirmware-A project. Please see the documentation provided in the\nsource tree for more details.\n\nChange-Id: I6f3452046a1351ac94a71b3525c30a4ca8db7867\nSigned-off-by: Sandrine Bailleux \u003csandrine.bailleux@arm.com\u003e\nCo-authored-by: amobal01 \u003camol.balasokamble@arm.com\u003e\nCo-authored-by: Antonio Nino Diaz \u003cantonio.ninodiaz@arm.com\u003e\nCo-authored-by: Asha R \u003casha.r@arm.com\u003e\nCo-authored-by: Chandni Cherukuri \u003cchandni.cherukuri@arm.com\u003e\nCo-authored-by: David Cunado \u003cdavid.cunado@arm.com\u003e\nCo-authored-by: Dimitris Papastamos \u003cdimitris.papastamos@arm.com\u003e\nCo-authored-by: Douglas Raillard \u003cdouglas.raillard@arm.com\u003e\nCo-authored-by: dp-arm \u003cdimitris.papastamos@arm.com\u003e\nCo-authored-by: Jeenu Viswambharan \u003cjeenu.viswambharan@arm.com\u003e\nCo-authored-by: Jonathan Wright \u003cjonathan.wright@arm.com\u003e\nCo-authored-by: Kévin Petit \u003ckevin.petit@arm.com\u003e\nCo-authored-by: Roberto Vargas \u003croberto.vargas@arm.com\u003e\nCo-authored-by: Sathees Balya \u003csathees.balya@arm.com\u003e\nCo-authored-by: Shawon Roy \u003cShawon.Roy@arm.com\u003e\nCo-authored-by: Soby Mathew \u003csoby.mathew@arm.com\u003e\nCo-authored-by: Thomas Abraham \u003cthomas.abraham@arm.com\u003e\nCo-authored-by: Vikram Kanigiri \u003cvikram.kanigiri@arm.com\u003e\nCo-authored-by: Yatharth Kochar \u003cyatharth.kochar@arm.com\u003e\n"
    }
  ]
}
