1. 10 10月, 2014 19 次提交
  2. 08 10月, 2014 1 次提交
  3. 07 10月, 2014 8 次提交
  4. 06 10月, 2014 12 次提交
    • M
      arm: socfpga: Use CMD_FS_GENERIC · 2f210639
      Marek Vasut 提交于
      Enable and use the CONFIG_CMD_FS_GENERIC to avoid hard-coding the
      filesystem type into the environment.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      Acked-by: NPavel Machek <pavel@denx.de>
      2f210639
    • P
      arm: socfpga: Split SoCFPGA configuration · 5095ee08
      Pavel Machek 提交于
      Split the SoCFPGA configuration into SoC-specific part which is
      common for all boards (socfpga_cyclone5_common.h) and a board
      specific part. There is currently only one board, which is the
      generic SoCFPGA board (socfpga_cyclone5.h), but there are more
      to come.
      
      This is necessary due to various features of the boards, which
      unfortunatelly cannot be autodetected.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      Acked-by: NPavel Machek <pavel@denx.de>
      5095ee08
    • M
      arm: socfpga: Clean up SoCFPGA configuration · 47f9b4e1
      Marek Vasut 提交于
      Reorganize and cleanup the configuration file for SoCFPGA. There
      is no functional change after this cleanup. This was necessary,
      since the file was a wild mess and it was impossible to make sense
      of it's content, let alone change something without breaking some
      other thing. This patch puts the contents on par with regular U-Boot
      standards.
      
      Also remove unused preprocessor symbols CONFIG_SINGLE_BOOTOADER
      and CONFIG_USE_IRQ, which is undefined by default. Finally, do
      logical reordering of the defines in the file so it's much more
      readable. The reordering was also necessary for the splitting
      as the initial one was messy.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      47f9b4e1
    • M
      arm: socfpga: Add command to control HPS-FPGA bridges · 7249fafb
      Marek Vasut 提交于
      Add command to enable and disable the bridges between HPS and FPGA.
      
      This patch does have a checkpatch issue with the assembler portion,
      checkpatch correctly complains that there should be no whitespace
      before quoted newline. I do not agree that fixing this specific
      checkpatch issue will improve the readability, thus this one is not
      addressed.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Pavel Machek <pavel@denx.de>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Tom Rini <trini@ti.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Wolfgang Denk <wd@denx.de>
      7249fafb
    • M
      arm: socfpga: Move cache_enable to CPU code · 4ab333b7
      Marek Vasut 提交于
      Move icache_enable() and dcache_enable() function calls from
      board code into the CPU code and into the enable_caches()
      function. This is how the cache enabling code was designed
      to work.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Pavel Machek <pavel@denx.de>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Tom Rini <trini@ti.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Wolfgang Denk <wd@denx.de>
      Acked-by: NPavel Machek <pavel@denx.de>
      4ab333b7
    • C
      arm: socfpga: Enable SDMMC boot for SOCFPGA U-Boot · 97ce274d
      Chin Liang See 提交于
      Enable the SDMMC boot as default boot for SOCFPGA U-Boot dev kit.
      Enable the bootz command as zImage is used instead uImage.
      Signed-off-by: NChin Liang See <clsee@altera.com>
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Pavel Machek <pavel@denx.de>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Tom Rini <trini@ti.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Wolfgang Denk <wd@denx.de>
      Acked-by: NPavel Machek <pavel@denx.de>
      97ce274d
    • C
      arm: socfpga: Enable DWMMC for SOCFPGA · ddcbed04
      Chin Liang See 提交于
      Enable the DesignWare MMC controller driver support
      for SOCFPGA Cyclone5 dev kit
      Signed-off-by: NChin Liang See <clsee@altera.com>
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Pavel Machek <pavel@denx.de>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Tom Rini <trini@ti.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Wolfgang Denk <wd@denx.de>
      Acked-by: NPavel Machek <pavel@denx.de>
      ddcbed04
    • P
      arm: socfpga: nic301: Add NIC-301 configuration code · 13e81d45
      Pavel Machek 提交于
      Add code which configures the AMBA NIC-301 and the SCU on the SoCFPGA .
      The code sets the access permissions for the CPU to the AMBA slaves such
      that the CPU can access them in both secure and non-secure mode.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      13e81d45
    • M
      arm: socfpga: pl310: Map SDRAM to 0x0 · 60d804c2
      Marek Vasut 提交于
      Configure the PL310 address filter to make sure DRAM is mapped to 0x0.
      This code also configures the "remap" register of NIC-301 and sets the
      required 'mpuzero' bit.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      Acked-by: NPavel Machek <pavel@denx.de>
      60d804c2
    • M
      arm: socfpga: nic301: Add NIC-301 GPV register file · 7056efcc
      Marek Vasut 提交于
      Add register definition for the NIC-301 used on SoCFPGA.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      Acked-by: NPavel Machek <pavel@denx.de>
      7056efcc
    • M
      arm: socfpga: scu: Add SCU register file · 181d3638
      Marek Vasut 提交于
      Add the Snoop Control Unit register definition file.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      Acked-by: NPavel Machek <pavel@denx.de>
      181d3638
    • M
      arm: socfpga: cache: Enable PL310 L2 cache · b5e9b296
      Marek Vasut 提交于
      Enable the PL310 L2 cache controller support for the SoCFPGA.
      With the cache related issues resolved, this is safe to be done.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      Acked-by: NPavel Machek <pavel@denx.de>
      b5e9b296