1. 14 4月, 2018 7 次提交
  2. 12 4月, 2018 6 次提交
    • M
      ARM: rmobile: Enable HS200 mode on RCar Gen3 · 8af6737d
      Marek Vasut 提交于
      Enable the HS200 on RCar Gen3 platforms, since the SDHI core supports it.
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      8af6737d
    • M
      ARM: rmobile: Switch to CONFIG_RENESAS_SDHI · 33f65ec8
      Marek Vasut 提交于
      Since the Renesas SDHI has it's own custom driver sharing the
      common code with Uniphier one, adjust the Kconfig entries.
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Jaehoon Chung <jh80.chung@samsung.com>
      Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
      33f65ec8
    • M
      ARM: rmobile: Enable HUSH on M2 Porter · 78bf3f21
      Marek Vasut 提交于
      Enable the HUSH shell, since it is far more capable.
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      78bf3f21
    • M
      ARM: rmobile: Add JTAG recovery support for M2 Porter · 82239aa7
      Marek Vasut 提交于
      Add JTAG recovery support into the M2 Porter TPL. This allows the
      TPL to be loaded over JTAG, initialize the system, wait for the
      JTAG debugger to load U-Boot image into RAM and then resume and
      start U-Boot from RAM.
      
      The procedure is as follows:
      1) Load u-boot-tpl.bin to 0xe6300000
      2) Write magic number 0x1337c0de to 0xe6300020
         TPL checks for this particular magic and starts JTAG recovery
         if this number is present. This is not present by default.
      3) Start U-Boot TPL from 0xe6300000
      4) Wait for a message from TPL on UART indicating JTAG boot:
         "JTAG boot detected!"
      5) Halt the system in JTAG debugger
      6) Load U-Boot image (u-boot.img) to 0x4fffffc0
      7) Write magic number 0xb33fc0de to 0xe6300024
         TPL checks for this particular magic to verify that the U-Boot
         image was loaded into DRAM by the JTAG debugger.
      8) Resume the system in JTAG debugger
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      82239aa7
    • M
      ARM: rmobile: Add TPL support on R8A7791 M2 Porter · 9a5483e9
      Marek Vasut 提交于
      Add and enable TPL on M2 Porter. The TPL must fit into 16 kiB due
      to the Gen2 BootROM restriction. The TPL is running from MERAM and
      is capable of performing the initial initialization of PFC, Clock,
      GPIO, LBSC, DBSC and QSPI NOR. DBSC is responsible for bringing up
      the DDR DRAM access. The TPL is capable of loading the next stage,
      U-Boot, from either SPI NOR or UART as a fallback. If either does
      provide a valid U-Boot uImage, the system stops, which allows the
      operator to load U-Boot ie. via JTAG and start it manually.
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      9a5483e9
    • M
      spl: spi: Move CONFIG_SPL_SPI_LOAD to Kconfig · 55500438
      Marek Vasut 提交于
      Add Kconfig entry for CONFIG_SPL_SPI_LOAD symbol and move all
      configurations using it to Kconfig.
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Tom Rini <trini@konsulko.com>
      55500438
  3. 09 4月, 2018 20 次提交
  4. 08 4月, 2018 1 次提交
  5. 07 4月, 2018 6 次提交