1. 11 5月, 2018 2 次提交
    • M
      arm: zynq: Remove checkboard and enable DISPLAY_CPUINFO · 0b4b82ad
      Michal Simek 提交于
      Now that showing silicon version is part of the CPU
      info display, let's remove checkboard().
      
      Note that the generic show_board_info() will still
      show the DT 'model' property. For instance:
      
      U-Boot 2018.05-rc2-00025-g611b3ee0159b (Apr 19 2018 - 11:23:12 +0200)
      
      CPU:   Zynq 7z045
      Silicon: v1.0
      Model: Zynq ZC706 Development Board
      I2C:   ready
      
      Based on patches from Ariel D'Alessandro <ariel@vanguardiasur.com.ar>,
      and Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
      
      mini configuration doesn't need to show this information.
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      0b4b82ad
    • M
      arm: zynq: Rework FPGA initialization · 4aba5fb8
      Michal Simek 提交于
      This commit moves the FPGA descriptor definition
      to mach-zynq, where it makes more sense.
      
      Based on patches from Ariel D'Alessandro <ariel@vanguardiasur.com.ar>
      and Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      4aba5fb8
  2. 08 5月, 2018 6 次提交
  3. 07 5月, 2018 1 次提交
  4. 02 5月, 2018 1 次提交
  5. 01 5月, 2018 3 次提交
  6. 29 4月, 2018 1 次提交
  7. 28 4月, 2018 5 次提交
  8. 26 4月, 2018 18 次提交
  9. 23 4月, 2018 1 次提交
  10. 22 4月, 2018 2 次提交
    • M
      ARM: rmobile: Update E2 Silk · f7aa3cd4
      Marek Vasut 提交于
      The E2 Silk port was broken since some time. This patch updates
      the E2 Silk port to use modern frameworks, DM, DT probing, SPL
      for the preloading and puts it on par with the M2 Porter board.
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      ---
      NOTE: The port is missing support for I2C1 for DA9063 reset, since the
            I2C driver needs to be converted to DM and DT probing. That's not
            an issue for this patch though, since the reset was broken on Silk
            since forever.
      f7aa3cd4
    • M
      mmc: sh_mmcif: Migrate configs to CONFIG_SH_MMCIF · 1ddbcf46
      Marek Vasut 提交于
      Migrate the U-Boot configs to Kconfig CONFIG_SH_MMCIF .
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Cc: Jaehoon Chung <jh80.chung@samsung.com>
      1ddbcf46