)]}'
{
  "log": [
    {
      "commit": "f411b8f2270bc75113d60f2ad662f25de6242b7d",
      "tree": "b514043733402d2e1201c73301aa0f22d0868284",
      "parents": [
        "41e82da12a7f5f12eeb5d598adcd73870ed72544"
      ],
      "author": {
        "name": "Andreas Bießmann",
        "email": "andreas.devel@googlemail.com",
        "time": "Fri Oct 24 23:25:52 2014 +0200"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Sun Jan 11 09:05:03 2015 -0500"
      },
      "message": "tools/kwbimage.c: fix parser error handling\n\nThe two error checks for image_boot_mode_id and image_nand_ecc_mode_id where\nwrong and would never fail, fix that!\n\nThis was detected by Apple\u0027s clang compiler:\n---8\u003c---\n  HOSTCC  tools/kwbimage.o\ntools/kwbimage.c:553:20: warning: comparison of unsigned expression \u003c 0 is always false [-Wtautological-compare]\n                if (el-\u003ebootfrom \u003c 0) {\n                    ~~~~~~~~~~~~ ^ ~\ntools/kwbimage.c:571:23: warning: comparison of unsigned expression \u003c 0 is always false [-Wtautological-compare]\n                if (el-\u003enandeccmode \u003c 0) {\n                    ~~~~~~~~~~~~~~~ ^ ~\n2 warnings generated.\n---\u003e8---\n\nSigned-off-by: Andreas Bießmann \u003candreas.devel@googlemail.com\u003e\nAcked-By: Jeroen Hofstee \u003cjeroen@myspectrum.nl\u003e\n"
    },
    {
      "commit": "41e82da12a7f5f12eeb5d598adcd73870ed72544",
      "tree": "44906283042a4b0a948e19b4320108fe49e41436",
      "parents": [
        "f8009a7a6753d23e42829b5671b245f3225e743f"
      ],
      "author": {
        "name": "Bo Shen",
        "email": "voice.shen@atmel.com",
        "time": "Thu Jan 08 15:20:13 2015 +0800"
      },
      "committer": {
        "name": "Andreas Bießmann",
        "email": "andreas.devel@googlemail.com",
        "time": "Sun Jan 11 02:16:04 2015 +0100"
      },
      "message": "ARM: atmel: sama5d3xek: fix the LCD parameters\n\nRemove unused vsync parameter, and correct the include file.\n\nSigned-off-by: Bo Shen \u003cvoice.shen@atmel.com\u003e\n"
    },
    {
      "commit": "f8009a7a6753d23e42829b5671b245f3225e743f",
      "tree": "0d54fb02ab6005b2367e1aed38ab9609b9b67f71",
      "parents": [
        "77d5b407054e2d10237da2c8d419957e01da2378"
      ],
      "author": {
        "name": "Bo Shen",
        "email": "voice.shen@atmel.com",
        "time": "Thu Jan 08 15:20:12 2015 +0800"
      },
      "committer": {
        "name": "Andreas Bießmann",
        "email": "andreas.devel@googlemail.com",
        "time": "Sun Jan 11 02:16:03 2015 +0100"
      },
      "message": "ARM: atmel: sama5d4xek: fix the LCD parameters\n\nRemove unused vsync parameter, and correct the include file.\n\nSigned-off-by: Bo Shen \u003cvoice.shen@atmel.com\u003e\n"
    },
    {
      "commit": "77d5b407054e2d10237da2c8d419957e01da2378",
      "tree": "6833917496a0ba5abd5c526d91ee168f0fb46b06",
      "parents": [
        "93e9371f00f1efa9fc570f8e7e8889eae7639868"
      ],
      "author": {
        "name": "Bo Shen",
        "email": "voice.shen@atmel.com",
        "time": "Thu Jan 08 15:20:11 2015 +0800"
      },
      "committer": {
        "name": "Andreas Bießmann",
        "email": "andreas.devel@googlemail.com",
        "time": "Sun Jan 11 02:16:01 2015 +0100"
      },
      "message": "ARM: atmel: sama5d4 xplained: fix the LCD parameters\n\nCorrect the LCD pixel clock, remove unused vsync parameter,\nand also correct the include file.\n\nSigned-off-by: Bo Shen \u003cvoice.shen@atmel.com\u003e\n"
    },
    {
      "commit": "93e9371f00f1efa9fc570f8e7e8889eae7639868",
      "tree": "5e7733fca5234fa5f407e551800725e9446b58b3",
      "parents": [
        "b8c702263266379b12ea06bfe9bf2885710975eb"
      ],
      "author": {
        "name": "Łukasz Majewski",
        "email": "l.majewski@samsung.com",
        "time": "Fri Nov 21 09:22:43 2014 +0100"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Sat Jan 10 14:09:55 2015 -0500"
      },
      "message": "fix: tools: kwbimage.c: Initialize headersz to suppress warning\n\nWhen building with my toolchain (4.8.2):\nCROSS_COMPILE\u003d/home/lukma/work/ptxdist/toolchains/arm/OSELAS.Toolchain-2013.12.0/arm-v7a-linux-gnueabi/gcc-4.8.2-glibc-2.18-binutils-2.24-kernel-3.12-sanitized/bin/arm-v7a-linux-gnueabi-\n\nI see following WARNING:\ntools/kwbimage.c: In function \"kwbimage_set_header\":\ntools/kwbimage.c:803:8: warning: \"headersz\" may be used uninitialized in this function [-Wmaybe-uninitialized]\n  memcpy(ptr, image, headersz);\n        ^\nThis fix aims to suppress it.\n\nSigned-off-by: Lukasz Majewski \u003cl.majewski@samsung.com\u003e\nAcked-by: Stefan Roese \u003csr@denx.de\u003e\nAcked-by: Heiko Schocher \u003chs@denx.de\u003e\n"
    },
    {
      "commit": "b8c702263266379b12ea06bfe9bf2885710975eb",
      "tree": "961c9d46a7de7ee32709ddfb8b783f4796ac4d7c",
      "parents": [
        "4c8c485ad9249e1ca1822474954b78799ca937e9",
        "ab37b76d5d7879009565d1d1a2be6de63f86a674"
      ],
      "author": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Sat Jan 10 13:27:27 2015 -0500"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Sat Jan 10 13:27:27 2015 -0500"
      },
      "message": "Merge git://git.denx.de/u-boot-nand-flash\n"
    },
    {
      "commit": "4c8c485ad9249e1ca1822474954b78799ca937e9",
      "tree": "b627fb076b7b9691b1883bc9692ff8908e235020",
      "parents": [
        "b188067f39627d977bb1db67c8456e9aaab90743"
      ],
      "author": {
        "name": "Alexey Brodkin",
        "email": "Alexey.Brodkin@synopsys.com",
        "time": "Mon Dec 29 15:42:57 2014 +0300"
      },
      "committer": {
        "name": "Alexey Brodkin",
        "email": "abrodkin@synopsys.com",
        "time": "Fri Jan 09 23:59:54 2015 +0300"
      },
      "message": "arc: introduce \"mdbtrick\" target\n\nMetaWare debugger (MDB) is still used as a primary tool for interaction\nwith target via JTAG. Moreover some very advanced features are not yet\nimplemented in GDB for ARC (and not sure if they will be implemnted\nsometime soon given complexity and rare need for those features for\ncommon user).\n\nSo if we\u0027re talking about development process when U-Boot is loaded in\ntarget memory not by low-level boot-loader but manually through JTAG\nchances are high developer uses MDB for it.\n\nBut MDB doesn\u0027t support PIE (position-independent executable) - it will\nrefuse to even start - that means no chance to load elf contents on\ntarget.\nThen the only way to load U-Boot in MDB is to fake it by:\n  1. Reset PIE flag in ELF header\n     This is simpe - on attempt to open elf MDB checks header and if it\ndoesn\u0027t match its expectation refuces to use provided elf.\n  2. Strip all debug information from elf\n     If (1) is done then MDB will open elf but on parsing of elf\u0027s debug\ninfo it will refuse to process due to debug info it cannot understand\n(symbols with PIE relocation).\n\nEven though it could be done manually (I got it documented quite a while\nago here http://www.denx.de/wiki/U-Boot/ARCNotes) having this automated\nway is very convenient. User may build U-Boot that will be loaded on\ntarget via MDB saying \"make mdbtrick\".\n\nThen if we now apply the manipulation MDB will happily start and will\nload all required sections into the target.\n\nIndeed there will be no source-level debug info available. But still MDB\nwill do its work on showing disassembly, global symbols, registers,\naccessing low-level debug facilities etc.\n\nAs a summary - this is a pretty dirty hack but it simplifies life a lot\nfor us ARc developers.\n\nSigned-off-by: Alexey Brodkin \u003cabrodkin@synopsys.com\u003e\nCc: Tom Rini \u003ctrini@ti.com\u003e\nCc: Wolfgang Denk \u003cwd@denx.de\u003e\n"
    },
    {
      "commit": "ab37b76d5d7879009565d1d1a2be6de63f86a674",
      "tree": "14906cff88b75a630b36ac753a86325fd3415f81",
      "parents": [
        "bf80ee6e1d73be046a7c5454c7e7493e7a6ea5e0"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Fri Dec 26 22:20:58 2014 +0900"
      },
      "committer": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Jan 09 12:19:06 2015 -0600"
      },
      "message": "mtd: nand: do not scan BBT after scrub\n\nCurrently, \"nand scrub\" runs chip-\u003escan_bbt at the end of\nnand_erase_opts() even if NAND_SKIP_BBTSCAN flag is set.\n\nIt violates the intention of NAND_SKIP_BBTSCAN.\n\nMove NAND_SKIP_BBTSCAN flag check to nand_block_checkbad() so that\nchip-\u003escan_bbt() is never run if NAND_SKIP_BBTSCAN is set.\n\nAlso, unset NAND_BBT_SCANNED flag instead of running chip-\u003escan_bbt()\nright after scrub.  We can be lazier here because the BBT is scanned\nat the next call of nand_block_checkbad().\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Scott Wood \u003cscottwood@freescale.com\u003e\n"
    },
    {
      "commit": "bf80ee6e1d73be046a7c5454c7e7493e7a6ea5e0",
      "tree": "e7e5a6d530c6f625c7f69bbeb519c6d5d4020845",
      "parents": [
        "756963d7da746abd6448cb1d7be0c70b1c80ca35"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Fri Dec 26 22:20:57 2014 +0900"
      },
      "committer": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Jan 09 12:19:02 2015 -0600"
      },
      "message": "mtd: nand: Mark the BBT as scanned prior to calling scan_bbt again\n\nCommit 35c204d8a9d0 (nand: reinstate lazy bad block scanning)\nbroke NAND_BBT_USE_FLASH feature.\n\nIts git-log claimed that it reinstated the change as by commit\nfb49454b1b6c (\"nand: reinstate lazy bad block scanning\"), but it moved\n\"chip-\u003eoptions |\u003d NAND_BBT_SCANNED\" below \"chip-\u003escan_bbt(mtd);\".\n\nIt causes recursion if scan_bbt does not find a flash based BBT\nand tries to write one, and the attempt to erase the BBT area\ncauses a bad block check.\n\nReinstate commit ff49ea8977b5 (NAND: Mark the BBT as scanned prior to\ncalling scan_bbt.).\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Rostislav Lisovy \u003clisovy@merica.cz\u003e\nCc: Heiko Schocher \u003chs@denx.de\u003e\nCc: Scott Wood \u003cscottwood@freescale.com\u003e\n"
    },
    {
      "commit": "756963d7da746abd6448cb1d7be0c70b1c80ca35",
      "tree": "7a36df4f1d0347bc47de9a0825732264d1b6f0fc",
      "parents": [
        "b188067f39627d977bb1db67c8456e9aaab90743"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Tue Dec 16 15:36:33 2014 +0900"
      },
      "committer": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Jan 09 12:18:58 2015 -0600"
      },
      "message": "mtd: nand: revive \"nand scrub\" command\n\nSince commit ff94bc40af34 (mtd, ubi, ubifs: resync with Linux-3.14),\nthe \"nand scrub\" command has not been working.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Scott Wood \u003cscottwood@freescale.com\u003e\nCc: Heiko Schocher \u003chs@denx.de\u003e\n"
    },
    {
      "commit": "b188067f39627d977bb1db67c8456e9aaab90743",
      "tree": "d014310285b33d1c1fb6a19d7f8a137d07f04bb2",
      "parents": [
        "75d7a0d7f11ef66dcd3c27ae141f6b59f2ffd00d"
      ],
      "author": {
        "name": "Stefan Agner",
        "email": "stefan@agner.ch",
        "time": "Thu Jan 08 18:18:25 2015 +0100"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Fri Jan 09 10:27:51 2015 -0500"
      },
      "message": "arm: vf610: fix boot from SD-card\n\nBoot from SD-card (and probably also from NAND) was broken since\ncommit d6d07a9bec (\"arm: vf610: add NAND support for vf610twr\").\nIt looks like the increased size of U-Boot lead to a situation\nwhere the boot ROM overwrote its own stack/heap while loading\nU-Boot from the SD-card to the SRAM. However, U-Boot worked fine\nwhen loaded through USB serial loader directly into SRAM. It\nlooks like loading from SD-card uses other stack/heap location\nthen the serial loader (or maybe no stack or heap at all).\nThis fix moves U-Boot to gfxRAM, which is 512kB in size and is not\nused by the boot ROM nor the SD-card loader of it.\n\nSigned-off-by: Stefan Agner \u003cstefan@agner.ch\u003e\nAcked-by: Bill Pringlemeir \u003cbpringlemeir@nbsps.com\u003e\n"
    },
    {
      "commit": "75d7a0d7f11ef66dcd3c27ae141f6b59f2ffd00d",
      "tree": "c2360a77c2293119a0ff1e23c73ef1dc4c7a2e56",
      "parents": [
        "f10d86d3fff9f53723a404b3794cca98a785ce6a"
      ],
      "author": {
        "name": "Stefan Agner",
        "email": "stefan@agner.ch",
        "time": "Thu Dec 18 18:10:33 2014 +0100"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Fri Jan 09 10:20:22 2015 -0500"
      },
      "message": "arm: build arch memset/memcpy in Thumb2 mode\n\nResynchronize memcpy/memset with kernel 3.17 and build them in\nThumb2 mode (unified syntax). Those assembler files can be built\nand linked in ARM mode too, however when calling them from Thumb2\nbuilt code, the stack got corrupted and the copy did not succeed\n(the exact details have not been traced back). However, the Linux\nkernel builds those files in Thumb2 mode. Hence U-Boot should\nbuild them in Thumb2 mode too when CONFIG_SYS_THUMB_BUILD is set.\n\nTo build the files without warning, some assembler instructions\nhad to be replaced with their UAL compliant variant (thanks\nJeroen for this input).\n\nTo build the file in Thumb2 mode the implicit-it\u003dalways option need\nto be set to generate Thumb2 compliant IT instructions where needed.\nWe add this option to the general AFLAGS when building for Thumb2.\n\nReviewed-by: Simon Glass \u003csjg@chromium.org\u003e\nTested-by: Simon Glass \u003csjg@chromium.org\u003e\nSigned-off-by: Stefan Agner \u003cstefan@agner.ch\u003e\n"
    },
    {
      "commit": "f10d86d3fff9f53723a404b3794cca98a785ce6a",
      "tree": "ac3ba29d5b79ef0d00734c677320211771631782",
      "parents": [
        "906d6fe3033910a5eca72ef6fc9b47a957b113e5",
        "adc0fabfd9662fa690e866332cd4277351f991c4"
      ],
      "author": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Thu Jan 08 13:50:38 2015 -0500"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Thu Jan 08 13:50:38 2015 -0500"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.denx.de/u-boot-spi\n"
    },
    {
      "commit": "906d6fe3033910a5eca72ef6fc9b47a957b113e5",
      "tree": "65457b7b6c59eefa0202f269cd65dae61cb6ad34",
      "parents": [
        "fa840b09216c6ea728240294b66d2d9ae42c36e1"
      ],
      "author": {
        "name": "Fabio Estevam",
        "email": "fabio.estevam@freescale.com",
        "time": "Tue Jan 06 13:06:48 2015 -0200"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Thu Jan 08 13:50:17 2015 -0500"
      },
      "message": "mx25: Fix boot hang by avoiding vector relocation\n\nSince commit 3ff46cc42b9d73d0 (\"arm: relocate the exception vectors\") mx25pdk\nhangs like this:\n\nCPU:   Freescale i.MX25 rev1.2 at 399 MHz\nReset cause: WDOG\nBoard: MX25PDK\nI2C:   ready\nDRAM:  64 MiB\n(hangs)\n\nAdd a specific relocate_vectors macro that skips the vector relocation, as the\ni.MX25 SoC does not provide RAM at the high vectors address (0xFFFF0000), and\n(0x00000000) maps to ROM.\n\nThis allows mx25 to boot again.\n\nAcked-By: Bill Pringlemeir \u003cbpringlemeir@nbsps.com\u003e\nSigned-off-by: Fabio Estevam \u003cfabio.estevam@freescale.com\u003e\n"
    },
    {
      "commit": "adc0fabfd9662fa690e866332cd4277351f991c4",
      "tree": "49d04ff8144a0854fb916673269130822304eb18",
      "parents": [
        "5f7f70c1718b74df12724724f6ec72fa1894d49c"
      ],
      "author": {
        "name": "Peng Fan",
        "email": "Peng.Fan@freescale.com",
        "time": "Thu Jan 08 10:40:21 2015 +0800"
      },
      "committer": {
        "name": "Jagannadha Sutradharudu Teki",
        "email": "jagannadh.teki@gmail.com",
        "time": "Fri Jan 09 00:03:28 2015 +0530"
      },
      "message": "imx:mx6sxsabresd support qspi AHB read\n\nAdd CONFIG_SYS_FSL_QSPI_AHB in header file to enable AHB in driver.\nIn order to count the time, add CONFIG_CMD_TIME.\n\nUsing AHB read can improve the the read speed about 30%.\n\nAHB read:\n\u003d\u003e time sf read 0x8f800000 0 100000\nSF: 1048576 bytes @ 0x0 Read: OK\ntime: 0.174 seconds\n\n\u003d\u003e time sf read 0x8f800000 1000000 100000\nSF: 1048576 bytes @ 0x1000000 Read: OK\ntime: 0.174 seconds\n\nIP read:\n\u003d\u003e time sf read 0x8f800000 0 100000\nSF: 1048576 bytes @ 0x0 Read: OK\ntime: 0.227 seconds\n\n\u003d\u003e time sf read 0x8f800000 1000000 100000\nSF: 1048576 bytes @ 0x1000000 Read: OK\ntime: 0.227 seconds\n\nNote:\nQuad read is not supported in driver, now. In my side, using AHB and Quad read\ncan achieve about 16MB/s. Anyway, I have plan to reimplement the driver using\nDTB and DM, then make the code cleaner and more feature can be added.\n\nSigned-off-by: Peng Fan \u003cPeng.Fan@freescale.com\u003e\nReviewed-by: Jagannadha Sutradharudu Teki \u003cjagannadh.teki@gmail.com\u003e\n"
    },
    {
      "commit": "5f7f70c1718b74df12724724f6ec72fa1894d49c",
      "tree": "be9216d47305a02def2945ad347a2f4479797d89",
      "parents": [
        "78c80114b5f7f31b4a1c09bfd0db61ded24b1f6b"
      ],
      "author": {
        "name": "Peng Fan",
        "email": "Peng.Fan@freescale.com",
        "time": "Thu Jan 08 10:40:20 2015 +0800"
      },
      "committer": {
        "name": "Jagannadha Sutradharudu Teki",
        "email": "jagannadh.teki@gmail.com",
        "time": "Fri Jan 09 00:03:28 2015 +0530"
      },
      "message": "qspi:fsl implement AHB read\n\nThe QSPI controller in i.MX 6SoloX and Vybrid supports reading data using\nIP register and AHB bus.\n\nThe original driver only supports reading data from IP interface. The IC\nteam suggests to use AHB read which is faster then IP read. Using AHB read,\nwe can directly memcpy, a \"missed\" access to the buffer will cause the\ncontroller to clear the buffer and use the SEQID stored in bfgencr register\nto initiate a read from flash device.\n\nSince AHB bus is 64 bit width, we can not set MCR register using 32bit. In\norder to minimize code change, redefine QSPI_MCR_END_CFD_LE to 64bit Little\nendian but not 32bit Little endia.\n\nIntroduce a new configuration option CONFIG_SYS_FSL_QSPI_AHB. If want to\nuse AHB read, just define CONFIG_SYS_FSL_QSPI_AHB. If not, just ignore it.\nActually if Vybrid is migrated to use AHB read, this option can be removed and\nIP read function can be discared. The reason to introduce this option\nis that only i.MX SOC is tested in my side, no Vybrid platform for me.\n\nIn spi_setup_slave, the original piece code to set AHB is deleted, since\nVybrid platform does not use this to intiate AHB read. Instead, add\nqspi_init_ahb_read function if defined CONFIG_SYS_FSL_QSPI_AHB.\n\nSigned-off-by: Peng Fan \u003cPeng.Fan@freescale.com\u003e\nReviewed-by: Jagannadha Sutradharudu Teki \u003cjagannadh.teki@gmail.com\u003e\n"
    },
    {
      "commit": "fa840b09216c6ea728240294b66d2d9ae42c36e1",
      "tree": "a9caf608e71b9be6635729583b1cc09333201607",
      "parents": [
        "8ed5e4ce0b9475f51f288409443b959b9a3a4f27"
      ],
      "author": {
        "name": "Jeremiah Mahler",
        "email": "jmmahler@gmail.com",
        "time": "Tue Jan 06 16:40:28 2015 -0800"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Thu Jan 08 11:00:45 2015 -0500"
      },
      "message": "doc: fix spelling errors in am335x/README\n\nFix several spelling errors and replace the invalid word\n\"architectured\" with \"designed\".\n\nSigned-off-by: Jeremiah Mahler \u003cjmmahler@gmail.com\u003e\n"
    },
    {
      "commit": "8ed5e4ce0b9475f51f288409443b959b9a3a4f27",
      "tree": "b680a94cd2abc8944b621da299f498780594f215",
      "parents": [
        "c36ecf3abfbc20719bbc7229c9a112e2e137a400"
      ],
      "author": {
        "name": "Fabio Estevam",
        "email": "fabio.estevam@freescale.com",
        "time": "Tue Jan 06 14:10:05 2015 -0200"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Thu Jan 08 11:00:45 2015 -0500"
      },
      "message": "mx25: Remove empty line after printing the reset cause\n\nCurrently there is an unneeded empty line after printing the reset cause:\n\nU-Boot 2015.01-rc4-00080-g0551a93 (Jan 06 2015 - 13:04:19)\n\nCPU:   Freescale i.MX25 rev1.2 at 399 MHz\nReset cause: POR\n\nBoard: MX25PDK\nI2C:   ready\nDRAM:  64 MiB\nMMC:   FSL_SDHC: 0\n\nRemove the extra \"\\n\" when printing the reset cause.\n\nSigned-off-by: Fabio Estevam \u003cfabio.estevam@freescale.com\u003e\n"
    },
    {
      "commit": "c36ecf3abfbc20719bbc7229c9a112e2e137a400",
      "tree": "2332c2a56c6a61b2cb69b6522dfcfae7832fb711",
      "parents": [
        "5ea019616483bb5103ee57e576e9bc559ea537b5"
      ],
      "author": {
        "name": "Peng Fan",
        "email": "Peng.Fan@freescale.com",
        "time": "Tue Jan 06 14:12:51 2015 +0800"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Thu Jan 08 11:00:45 2015 -0500"
      },
      "message": "i2c:mxc fix array size of i2c_data\n\nWe should not hardcode array size of i2c_data to 3. To CONFIG_FSL_LSCH3,\nthere are 4 i2c interface, but not 3. So the size of i2c_data array should\nbe calculated using \"ARRAY_SIZE(i2c_bases)\".\n\nTo avoid compile error, move i2c_bases before sram_data structure which\ncontains i2c_data array.\n\nSigned-off-by: Peng Fan \u003cPeng.Fan@freescale.com\u003e\n"
    },
    {
      "commit": "5ea019616483bb5103ee57e576e9bc559ea537b5",
      "tree": "12a683e247217f0a626d33d1dce23d08733076b8",
      "parents": [
        "f16d18627f6b9759b4c314f0ae66d1260572d2aa"
      ],
      "author": {
        "name": "Luka Perkov",
        "email": "luka.perkov@sartura.hr",
        "time": "Wed Jan 07 23:32:06 2015 +0000"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Thu Jan 08 11:00:45 2015 -0500"
      },
      "message": "MAINTAINERS: add me as a co-maintainer of KIRKWOOD\n\nSigned-off-by: Luka Perkov \u003cluka.perkov@sartura.hr\u003e\nCC: Prafulla Wadaskar \u003cprafulla@marvell.com\u003e\nCC: Wolfgang Denk \u003cwd@denx.de\u003e\nAcked-by: Stefan Roese \u003csr@denx.de\u003e\n"
    },
    {
      "commit": "f16d18627f6b9759b4c314f0ae66d1260572d2aa",
      "tree": "8701db8858dc0e4df61abb25f19b4709582ce7c5",
      "parents": [
        "b349abbfe95972ee7770d8ffef0eaf45cc84f419"
      ],
      "author": {
        "name": "Luka Perkov",
        "email": "luka.perkov@sartura.hr",
        "time": "Wed Jan 07 23:32:36 2015 +0000"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Thu Jan 08 11:00:45 2015 -0500"
      },
      "message": "doc/gitmail-rc: fix whitespaces\n\nSigned-off-by: Luka Perkov \u003cluka.perkov@sartura.hr\u003e\n"
    },
    {
      "commit": "b349abbfe95972ee7770d8ffef0eaf45cc84f419",
      "tree": "4f9e1e781ae9ad07fd977c449b6eef0b82253f22",
      "parents": [
        "b6b1b44586778885f37e1a2f2b17da7ddb04d565"
      ],
      "author": {
        "name": "Maxime Ripard",
        "email": "maxime.ripard@free-electrons.com",
        "time": "Thu Jan 08 12:26:44 2015 +0100"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Thu Jan 08 11:00:45 2015 -0500"
      },
      "message": "gpt: Fix the protective MBR partition size\n\nAccording to the UEFI Spec (Table 16, section 5.2.3 of the version 2.4 Errata\nB), the protective MBR partition record size must be set to the size of the\ndisk minus one, in LBAs.\n\nHowever, the current code was setting the size as the total number of LBAs on\nthe disk, resulting in an off-by-one error.\n\nThis confused the AM335x ROM code, and will probably confuse other tools as\nwell.\n\nSigned-off-by: Maxime Ripard \u003cmaxime.ripard@free-electrons.com\u003e\n"
    },
    {
      "commit": "b6b1b44586778885f37e1a2f2b17da7ddb04d565",
      "tree": "15899ecd0ddedc38ddbad2be6229b93076556c5d",
      "parents": [
        "b4ad44baab713af371b1113dd63dd222ba73ba13"
      ],
      "author": {
        "name": "Bill Pringlemeir",
        "email": "bpringlemeir@nbsps.com",
        "time": "Wed Jan 07 10:34:15 2015 -0500"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Thu Jan 08 11:00:45 2015 -0500"
      },
      "message": "scripts: fix binutils-version.sh for \u0027as\u0027 without a package.\n\nCommit 73c25753 fixed the common issue that binutil packages (tool/organization\nthat packaged or built the bin-utils) are included in brackets and this may\nfalsely be recognized as a version.  However, some tools do not provide a\n\u0027package\u0027 and previously we add the \u0027Gnu assembler..\u0027 to the version.\n\nStrip out the \u0027(package version text)\u0027 and then look for a ##.## string.\n\nSigned-off-by: Bill Pringlemeir \u003cbpringlemeir@nbsps.com\u003e\nTested-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nTested-by: Hans de Goede \u003chdegoede@redhat.com\u003e\n"
    },
    {
      "commit": "b4ad44baab713af371b1113dd63dd222ba73ba13",
      "tree": "c75beddbc007f8a1e6dc1bc1855fe37cea7afa55",
      "parents": [
        "2661dfd0046285e9007c1de126255bee11c0b8cd"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Tue Jan 06 14:28:16 2015 +0900"
      },
      "committer": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Thu Jan 08 23:01:56 2015 +0900"
      },
      "message": "ARM: UniPhier: add UART initialization routine for low-level debug\n\nThe low-level debugging functions are useful to debug the early boot\nstage where the full UART driver is not available.\n\nUniPhier SoCs need to initialize the UART port 0 to use this feature.\nThe initialization routine is called at the very entry of the\nlowlevel_init().\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\n"
    },
    {
      "commit": "2661dfd0046285e9007c1de126255bee11c0b8cd",
      "tree": "3cbd35c36cbc67d4d3aba6214639dc8e9a988f86",
      "parents": [
        "5e165b258f4231d8f9d07e773f19aaa57587f45a"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Tue Jan 06 14:20:04 2015 +0900"
      },
      "committer": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Thu Jan 08 23:01:45 2015 +0900"
      },
      "message": "ARM: UniPhier: enable output of system bus\n\nFor NAND boot on PH1-LD4, PH1-sLD8, and some other SoCs,\nthe output of the system bus is disabled by default.\nIt must be enabled by software to have access to the system bus.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\n"
    },
    {
      "commit": "5e165b258f4231d8f9d07e773f19aaa57587f45a",
      "tree": "35f96d788a0ed6f1a2accc8ff31d3188fe0f3db7",
      "parents": [
        "40ad4c4b1fea2497bc019ee82163b76d4b076730"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Tue Jan 06 14:18:57 2015 +0900"
      },
      "committer": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Thu Jan 08 23:01:21 2015 +0900"
      },
      "message": "ARM: UniPhier: fix SRAM size on support card\n\nThe max size of available memories on slot0 and slot1 is 32MB because\n - EA[25] signal is not output on the save-pin mode which is\n   used PH1-LD4 or later SoCs.\n - EA[25] signal is not connected by the limitation (or bug?) of\n   the PLD logic of DCC support card.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\n"
    },
    {
      "commit": "78c80114b5f7f31b4a1c09bfd0db61ded24b1f6b",
      "tree": "d7605e86ddb942f3a3d53b02ed0ea562a87a656e",
      "parents": [
        "1dc7d00f2783991387fe715d61b50fe7b40fd30a"
      ],
      "author": {
        "name": "Axel Lin",
        "email": "axel.lin@ingics.com",
        "time": "Thu Jan 08 09:47:22 2015 +0800"
      },
      "committer": {
        "name": "Jagannadha Sutradharudu Teki",
        "email": "jagannadh.teki@gmail.com",
        "time": "Thu Jan 08 12:02:55 2015 +0530"
      },
      "message": "spi: ftssp010_spi: Simplify code flow in ftssp010_[wait|wait_tx|wait_rx]\n\nNo functional change, just simplify the code a bit.\n\nSigned-off-by: Axel Lin \u003caxel.lin@ingics.com\u003e\nReviewed-by: Jagannadha Sutradharudu Teki \u003cjagannadh.teki@gmail.com\u003e\n"
    },
    {
      "commit": "40ad4c4b1fea2497bc019ee82163b76d4b076730",
      "tree": "902b13bfda551102114123095a25ba6fdca270c2",
      "parents": [
        "7375f4007f7f0be439e9956ae429cdd4dd80b537"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Wed Nov 26 18:42:31 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Wed Jan 07 14:48:47 2015 -0500"
      },
      "message": "Kconfig: move EXPERT option under \"General setup\" menu\n\nMake it a sub-menu of \"General setup\" like Linux Kernel.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Tom Rini \u003ctrini@ti.com\u003e\n"
    },
    {
      "commit": "1dc7d00f2783991387fe715d61b50fe7b40fd30a",
      "tree": "547851d6f5b81401ab0705bfb88b4f9ae481e001",
      "parents": [
        "d87cbeccc54da2d39e1363e423953d8e24fb2008"
      ],
      "author": {
        "name": "Axel Lin",
        "email": "axel.lin@ingics.com",
        "time": "Wed Jan 07 09:54:56 2015 +0800"
      },
      "committer": {
        "name": "Jagannadha Sutradharudu Teki",
        "email": "jagannadh.teki@gmail.com",
        "time": "Wed Jan 07 12:30:54 2015 +0530"
      },
      "message": "spi: cadence_qspi: Fix checking return value of fdt_first_subnode()\n\nfdt_first_subnode() returns -FDT_ERR_NOTFOUND if no subnode found.\n0 is supposed to be a valid offset returns from fdt_first_subnode().\n\nSigned-off-by: Axel Lin \u003caxel.lin@ingics.com\u003e\nReviewed-by: Jagannadha Sutradharudu Teki \u003cjagannadh.teki@gmail.com\u003e\n"
    },
    {
      "commit": "d87cbeccc54da2d39e1363e423953d8e24fb2008",
      "tree": "e73336cf9aa53dc415dc90191474d1538987ba54",
      "parents": [
        "a2358783875580fc7ad5e1554cb1a74a79360df6"
      ],
      "author": {
        "name": "Peng Fan",
        "email": "Peng.Fan@freescale.com",
        "time": "Sun Jan 04 17:07:15 2015 +0800"
      },
      "committer": {
        "name": "Jagannadha Sutradharudu Teki",
        "email": "jagannadh.teki@gmail.com",
        "time": "Wed Jan 07 12:25:05 2015 +0530"
      },
      "message": "mx6sxsabresd: support qspi flash bigger than 16MB\n\nmx6sxsabresd revb board uses 32MB qspi flash, reva board uses 16MB qspi\nflash. Currently, the default supported platform is revb board.\n\nIf want to configure for reva board, just define CONFIG_MX6SX_SABRESD_REVA\nin mx6sxsabresd.h to support reva qspi flashes whose size is 16MB.\n\nSigned-off-by: Peng Fan \u003cPeng.Fan@freescale.com\u003e\nReviewed-by: Jagannadha Sutradharudu Teki \u003cjagannadh.teki@gmail.com\u003e\n"
    },
    {
      "commit": "a2358783875580fc7ad5e1554cb1a74a79360df6",
      "tree": "203679c0851ef260de4c1c0fe9f5a905b6ea4fe1",
      "parents": [
        "653cda8f6605676504d03eb76f84932a20a6feb1"
      ],
      "author": {
        "name": "Peng Fan",
        "email": "Peng.Fan@freescale.com",
        "time": "Sun Jan 04 17:07:14 2015 +0800"
      },
      "committer": {
        "name": "Jagannadha Sutradharudu Teki",
        "email": "jagannadh.teki@gmail.com",
        "time": "Wed Jan 07 12:25:05 2015 +0530"
      },
      "message": "spi:fsl-quadspi support bank register read write\n\nTo support bigger than 16MB size qspi flashes, spi framework uses bank\nswitch to access higher bank or lower bank.\n\nIn this patch, QSPI_CMD_BRRD, QSPI_CMD_BRWR, QSPI_CMD_WREAR, QSPI_CMD_RDEAR\nis initialized in LUT register with related pad and length configuration.\nqspi_op_pp is originally for page programming, this patch reuses this function\nfor bank register switch and renamed it with qspi_op_write.\n\nSince bank or EAR register is only 1 byte length, however original qspi_op_pp\nor now renamed qspi_op_write only support 4 bytes lenght as the access unit,\nthis will trigger data abort exception when access EAR or bank register.\nThis is because upper framework passes a 1 bytes pointer to qspi_op_write,\nhowever qspi_op_write treat it as an int pointer. This patch fixes this for\naccessing EAR or bank register.\n\nSigned-off-by: Peng Fan \u003cPeng.Fan@freescale.com\u003e\nReviewed-by: Jagannadha Sutradharudu Teki \u003cjagannadh.teki@gmail.com\u003e\n"
    },
    {
      "commit": "653cda8f6605676504d03eb76f84932a20a6feb1",
      "tree": "008d6eb3e25f7e09795a54592be42b9cea9ae232",
      "parents": [
        "741148625359ef92ad078b1096e3352cdb36dd0d"
      ],
      "author": {
        "name": "Marek Vasut",
        "email": "marex@denx.de",
        "time": "Wed Dec 31 20:14:56 2014 +0100"
      },
      "committer": {
        "name": "Jagannadha Sutradharudu Teki",
        "email": "jagannadh.teki@gmail.com",
        "time": "Wed Jan 07 12:13:30 2015 +0530"
      },
      "message": "dt: socfpga: Replace num-chipselect with num-cs\n\nThis optional DT property is called \u0027num-cs\u0027, so repair the misnomers.\n\nSigned-off-by: Marek Vasut \u003cmarex@denx.de\u003e\nCc: Chin Liang See \u003cclsee@opensource.altera.com\u003e\nCc: Dinh Nguyen \u003cdinguyen@opensource.altera.com\u003e\nCc: Pavel Machek \u003cpavel@denx.de\u003e\nCc: Stefan Roese \u003csr@denx.de\u003e\nCc: Vince Bridgers \u003cvbridger@opensource.altera.com\u003e\nAcked-by: Pavel Machek \u003cpavel@denx.de\u003e\nReviewed-by: Jagannadha Sutradharudu Teki \u003cjagannadh.teki@gmail.com\u003e\n"
    },
    {
      "commit": "7375f4007f7f0be439e9956ae429cdd4dd80b537",
      "tree": "dc230c35a77782a5fb9bcda426eccb2102652f52",
      "parents": [
        "2ed3f9114300b1f11f1f30d9d2478146afc3af0e",
        "5ba471944abc63e837a29c905ac46ae362d5f6a5"
      ],
      "author": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Tue Jan 06 10:48:32 2015 -0500"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Tue Jan 06 10:48:32 2015 -0500"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.denx.de/u-boot-sunxi\n"
    },
    {
      "commit": "2ed3f9114300b1f11f1f30d9d2478146afc3af0e",
      "tree": "77ea5e1d5bc51e9de016d35cb6cc4fda0e1af0d1",
      "parents": [
        "fc89b2e479f0b75008bab1b59170aa8179ba61fe",
        "2c84c9a40ac19c44c0c9f865fcf6f459c426659e"
      ],
      "author": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Tue Jan 06 10:44:47 2015 -0500"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Tue Jan 06 10:44:47 2015 -0500"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.denx.de/u-boot-mmc\n"
    },
    {
      "commit": "741148625359ef92ad078b1096e3352cdb36dd0d",
      "tree": "37cb5d384d2c8817d80377e795189ef0b9a4f9df",
      "parents": [
        "501943696ea4f4194705b7449547fd3d66c13e97"
      ],
      "author": {
        "name": "Marek Vasut",
        "email": "marex@denx.de",
        "time": "Wed Dec 31 20:14:55 2014 +0100"
      },
      "committer": {
        "name": "Jagannadha Sutradharudu Teki",
        "email": "jagannadh.teki@gmail.com",
        "time": "Tue Jan 06 16:02:58 2015 +0530"
      },
      "message": "dt: socfpga: Rename snps, dw-spi-mmio to snps, dw-apb-ssi\n\nLinux now also contains SPI driver, yet the name is \u0027snps,dw-apb-ssi\u0027.\nFix the naming before we have to support both names.\n\nSigned-off-by: Marek Vasut \u003cmarex@denx.de\u003e\nCc: Chin Liang See \u003cclsee@opensource.altera.com\u003e\nCc: Dinh Nguyen \u003cdinguyen@opensource.altera.com\u003e\nCc: Pavel Machek \u003cpavel@denx.de\u003e\nCc: Stefan Roese \u003csr@denx.de\u003e\nCc: Vince Bridgers \u003cvbridger@opensource.altera.com\u003e\nReviewed-by: Stefan Roese \u003csr@denx.de\u003e\nAcked-by: Pavel Machek \u003cpavel@denx.de\u003e\nReviewed-by: Jagannadha Sutradharudu Teki \u003cjagannadh.teki@gmail.com\u003e\n"
    },
    {
      "commit": "5ba471944abc63e837a29c905ac46ae362d5f6a5",
      "tree": "a3031383aa7f9f510f8ecc62a2b793703fdb3624",
      "parents": [
        "d622ac39274a949b6445f1bfd92dc1644014388b"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Mon Jan 05 16:41:49 2015 +0100"
      },
      "committer": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Tue Jan 06 11:25:47 2015 +0100"
      },
      "message": "sunxi: axp221: Fix using the wrong register address for ALDO2\n\nThis fixes us never programming ALDO2, and programming the ALDO2 voltage\ninto ALDo1.\n\nReported-by: Siarhei Siamashka \u003csiarhei.siamashka@gmail.com\u003e\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\n"
    },
    {
      "commit": "501943696ea4f4194705b7449547fd3d66c13e97",
      "tree": "2bca892c4f617a13727cfec6d6389a7e2b9e83ec",
      "parents": [
        "d622ac39274a949b6445f1bfd92dc1644014388b"
      ],
      "author": {
        "name": "Axel Lin",
        "email": "axel.lin@ingics.com",
        "time": "Tue Jan 06 08:08:25 2015 +0800"
      },
      "committer": {
        "name": "Jagannadha Sutradharudu Teki",
        "email": "jagannadh.teki@gmail.com",
        "time": "Tue Jan 06 15:52:27 2015 +0530"
      },
      "message": "spi: designware_spi: Fix detecting FIFO depth\n\nCurrent code tries to find the highest valid fifo depth by checking the value\nit wrote to DW_SPI_TXFLTR. There are a few problems in current code:\n1) There is an off-by-one in dws-\u003efifo_len setting because it assumes the latest\n   register write fails so the latest valid value should be fifo - 1.\n2) We know the depth could be from 2 to 256 from HW spec, so it is not necessary\n   to test fifo \u003d\u003d 257. In the case fifo is 257, it means the latest valid\n   setting is fifo \u003d 256. So after the for loop iteration, we should check\n   fifo \u003d\u003d 2 case instead of fifo \u003d\u003d 257 if detecting the FIFO depth fails.\nThis patch fixes above issues.\n\nSigned-off-by: Axel Lin \u003caxel.lin@ingics.com\u003e\nAcked-by: Stefan Roese \u003csr@denx.de\u003e\nReviewed-by: Jagannadha Sutradharudu Teki \u003cjagannadh.teki@gmail.com\u003e\n"
    },
    {
      "commit": "2c84c9a40ac19c44c0c9f865fcf6f459c426659e",
      "tree": "75036299b6f971722a1e106e8a84e5945c04c0e5",
      "parents": [
        "ac0b7298441d96043a2275d3c0fdafa59ca8f103"
      ],
      "author": {
        "name": "Guillaume GARDET",
        "email": "guillaume.gardet@free.fr",
        "time": "Tue Dec 16 12:00:44 2014 +0100"
      },
      "committer": {
        "name": "Pantelis Antoniou",
        "email": "pantelis.antoniou@konsulko.com",
        "time": "Tue Jan 06 10:10:30 2015 +0200"
      },
      "message": "spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f)\n\nAs reported by Robert Nelson, commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f\nmay break MMC RAW boot mode.\nThis patch fixes the check path to fix MMC Raw boot mode.\n\nTested raw boot mode and FS boot mode on a pandaboard (rev. A3).\n\nReported-by: Robert Nelson \u003crobertcnelson@gmail.com\u003e\nSigned-off-by: Guillaume GARDET \u003cguillaume.gardet@free.fr\u003e\n\nCc: Tom Rini \u003ctrini@ti.com\u003e\nCc: Robert Nelson \u003crobertcnelson@gmail.com\u003e\nTested-by: Robert Nelson \u003crobertcnelson@gmail.com\u003e\n"
    },
    {
      "commit": "ac0b7298441d96043a2275d3c0fdafa59ca8f103",
      "tree": "f0ec41af83677c8ba013b69d45db414fc629d0fa",
      "parents": [
        "02b2739e8fd90f3bc6945824d87ca1647cf95aef"
      ],
      "author": {
        "name": "Gerald Kerma",
        "email": "drEagle@doukki.net",
        "time": "Sat Dec 13 21:35:36 2014 +0100"
      },
      "committer": {
        "name": "Pantelis Antoniou",
        "email": "pantelis.antoniou@konsulko.com",
        "time": "Tue Jan 06 10:10:28 2015 +0200"
      },
      "message": "MVEBUMMC : REMOVE unnecessary delay from init\n\nRemove unnessecary delay from mvebu_mmc_initialize\n\nSigned-off-by: Gérald Kerma \u003cdrEagle@doukki.net\u003e\nAcked-by: Pantelis Antoniou \u003cpanto@antoniou-consulting.com\u003e\n"
    },
    {
      "commit": "02b2739e8fd90f3bc6945824d87ca1647cf95aef",
      "tree": "2258fcbbc397ade2f10fb30feeee56e4eaf6d8d4",
      "parents": [
        "86eeecafc24408822c1c8c329963e6f76751cae1"
      ],
      "author": {
        "name": "Gerald Kerma",
        "email": "drEagle@doukki.net",
        "time": "Sat Dec 13 21:35:35 2014 +0100"
      },
      "committer": {
        "name": "Pantelis Antoniou",
        "email": "pantelis.antoniou@konsulko.com",
        "time": "Tue Jan 06 10:10:23 2015 +0200"
      },
      "message": "MVEBUMMC : CLEAN code\n\nClean mvebu_mmc_send_cmd\n\nSigned-off-by: Gérald Kerma \u003cdrEagle@doukki.net\u003e\nAcked-by: Pantelis Antoniou \u003cpanto@antoniou-consulting.com\u003e\n"
    },
    {
      "commit": "86eeecafc24408822c1c8c329963e6f76751cae1",
      "tree": "78a9a6a085f48b3ba040d1bc36fa4bf9271d44fa",
      "parents": [
        "fc0f25f91948eef623999ab0874d6bd4604cb889"
      ],
      "author": {
        "name": "Gerald Kerma",
        "email": "drEagle@doukki.net",
        "time": "Sat Dec 13 21:35:34 2014 +0100"
      },
      "committer": {
        "name": "Pantelis Antoniou",
        "email": "pantelis.antoniou@konsulko.com",
        "time": "Tue Jan 06 10:10:16 2015 +0200"
      },
      "message": "MVEBUMMC : REMOVE unnecessary delays\n\nRemove delays in mvebu_mmc_set_bus and mvebu_mmc_set_clk\n\nSigned-off-by: Gérald Kerma \u003cdrEagle@doukki.net\u003e\nAcked-by: Pantelis Antoniou \u003cpanto@antoniou-consulting.com\u003e\n"
    },
    {
      "commit": "fc0f25f91948eef623999ab0874d6bd4604cb889",
      "tree": "2d9f96df3c2ab4d63f26cc95757eb75c7409c0dc",
      "parents": [
        "28d27b79e33dea24b0fb29cf7ff6e88dfb18f030"
      ],
      "author": {
        "name": "Gerald Kerma",
        "email": "drEagle@doukki.net",
        "time": "Sat Dec 13 21:35:33 2014 +0100"
      },
      "committer": {
        "name": "Pantelis Antoniou",
        "email": "pantelis.antoniou@konsulko.com",
        "time": "Tue Jan 06 10:10:12 2015 +0200"
      },
      "message": "MVEBUMMC : FIX debug strings\n\nSigned-off-by: Gérald Kerma \u003cdrEagle@doukki.net\u003e\nAcked-by: Pantelis Antoniou \u003cpanto@antoniou-consulting.com\u003e\n"
    },
    {
      "commit": "28d27b79e33dea24b0fb29cf7ff6e88dfb18f030",
      "tree": "f20b95f267f6f70f9c715a8b713388df7ca19fd1",
      "parents": [
        "2591fbdba3bbae92366d0a4f20fbaf4aa0f9f65c"
      ],
      "author": {
        "name": "Gerald Kerma",
        "email": "drEagle@doukki.net",
        "time": "Sat Dec 13 21:35:32 2014 +0100"
      },
      "committer": {
        "name": "Pantelis Antoniou",
        "email": "pantelis.antoniou@konsulko.com",
        "time": "Tue Jan 06 10:10:04 2015 +0200"
      },
      "message": "MVEBUMMC : Speed up access time\n\nGet about 40x faster access on SHEEVAPLUG MMC\n Fix some SD type compatibility\n\n Changes in v3:\n - fix the HW_STATE (from linux mvsdio)\n - review delays and timeouts\n\n Changes in v2:\n - increase number of loops\n - remove initial delay\n\n Changes in v1:\n - review all loops, delays and timeouts\n\nSigned-off-by: Gérald Kerma \u003cdrEagle@doukki.net\u003e\nAcked-by: Pantelis Antoniou \u003cpanto@antoniou-consulting.com\u003e\n"
    },
    {
      "commit": "2591fbdba3bbae92366d0a4f20fbaf4aa0f9f65c",
      "tree": "f99cc763db580392e20c8a91d101f9c9eedbf510",
      "parents": [
        "a2ee47d5f6d010e92e956a8fa9b62fe220d61bf6"
      ],
      "author": {
        "name": "Gerald Kerma",
        "email": "drEagle@doukki.net",
        "time": "Sat Dec 13 21:35:31 2014 +0100"
      },
      "committer": {
        "name": "Pantelis Antoniou",
        "email": "pantelis.antoniou@konsulko.com",
        "time": "Tue Jan 06 10:09:45 2015 +0200"
      },
      "message": "MVEBUMMC : Change copyright date\n\nSigned-off-by: Gérald Kerma \u003cdrEagle@doukki.net\u003e\nAcked-by: Pantelis Antoniou \u003cpanto@antoniou-consulting.com\u003e\n"
    },
    {
      "commit": "fc89b2e479f0b75008bab1b59170aa8179ba61fe",
      "tree": "fa8c2130cf86f833bade037cf6d7703239092e01",
      "parents": [
        "fc078895d81c08c7e7ddc333e36e10db66c362fd"
      ],
      "author": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 21:14:04 2015 -0500"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 21:14:04 2015 -0500"
      },
      "message": "spl_sata.c: Add \u003cscsi.h\u003e\n\nWe need \u003cscsi.h\u003e for scsi_scan().\n\nSigned-off-by: Tom Rini \u003ctrini@ti.com\u003e\n"
    },
    {
      "commit": "fc078895d81c08c7e7ddc333e36e10db66c362fd",
      "tree": "d41b48243bef056c8fd7d5041118bab4b71f33a5",
      "parents": [
        "22cfddc2a0343cdbef7f1263830c2dacaa75f22e",
        "9332274989009b213a405134202088e1bd81fe51"
      ],
      "author": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 20:00:25 2015 -0500"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 20:00:25 2015 -0500"
      },
      "message": "Merge branch \u0027misc\u0027 of git://git.denx.de/u-boot-x86\n"
    },
    {
      "commit": "9332274989009b213a405134202088e1bd81fe51",
      "tree": "0f501bf747ffa134f98a774ad463418b93547aa5",
      "parents": [
        "ee5ee87642fdf57ee0c116b9bb5d65b838f09897"
      ],
      "author": {
        "name": "Sjoerd Simons",
        "email": "sjoerd.simons@collabora.co.uk",
        "time": "Thu Nov 27 16:34:08 2014 +0100"
      },
      "committer": {
        "name": "Simon Glass",
        "email": "sjg@chromium.org",
        "time": "Mon Jan 05 17:45:16 2015 -0700"
      },
      "message": "cros-ec-keyboard: Synchronize DT binding from linux\n\nThe ChromeOS EC keyboard is used by various different chromebooks. Peach\npi being the third board in the u-boot tree to use it (snow and peach\npit the other two). Rather then embedding the same big DT node in the\npeach-pi DT again, copy the dtsi snippit \u0026 bindings documentation from\nlinux and include it in all 3 boards.\n\nThis slightly changes the dt bindings in u-boot:\n  * google,key-rows becomes keypad,num-rows\n  * google,key-colums becomes keypad,num-colums\n  * google,repeat-delay-ms and google,repeat-rate-ms are no longer used\n    and replaced by hardcoded values (similar to tegra kbc)\n\nSigned-off-by: Sjoerd Simons \u003csjoerd.simons@collabora.co.uk\u003e\nAcked-by: Simon Glass \u003csjg@chromium.org\u003e\nTested-by: Simon Glass \u003csjg@chromium.org\u003e\n"
    },
    {
      "commit": "ee5ee87642fdf57ee0c116b9bb5d65b838f09897",
      "tree": "dfb5ce72b3fe7aa8b0236f33610f094543d8932a",
      "parents": [
        "33fcd1bbd577d2b8f1e762dd69014f20259eb3aa"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Thu Dec 18 20:00:26 2014 +0900"
      },
      "committer": {
        "name": "Simon Glass",
        "email": "sjg@chromium.org",
        "time": "Mon Jan 05 17:45:15 2015 -0700"
      },
      "message": "i2c_eeprom: include \u003clinux/err.h\u003e to fix build error\n\ndrivers/misc/i2c_eeprom.c fails to build unless CONFIG_FIT_SIGNATURE\nis defined.\n\n  CC      drivers/misc/i2c_eeprom.o\ndrivers/misc/i2c_eeprom.c: In function \u0027i2c_eeprom_read\u0027:\ndrivers/misc/i2c_eeprom.c:15:10: error: \u0027ENODEV\u0027 undeclared\n(first use in this function)\ndrivers/misc/i2c_eeprom.c:15:10: note: each undeclared identifier\nis reported only once for each function it appears in\ndrivers/misc/i2c_eeprom.c: In function \u0027i2c_eeprom_write\u0027:\ndrivers/misc/i2c_eeprom.c:21:10: error: \u0027ENODEV\u0027 undeclared\n(first use in this function)\ndrivers/misc/i2c_eeprom.c:22:1: warning: control reaches end of\nnon-void function [-Wreturn-type]\ndrivers/misc/i2c_eeprom.c: In function \u0027i2c_eeprom_read\u0027:\ndrivers/misc/i2c_eeprom.c:16:1: warning: control reaches end of\nnon-void function [-Wreturn-type]\nmake[2]: *** [drivers/misc/i2c_eeprom.o] Error 1\nmake[1]: *** [drivers/misc] Error 2\nmake: *** [drivers] Error 2\n\nBy the way, Sandbox (enabling CONFIG_FIT_SIGNATURE) is luckily\nworking depending on it.\nSandbox includes include/asm-generic/errno.h\n            from include/errno.h\n            from include/u-boot/rsa-checksum.h\n            from include/image.h\n            from include/common.h\n            from drivers/misc/i2c_eeprom.c\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nAcked-by: Simon Glass \u003csjg@chromium.org\u003e\n"
    },
    {
      "commit": "33fcd1bbd577d2b8f1e762dd69014f20259eb3aa",
      "tree": "703f5db0b5fa63bed0be6a103e796d33871389b3",
      "parents": [
        "d622ac39274a949b6445f1bfd92dc1644014388b"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Fri Dec 19 14:16:44 2014 +0900"
      },
      "committer": {
        "name": "Simon Glass",
        "email": "sjg@chromium.org",
        "time": "Mon Jan 05 17:45:15 2015 -0700"
      },
      "message": "dm: README: recommend u-boot.dtb to try driver-model on sandbox\n\nTo enjoy driver-model on sandbox, using device tree is recommended.\nWhile we are here, change sandbox_config to sandbox_defconfig too.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nAcked-by: Simon Glass \u003csjg@chromium.org\u003e\nAcked-by: Jagannadha Sutradharudu Teki \u003cjagannadh.teki@gmail.com\u003e\n"
    },
    {
      "commit": "22cfddc2a0343cdbef7f1263830c2dacaa75f22e",
      "tree": "ea6070f8d43b7fe181e5046005da58d86379cc5e",
      "parents": [
        "eb54d2c70ce3b14e0c9ae141e216d5ad0b22d0dd"
      ],
      "author": {
        "name": "Sonic Zhang",
        "email": "sonic.zhang@analog.com",
        "time": "Wed Dec 10 18:20:53 2014 +0800"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 16:40:19 2015 -0500"
      },
      "message": "memmove_wd: copy chunk down from big address if parameter to is larger than from\n\nWhen watchdog is enabled, memmove_wd() always copy chunk up from small address.\nThis damanges overlapped memory data if destination address is smaller than\nsource address.\n\nSigned-off-by: Sonic Zhang \u003csonic.zhang@analog.com\u003e\nAcked-by: Simon Glass \u003csjg@chromium.org\u003e\n"
    },
    {
      "commit": "eb54d2c70ce3b14e0c9ae141e216d5ad0b22d0dd",
      "tree": "b784c3ad1724edba2388d6c6062471c1ad896100",
      "parents": [
        "001475a0f58f33c83646254ef46640556cd3fe77"
      ],
      "author": {
        "name": "Guido Martínez",
        "email": "guido@vanguardiasur.com.ar",
        "time": "Fri Jan 02 14:49:10 2015 -0300"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 16:40:18 2015 -0500"
      },
      "message": "mtd: nand: omap_gpmc: fix error handling\n\n\"err\" was an unsigned variable, causing negative error codes to turn\ninto positive values, which are interpreted as an amount of succesfully\ncorrected bitflips (and thus not an error).\n\nIn particular, this resulted in that if the elm reports uncorrectable\nerrors (-EBADMSG), the MTD layer (and UBI) falsely succeeded.\n\nSigned-off-by: Guido Martínez \u003cguido@vanguardiasur.com.ar\u003e\nReviewed-by: Stefan Roese \u003csr@denx.de\u003e\n"
    },
    {
      "commit": "001475a0f58f33c83646254ef46640556cd3fe77",
      "tree": "edb6445f4db4f9ffea55bc6049a8b3ed4834a600",
      "parents": [
        "b445bbb49f5b47e4f3c705c17d28d7810c7db433"
      ],
      "author": {
        "name": "David Büchi",
        "email": "david.buechi@bbv.ch",
        "time": "Tue Dec 16 10:09:31 2014 +0000"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 16:40:18 2015 -0500"
      },
      "message": "powerpc/cm5200: migrate to generic board\n\nSigned-off-by: David Buechi \u003cdavid.buechi@bbv.ch\u003e\n"
    },
    {
      "commit": "b445bbb49f5b47e4f3c705c17d28d7810c7db433",
      "tree": "f4bffbc7fe02465e578ceb75111abe6895d236a2",
      "parents": [
        "58927a964e93e834fa7a0358f961d3a70b0502d6"
      ],
      "author": {
        "name": "Jeremiah Mahler",
        "email": "jmmahler@gmail.com",
        "time": "Sun Jan 04 18:56:50 2015 -0800"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:47 2015 -0500"
      },
      "message": "doc: fix grammatical errors in README\n\nFix various spelling and grammatical errors in the README.\n\nSigned-off-by: Jeremiah Mahler \u003cjmmahler@gmail.com\u003e\nAcked-by: Simon Glass \u003csjg@chromium.org\u003e\n"
    },
    {
      "commit": "58927a964e93e834fa7a0358f961d3a70b0502d6",
      "tree": "9651b72a2f5ea860e36b510a07af013c7e2dbdcd",
      "parents": [
        "301ecbb130f8bd312fbde4fd29c8484000cbe25a"
      ],
      "author": {
        "name": "Karicheri, Muralidharan",
        "email": "m-karicheri2@ti.com",
        "time": "Tue Dec 09 14:32:26 2014 -0500"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:47 2015 -0500"
      },
      "message": "keystone: set default pci mode to root complex\n\npci ports are used as root complex in Linux. So set this as default\nin u-boot for keystone devices\n\nSigned-off-by: Murali Karicheri \u003cm-karicheri2@ti.com\u003e\n"
    },
    {
      "commit": "301ecbb130f8bd312fbde4fd29c8484000cbe25a",
      "tree": "ddd00c38372c9b27fe0cfc7c66fee0e361d32d56",
      "parents": [
        "96b5bf11ca4a0260fd17a7c6f320056ef89a2b97"
      ],
      "author": {
        "name": "Felipe Balbi",
        "email": "balbi@ti.com",
        "time": "Wed Dec 10 14:16:15 2014 -0600"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:47 2015 -0500"
      },
      "message": "beagle_x15: enable NFS command\n\nNFS is useful for loading zImage and dts through\nNFS export. It saves us from running two services\nfor loading files over the network (tftp and nfs).\n\nSigned-off-by: Felipe Balbi \u003cbalbi@ti.com\u003e\n"
    },
    {
      "commit": "96b5bf11ca4a0260fd17a7c6f320056ef89a2b97",
      "tree": "5b9c912e2d1d96a96720b99e9b5d2a02a94f359a",
      "parents": [
        "87791adc22ecb513e5f34cf51e167d3638da75da"
      ],
      "author": {
        "name": "Dmitry Lifshitz",
        "email": "lifshitz@compulab.co.il",
        "time": "Mon Dec 15 16:02:59 2014 +0200"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:47 2015 -0500"
      },
      "message": "omap5: cm-t54: add sata support\n\nAdd configs required for SATA support on CM-T54 board.\n\nSigned-off-by: Dmitry Lifshitz \u003clifshitz@compulab.co.il\u003e\nReviewed-by: Tom Rini \u003ctrini@ti.com\u003e\n"
    },
    {
      "commit": "87791adc22ecb513e5f34cf51e167d3638da75da",
      "tree": "20e38cf8fb76ef256a7f38538d517cd98ae3857f",
      "parents": [
        "8decf5d4a59a538ce918579d63cd7224266091d6"
      ],
      "author": {
        "name": "Dmitry Lifshitz",
        "email": "lifshitz@compulab.co.il",
        "time": "Mon Dec 15 16:02:58 2014 +0200"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:47 2015 -0500"
      },
      "message": "arm: omap: reset sata on boot\n\nOn OMAP platforms (like OMAP5) Linux kernel fails to detect a SATA\ndevice if it is used by U-Boot.\n\nIt happens because U-Boot does not reset SATA controller before boot.\n\nReset the controller on OS boot so that Linux will have a clean state\nto work with.\n\nSigned-off-by: Dmitry Lifshitz \u003clifshitz@compulab.co.il\u003e\nReviewed-by: Tom Rini \u003ctrini@ti.com\u003e\n"
    },
    {
      "commit": "8decf5d4a59a538ce918579d63cd7224266091d6",
      "tree": "a59a0e5d5d0bd2b2d6978c7599a1531c93ddc89e",
      "parents": [
        "1a33b7356afb065fd80250a022f4881adbaac939"
      ],
      "author": {
        "name": "Dmitry Lifshitz",
        "email": "lifshitz@compulab.co.il",
        "time": "Mon Dec 15 16:02:57 2014 +0200"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:46 2015 -0500"
      },
      "message": "OMAP5+: sata/scsi: implement scsi_bus_reset()\n\nImplement missing scsi_bus_reset() for SCSI subsystem commands\non OMAP platforms.\n\nSigned-off-by: Dmitry Lifshitz \u003clifshitz@compulab.co.il\u003e\nReviewed-by: Tom Rini \u003ctrini@ti.com\u003e\n"
    },
    {
      "commit": "1a33b7356afb065fd80250a022f4881adbaac939",
      "tree": "754e73ff8cd807b71996df7ad72f14453ca32f1d",
      "parents": [
        "6b68888a3385ca5abc0ee647873052720e8bffe3"
      ],
      "author": {
        "name": "Dmitry Lifshitz",
        "email": "lifshitz@compulab.co.il",
        "time": "Mon Dec 15 16:02:56 2014 +0200"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:46 2015 -0500"
      },
      "message": "ahci-plat: provide a weak scsi_bus_reset() hook\n\nThis allow the platform to handle a custom reset sequence.\n\nSigned-off-by: Dmitry Lifshitz \u003clifshitz@compulab.co.il\u003e\nReviewed-by: Tom Rini \u003ctrini@ti.com\u003e\n"
    },
    {
      "commit": "6b68888a3385ca5abc0ee647873052720e8bffe3",
      "tree": "ca01cf421f5e008fc9c82cc721f96f7396a6c380",
      "parents": [
        "2a10f8b9480f7ff0b365130669f3c172bfefece9"
      ],
      "author": {
        "name": "Dmitry Lifshitz",
        "email": "lifshitz@compulab.co.il",
        "time": "Mon Dec 15 16:02:55 2014 +0200"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:46 2015 -0500"
      },
      "message": "ahci: introduce ahci_reset()\n\nExtract controller reset code from ahci_host_init() into separate\nahci_reset().\n\nSigned-off-by: Dmitry Lifshitz \u003clifshitz@compulab.co.il\u003e\nReviewed-by: Tom Rini \u003ctrini@ti.com\u003e\n"
    },
    {
      "commit": "2a10f8b9480f7ff0b365130669f3c172bfefece9",
      "tree": "af272e9732bd27ff98017e842bb358fd5f119a5a",
      "parents": [
        "64f65e1e36adffc39730635d104399937ea21949"
      ],
      "author": {
        "name": "Peter Howard",
        "email": "pjh@northern-ridge.com.au",
        "time": "Wed Dec 17 12:14:36 2014 +1100"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:46 2015 -0500"
      },
      "message": "da850evm: Use generic board and libfdt, fix size for SPI flash\n\nAdd defines to use CONFIG_SYS_GENERIC_BOARD and CONFIG_OF_LIBFDT.\nSemi-separate to this: the size of the image for the da850evm has\nincreased to the point that the size in da850evm.h and the offset for\nthe environment in SPI flash no longer work.  They are modified to\naccount for the larger image size.\n\nSigned-off-by: Peter Howard \u003cphoward@gme.net.au\u003e\nReviewed-by: Jagannadha Sutradharudu Teki \u003cjagannadh.teki@gmail.com\u003e\nReviewed-by: Jagannadha Sutradharudu Teki \u003cjagannadh.teki@gmail.com\u003e\n"
    },
    {
      "commit": "64f65e1e36adffc39730635d104399937ea21949",
      "tree": "e2df60c87bf02cfe8b31605d6bf358fc82e74c53",
      "parents": [
        "5b782e3f4ca8784c6439d5ca5b620ad6ec073e51"
      ],
      "author": {
        "name": "Przemyslaw Marczak",
        "email": "p.marczak@samsung.com",
        "time": "Thu Dec 18 17:14:17 2014 +0100"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:46 2015 -0500"
      },
      "message": "fs: fat: read: fix fat16 ls/read issue\n\nThe present fat implementation ignores FAT16 long name\ndirectory entries which aren\u0027t placed in a single sector.\n\nThis was becouse of the buffer was always filled by the\ntwo sectors, and the loop was made also for two sectors.\n\nIf some file long name entries are stored in two sectors,\nthe we have two cases:\n\nCase 1:\nBoth of sectors are in the buffer - all required data\nfor long file name is in the buffer.\n- Read OK!\n\nCase 2:\nThe current directory entry is placed at the end of the\nsecond buffered sector. And the next entries are placed\nin a sector which is not buffered yet. Then two next\nsectors are buffered and the mentioned entry is ignored.\n- Read fail!\n\nThis commit fixes this issue by:\n- read two sectors after loop on each single is done\n- keep the last used sector as a first in the buffer\n  before the read of two next\n\nThe commit doesn\u0027t affects the fat32 imlementation,\nwhich works good as previous.\n\nSigned-off-by: Przemyslaw Marczak \u003cp.marczak@samsung.com\u003e\nCc: Mikhail Zolotaryov \u003clebon@lebon.org.ua\u003e\nCc: Tom Rini \u003ctrini@ti.com\u003e\nCc: Stephen Warren \u003cswarren@nvidia.com\u003e\nCc: Simon Glass \u003csjg@chromium.org\u003e\nCc: Suriyan Ramasami \u003csuriyan.r@gmail.com\u003e\nCc: Lukasz Majewski \u003cl.majewski@samsung.com\u003e\nCc: Wolfgang Denk \u003cwd@denx.de\u003e\nTested-by: Simon Glass \u003csjg@chomium.org\u003e\n"
    },
    {
      "commit": "5b782e3f4ca8784c6439d5ca5b620ad6ec073e51",
      "tree": "84aaa8e607e13913e04bc386fa07cd3fa18d4391",
      "parents": [
        "25098144ac3881ef55dcc700136879e1e0155f48"
      ],
      "author": {
        "name": "Nishanth Menon",
        "email": "nm@ti.com",
        "time": "Thu Dec 18 14:32:14 2014 -0600"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:45 2015 -0500"
      },
      "message": "TI: armv7: enable UUID and PART\n\nEnable UUID and partition support for scripted handling platforms with\nMMC and eMMC and varied partitioning schemes\n\nAnd remove it from headers that end up redefining it.\n\nSigned-off-by: Nishanth Menon \u003cnm@ti.com\u003e\n"
    },
    {
      "commit": "25098144ac3881ef55dcc700136879e1e0155f48",
      "tree": "5634c72c4abf1dae34828c0f09337b08bda2e9a6",
      "parents": [
        "38e5a5abda3bbbfd8aca7ed65a5354ee6709fb12"
      ],
      "author": {
        "name": "Nishanth Menon",
        "email": "nm@ti.com",
        "time": "Thu Dec 18 15:28:36 2014 -0600"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:45 2015 -0500"
      },
      "message": "Revert \"ARM: omap4: Update sdram setting for panda rev A6\"\n\nThis reverts commit 47a4bea6af77b01d59a410d09a4c34b2dd14cf50.\n\nSigned-off-by: Nishanth Menon \u003cnm@ti.com\u003e\n"
    },
    {
      "commit": "38e5a5abda3bbbfd8aca7ed65a5354ee6709fb12",
      "tree": "c55976622218873209483136ee4a4d6cd74ec25e",
      "parents": [
        "b31079282e16c77f6f8878999867c7d622ececae"
      ],
      "author": {
        "name": "Nishanth Menon",
        "email": "nm@ti.com",
        "time": "Thu Dec 18 15:28:35 2014 -0600"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:45 2015 -0500"
      },
      "message": "ARM: OMAP4: Panda: rework DMM logic\n\nPart of DMM logic is reuse from commit\n47a4bea6af77b01d59a410d09a4c34b2dd14cf50 (\"ARM: omap4: Update sdram\nsetting for panda rev A6\") Which broke SDP4430 with ES2.3 (uses old\nDDR).\n\nSo, to maintain support for newer DDR used in Panda ES rev B3, we\nshould, in addition to the commit\n675cc77a3ae45e8b0ec17128563264d4a509f628 (\"ARM:OMAP4+: panda-es: Support\nRev B3 Elpida DDR2 RAM\"), DDR timings, also do DMM configuration\nspecific to Panda.\n\nSigned-off-by: Nishanth Menon \u003cnm@ti.com\u003e\n"
    },
    {
      "commit": "b31079282e16c77f6f8878999867c7d622ececae",
      "tree": "de4301a0f6e17447d68164ae38ccce2ce3f42049",
      "parents": [
        "b352dde1ea715e8481946ec7d8086b3c3eb126ae"
      ],
      "author": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Fri Dec 19 16:52:55 2014 -0500"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:45 2015 -0500"
      },
      "message": "omap-common/hwinit-common.c: timer_init() doesn\u0027t need to touch gd\n\nThe gd will be cleared at first so we don\u0027t need to set arch.tbl to 0.\nIn addition, the checks later against lastinc also work fine with an\ninitial value of 0 here.  This also brings us in line with sunxi code\nfor example.\n\nSigned-off-by: Tom Rini \u003ctrini@ti.com\u003e\nReviewed-by: Simon Glass \u003csjg@chromium.org\u003e\n"
    },
    {
      "commit": "b352dde1ea715e8481946ec7d8086b3c3eb126ae",
      "tree": "72f78da63e6f4919703322252eed2a183bfd413a",
      "parents": [
        "57b5e43e95815387de7b110bf469c5650544963e"
      ],
      "author": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Fri Dec 19 16:52:54 2014 -0500"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:45 2015 -0500"
      },
      "message": "am33xx: Drop timer_init call from s_init\n\nIn both SPL and non-SPL cases we will make a call to timer_init() early\non and do not need to call it again within s_init().\n\nSigned-off-by: Tom Rini \u003ctrini@ti.com\u003e\nReviewed-by: Simon Glass \u003csjg@chromium.org\u003e\n"
    },
    {
      "commit": "57b5e43e95815387de7b110bf469c5650544963e",
      "tree": "18d1d6764461e1b116bba26000da4f310a788437",
      "parents": [
        "90bac29a76bc8d649b41a55f2786c0abef9bb2c1"
      ],
      "author": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Fri Dec 19 16:52:53 2014 -0500"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:44 2015 -0500"
      },
      "message": "socfpga: Drop redundant save_boot_params\n\nThe save_boot_params function here is the same as the default weak one\nfrom arch/arm/cpu/armv7/start.S, drop.\n\nCc: Dinh Nguyen \u003cdinguyen@opensource.altera.com\u003e\nCc: Vince Bridgers \u003cvbridger@opensource.altera.com\u003e\nCc: Chin Liang See \u003cclsee@altera.com\u003e\nCc: Marek Vasut \u003cmarex@denx.de\u003e\nSigned-off-by: Tom Rini \u003ctrini@ti.com\u003e\nReviewed-by: Marek Vasut \u003cmarex@denx.de\u003e\n"
    },
    {
      "commit": "90bac29a76bc8d649b41a55f2786c0abef9bb2c1",
      "tree": "4a2b8e5783d229b3b30127e621492ea01ea6e6cb",
      "parents": [
        "97a8196451d786e640fb96895a0e7dbefe6c9ff8"
      ],
      "author": {
        "name": "Hua Yanghao",
        "email": "huayanghao@gmail.com",
        "time": "Mon Dec 22 04:45:59 2014 +0800"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:13:28 2015 -0500"
      },
      "message": "cmd_fdt: fix working_fdt is set to wrong value\n\nInstead of setting working_fdt to map_sysmem(addr) (e.g. blob), it should be set\nto addr directly as inside set_working_fdt_addr it uses map_sysmem(addr) again.\nTo test: ./u-boot -d dts/dt.bin , then issue: fdt addr 0x100, fdt print will\nthen cause an segmentation fault. After this fix fdt print is functional.\n"
    },
    {
      "commit": "97a8196451d786e640fb96895a0e7dbefe6c9ff8",
      "tree": "64b054c9f7cfe37fbc15c746eb9ec5730d1095fc",
      "parents": [
        "c313c031cf943aea3e70c40b2c673f03e77859e0"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "ijc@hellion.org.uk",
        "time": "Sun Dec 21 09:45:11 2014 +0000"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 15:02:03 2015 -0500"
      },
      "message": "ARM: bootm: do not add PSCI to fdt when booting in secure mode.\n\nCommit 8bc347e2ec17 \"ARM: bootm: Allow booting in secure mode on hyp capable\nsystems\" added the capability to select nonsec vs sec mode boot via an\nenvironment var.\n\nThere is a subtle gotcha with this functionality, which is that the PSCI nodes\nare still created in the fdt (via armv7_update_dt-\u003efdt_psci) even when booting\nin secure mode. Which means that if the kernel is PSCI aware then it will fail\nto boot because it will try and do PSCI from secure world, which won\u0027t work.\n\nThis likely didn\u0027t get noticed before because the original purpose was to\nsupport booting the legacy linux-sunxi kernels which don\u0027t understand PSCI.\n\nTo fix expose boot_nonsec (renaming with armv7_ prefix) outside of bootm.c and\nuse from the virt-dt code.\n\nAs well as avoiding the creation of the PSCI nodes we should also avoid\nreserving the secure RAM, so do so.\n\nSigned-off-by: Ian Campbell \u003cijc@hellion.org.uk\u003e\nCc: Hans de Goede \u003chdegoede@redhat.com\u003e\nCc: Albert ARIBAUD \u003calbert.u.boot@aribaud.net\u003e\nCc: Tom Rini \u003ctrini@ti.com\u003e\nAcked-by: Hans de Goede \u003chdegoede@redhat.com\u003e\n"
    },
    {
      "commit": "c313c031cf943aea3e70c40b2c673f03e77859e0",
      "tree": "972fe02527ed0b80fb9a3c1bfd7610bbda3ab21a",
      "parents": [
        "946f6f242c1a777632e96d061bedce4ae756c43a"
      ],
      "author": {
        "name": "Anthoine Bourgeois",
        "email": "anthoine.bourgeois@gmail.com",
        "time": "Wed Dec 24 01:11:49 2014 +0100"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 13:48:21 2015 -0500"
      },
      "message": "devkit8000: convert to use generic board code\n\nSigned-off-by: Anthoine Bourgeois \u003canthoine.bourgeois@gmail.com\u003e\n"
    },
    {
      "commit": "946f6f242c1a777632e96d061bedce4ae756c43a",
      "tree": "6f3f6becaa710e838c9280808b845c378393f85f",
      "parents": [
        "623185dbeab21541dc691e97cb153d749cd33ec6"
      ],
      "author": {
        "name": "Alexey Brodkin",
        "email": "Alexey.Brodkin@synopsys.com",
        "time": "Fri Dec 26 11:03:15 2014 +0300"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 13:48:21 2015 -0500"
      },
      "message": "cmd_bdinfo: check for CONFIG_ARC instead of CONFIG_ARC700\n\nFor all flavours of ARC we execute the same code in \"bdinfo\" so we may\nsafely check for CONFIG_ARC. This is especially important since we\u0027re\nabout to add more types of ARC so existing check won\u0027t work in all\ncases.\n\nSigned-off-by: Alexey Brodkin \u003cabrodkin@synopsys.com\u003e\nCc: Tom Rini \u003ctrini@ti.com\u003e\n"
    },
    {
      "commit": "623185dbeab21541dc691e97cb153d749cd33ec6",
      "tree": "6b1e96e645a11b06872d043317c350f935fe6fb9",
      "parents": [
        "d622ac39274a949b6445f1bfd92dc1644014388b"
      ],
      "author": {
        "name": "Nikita Kiryanov",
        "email": "nikita@compulab.co.il",
        "time": "Wed Dec 31 15:00:56 2014 +0200"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 13:48:21 2015 -0500"
      },
      "message": "arm: omap3: cm-t35: convert to generic board\n\nConvert cm-t35 to generic board.\n\nCc: Igor Grinberg \u003cgrinberg@compulab.co.il\u003e\nCc: Tom Rini \u003ctrini@ti.com\u003e\nSigned-off-by: Nikita Kiryanov \u003cnikita@compulab.co.il\u003e\nAcked-by: Igor Grinberg \u003cgrinberg@compulab.co.il\u003e\n"
    },
    {
      "commit": "d622ac39274a949b6445f1bfd92dc1644014388b",
      "tree": "f2f2f587edee722bf5fb6634e4c8e09b9d89592c",
      "parents": [
        "9067b30008e4c09fb6287d306caf2a6bed08370f"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:31 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:55 2015 -0500"
      },
      "message": "powerpc: mpc824x: remove MPC824X cpu support\n\nAll the MPC824X boards are still non-generic boards:\nA3000, CPC45, CU824, eXalion, MVBLUE, MUSENKI, Sandpoint824x, utx8245\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Wolfgang Denk \u003cwd@denx.de\u003e\nCc: Josef Wagner \u003cWagner@Microsys.de\u003e\nCc: Torsten Demke \u003ctorsten.demke@fci.com\u003e\nCc: Jim Thompson \u003cjim@musenki.com\u003e\nCc: Greg Allen \u003cgallen@arlut.utexas.edu\u003e\n"
    },
    {
      "commit": "9067b30008e4c09fb6287d306caf2a6bed08370f",
      "tree": "4fbb5924936cd3d8155f7e4758c7ce8a54eb84bb",
      "parents": [
        "f7e1af8690f423e44932f412033e718576477467"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:30 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:55 2015 -0500"
      },
      "message": "mpc8260: remove atc board support\n\nThese boards are still non-generic boards.\n\ndrivers/rtc/ds12887.c should also be removed because it can not\nbe built without CONFIG_ATC.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Wolfgang Denk \u003cwd@denx.de\u003e\n"
    },
    {
      "commit": "f7e1af8690f423e44932f412033e718576477467",
      "tree": "e1b1142896d35ae4eb1bd0104eef7d20e1459a3d",
      "parents": [
        "e2b1962977f9f05745344d55a81f709794d791d3"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:29 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:55 2015 -0500"
      },
      "message": "mpc8260: remove CPU86, CPU87 board support\n\nThese boards are still non-generic boards.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Wolfgang Denk \u003cwd@denx.de\u003e\n"
    },
    {
      "commit": "e2b1962977f9f05745344d55a81f709794d791d3",
      "tree": "5a0c8d96c53b6a02247102eb74b9d2c3d42921fc",
      "parents": [
        "8eecbaf303f4472f9cb925e8694a90fb2812e187"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:28 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:55 2015 -0500"
      },
      "message": "mpc8260: remove ep82xxm board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\n"
    },
    {
      "commit": "8eecbaf303f4472f9cb925e8694a90fb2812e187",
      "tree": "44702d8a43a57434822795d23f3cb620df83905b",
      "parents": [
        "87882f572703c18a15b35e7c2a4dc2225a16627c"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:27 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:54 2015 -0500"
      },
      "message": "mpc8260: remove gw8260 board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Oliver Brown \u003cobrown@adventnetworks.com\u003e\n"
    },
    {
      "commit": "87882f572703c18a15b35e7c2a4dc2225a16627c",
      "tree": "30bfe30953aee7a02f1c8eb168d1b7a4aa13be50",
      "parents": [
        "d2fd1d662361dbabd0b2df416532d295224a50f9"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:26 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:54 2015 -0500"
      },
      "message": "mpc8260: remove IPHASE4539 board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Wolfgang Grandegger \u003cwg@denx.de\u003e\n"
    },
    {
      "commit": "d2fd1d662361dbabd0b2df416532d295224a50f9",
      "tree": "2cc46ab1d5e1e75169ded2e873045116990c7d2e",
      "parents": [
        "dc0b2fb4a76315fd1df720e11782ead832434e68"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:25 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:54 2015 -0500"
      },
      "message": "mpc8260: remove muas3001 board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Heiko Schocher \u003chs@denx.de\u003e\n"
    },
    {
      "commit": "dc0b2fb4a76315fd1df720e11782ead832434e68",
      "tree": "31211fa31d4867d8791e254570af35c3cd367e12",
      "parents": [
        "b3a2bbe1a4ed3db48c0d54c5ca5c8024c36dc070"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:24 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:54 2015 -0500"
      },
      "message": "mpc8260: remove PM825, PM826, PM828 board support\n\nThese boards are still non-generic boards.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Wolfgang Denk \u003cwd@denx.de\u003e\n"
    },
    {
      "commit": "b3a2bbe1a4ed3db48c0d54c5ca5c8024c36dc070",
      "tree": "f3d484f00f3579789f96ff9bce7b68e56e2cee1f",
      "parents": [
        "cc90905f784b82bc943629ea8f63a3c54b2cd854"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:23 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:54 2015 -0500"
      },
      "message": "mpc8260: remove MPC8266ADS board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Rune Torgersen \u003crunet@innovsys.com\u003e\n"
    },
    {
      "commit": "cc90905f784b82bc943629ea8f63a3c54b2cd854",
      "tree": "8b43532786742ceadf337e7c20f845629c103545",
      "parents": [
        "4ad015bab0d7a545b9beb8672f0f20fc38864468"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:22 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:54 2015 -0500"
      },
      "message": "mpc8260: remove VoVPN-GW board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\n"
    },
    {
      "commit": "4ad015bab0d7a545b9beb8672f0f20fc38864468",
      "tree": "09762675969260cd6ae2d4a683611ee6b30b5e07",
      "parents": [
        "793116d2c5540052e5bbcfea7ad0284ce94127cd"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:21 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:53 2015 -0500"
      },
      "message": "mpc8260: remove ep8260 board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Frank Panno \u003cfpanno@delphintech.com\u003e\n"
    },
    {
      "commit": "793116d2c5540052e5bbcfea7ad0284ce94127cd",
      "tree": "2c79e23d0517191fe249c22bfa7904f61508eaae",
      "parents": [
        "b35c0ad6e6d661f3d80922457127d1da216c2c82"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:20 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:53 2015 -0500"
      },
      "message": "mpc8260: remove ppmc8260 board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Brad Kemp \u003cBrad.Kemp@seranoa.com\u003e\n"
    },
    {
      "commit": "b35c0ad6e6d661f3d80922457127d1da216c2c82",
      "tree": "6943ffd6cfc9ee7e9a21c5bcfac685cdf17b18d1",
      "parents": [
        "d19f6a60ec9a342a4dbb38396d354562b4ce3c5e"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:19 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:53 2015 -0500"
      },
      "message": "mpc8260: remove sacsng board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Jerry Van Baren \u003cgerald.vanbaren@smiths-aerospace.com\u003e\n"
    },
    {
      "commit": "d19f6a60ec9a342a4dbb38396d354562b4ce3c5e",
      "tree": "77c27d4f27edfea18e9016b9d5a2653e22df6708",
      "parents": [
        "af0e35149b4063bbc7453fbc1d7d623360bc91c8"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:18 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:53 2015 -0500"
      },
      "message": "powerpc: remove cogent_8xx, cogent_mpc8260 board support\n\nThese boards are still non-generic boards.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Murray Jensen \u003cMurray.Jensen@csiro.au\u003e\n"
    },
    {
      "commit": "af0e35149b4063bbc7453fbc1d7d623360bc91c8",
      "tree": "453da168a12ac1aeaf6e0db18897e666aff47f0a",
      "parents": [
        "5ec71100dcc7ad58f4b93241d811afa8d19c4c75"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:17 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:53 2015 -0500"
      },
      "message": "mpc8xx: remove ESTEEM192E board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Conn Clark \u003cclark@esteem.com\u003e\n"
    },
    {
      "commit": "5ec71100dcc7ad58f4b93241d811afa8d19c4c75",
      "tree": "2d275425d3c047b4a28e557e85c6e2299073505d",
      "parents": [
        "ca620cd149f616950a647ea1e7c428d5e2df3efa"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:16 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:53 2015 -0500"
      },
      "message": "mpc8xx: remove IP860 board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Wolfgang Denk \u003cwd@denx.de\u003e\n"
    },
    {
      "commit": "ca620cd149f616950a647ea1e7c428d5e2df3efa",
      "tree": "3279805db256085f66437e7b54bb1cfcf7778b8f",
      "parents": [
        "acc2372db020b9415142e93a1c30f57c1d3aa5c2"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:15 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:52 2015 -0500"
      },
      "message": "mpc8xx: remove IVMS8, IVML24 board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Wolfgang Denk \u003cwd@denx.de\u003e\n"
    },
    {
      "commit": "acc2372db020b9415142e93a1c30f57c1d3aa5c2",
      "tree": "bc2f4191b2ab6da5557fb61d15aca18ac954a54b",
      "parents": [
        "f017cd7f71fa98be4b3222a7c314ef000296c51a"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:14 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:52 2015 -0500"
      },
      "message": "mpc8xx: remove lwmon board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Wolfgang Denk \u003cwd@denx.de\u003e\n"
    },
    {
      "commit": "f017cd7f71fa98be4b3222a7c314ef000296c51a",
      "tree": "e99514525652308ae1d3ffa3f9378828ccbbbecd",
      "parents": [
        "79cbecb81ba8ed05ca890587f6eead0555c90293"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:13 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:52 2015 -0500"
      },
      "message": "mpc8xx: remove NETVIA board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Pantelis Antoniou \u003cpanto@intracom.gr\u003e\n"
    },
    {
      "commit": "79cbecb81ba8ed05ca890587f6eead0555c90293",
      "tree": "3e4f2b2c4b6a66ef775b9cccb006e253f7630cfd",
      "parents": [
        "8737fc7529cf863549d8e5bd631a47008302086f"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:12 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:52 2015 -0500"
      },
      "message": "mpc8xx: remove R360MPI board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Wolfgang Denk \u003cwd@denx.de\u003e\n"
    },
    {
      "commit": "8737fc7529cf863549d8e5bd631a47008302086f",
      "tree": "81bedfec758fe6ea0d9b31f58026022307b8d0b5",
      "parents": [
        "72ba368f45a3cdec0bb33a70cd7eec8bb64dceb1"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:11 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:52 2015 -0500"
      },
      "message": "mpc8xx: remove RRvision board support\n\nThis board is still a non-generic board.\n\nUnused code in arch/powerpc/cpu/mpc8xx/video.c should be also deleted\nbecause CONFIG_VIDEO_ENCODER_AD7176, CONFIG_VIDEO_ENCODER_AD7177,\nCONFIG_VIDEO_ENCODER_AD7179 are not defined any more.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Wolfgang Denk \u003cwd@denx.de\u003e\n"
    },
    {
      "commit": "72ba368f45a3cdec0bb33a70cd7eec8bb64dceb1",
      "tree": "1e21dd2598a2a4b149adde846519fc76fb2386b1",
      "parents": [
        "4317d070db98281fe2f65da01398a6e05a423d70"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:10 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:51 2015 -0500"
      },
      "message": "mpc8xx: remove SPD823TS board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Wolfgang Denk \u003cwd@denx.de\u003e\n"
    },
    {
      "commit": "4317d070db98281fe2f65da01398a6e05a423d70",
      "tree": "b6e11161127ed9ac2d97526aa702a835b060ba91",
      "parents": [
        "3c5b20f1b7c6687813d193033adddf0f93a3335d"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:09 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:51 2015 -0500"
      },
      "message": "mpc8xx: remove KUP4X, KUP4K board support\n\nThese boards are still non-generic boards.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Klaus Heydeck \u003cheydeck@kieback-peter.de\u003e\n"
    },
    {
      "commit": "3c5b20f1b7c6687813d193033adddf0f93a3335d",
      "tree": "21265833778410188f2c5a21e8674aae221f8e0e",
      "parents": [
        "ceaf499b5050c439448d85473ec1f87a033f6248"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:08 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:51 2015 -0500"
      },
      "message": "mpc8xx: remove ELPT860 board support\n\nThis board is still a non-generic board.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: The LEOX team \u003cteam@leox.org\u003e\n"
    },
    {
      "commit": "ceaf499b5050c439448d85473ec1f87a033f6248",
      "tree": "1b9d8080ae6caab39ae13df9caf20c1e9c1382ac",
      "parents": [
        "5d2a5ef712914fe1c3edfcde78134dc4dc83f461"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:07 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:51 2015 -0500"
      },
      "message": "powerpc: manroland: remove uc100, uc101, mucmc52, hmi1001 support\n\nThese boards are still non-generic boards.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Heiko Schocher \u003chs@denx.de\u003e\nCc: Stefan Roese \u003csr@denx.de\u003e\n"
    },
    {
      "commit": "5d2a5ef712914fe1c3edfcde78134dc4dc83f461",
      "tree": "cbef611c664ab229fff50bd5947f563a4cc3a139",
      "parents": [
        "a2ee47d5f6d010e92e956a8fa9b62fe220d61bf6"
      ],
      "author": {
        "name": "Masahiro Yamada",
        "email": "yamada.m@jp.panasonic.com",
        "time": "Mon Dec 15 23:26:06 2014 +0900"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Mon Jan 05 12:08:50 2015 -0500"
      },
      "message": "mpc8xx: remove FPS{850, 860}L, NSCU, SM850, TK885D, virtlab2 support\n\nThese boards are still non-generic boards.\n\nSigned-off-by: Masahiro Yamada \u003cyamada.m@jp.panasonic.com\u003e\nCc: Wolfgang Denk \u003cwd@denx.de\u003e\n"
    },
    {
      "commit": "a2ee47d5f6d010e92e956a8fa9b62fe220d61bf6",
      "tree": "2b2916db1ec8ee619b4435167c5e1a0a4a274e02",
      "parents": [
        "b4a0b4006fe4d6542899abf402c0569b11aa18e2",
        "ed710457a52ff09880af52540c997615adbc91ee"
      ],
      "author": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Sun Jan 04 16:09:19 2015 -0500"
      },
      "committer": {
        "name": "Tom Rini",
        "email": "trini@ti.com",
        "time": "Sun Jan 04 16:09:19 2015 -0500"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.denx.de/u-boot-arm\n"
    }
  ],
  "next": "b4a0b4006fe4d6542899abf402c0569b11aa18e2"
}
