1. 08 8月, 2015 1 次提交
  2. 07 5月, 2015 1 次提交
  3. 21 4月, 2015 1 次提交
  4. 07 11月, 2014 1 次提交
    • S
      arm: socfpga: Add socfpga_spim_enable() to reset_manager.c · a877bec3
      Stefan Roese 提交于
      This function will be needed by the upcoming Designware master SPI
      driver. As the SPI master controller is held in reset by the current
      Preloader implementation. So we need to release the reset for the
      driver to communicate with the controller.
      
      This function is called from arch_early_init_r() if the SPI
      driver is enabled.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Vince Bridgers <vbridger@altera.com>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Pavel Machek <pavel@denx.de>
      a877bec3
  5. 06 10月, 2014 3 次提交
    • M
      arm: socfpga: reset: Add function to reset FPGA bridges · abb25f4e
      Marek Vasut 提交于
      Add function to enable and disable FPGA bridges. This code is used
      by the FPGA manager to disable the bridges before programming the
      FPGA and will later be also used by the initialization code for the
      chip to put the chip into well defined state during startup.
      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>
      abb25f4e
    • M
      arm: socfpga: reset: Add EMAC reset functions · e9d6a200
      Marek Vasut 提交于
      Add functions to reset the EMAC ethernet blocks. We cannot handle
      two EMAC ethernet blocks yet, therefore the ifdefs. Once there is
      hardware using both EMAC blocks, this ifdef will have to go.
      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>
      e9d6a200
    • P
      arm: socfpga: Add watchdog disable for socfpga · de6da925
      Pavel Machek 提交于
      This adds watchdog disable. It is neccessary for running Linux kernel.
      Signed-off-by: NPavel Machek <pavel@denx.de>
      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>
      
      V2: Move RSTMGR_PERMODRST_L4WD0_LSB to reset_manager.h
          Reset watchdog only if CONFIG_HW_WATCHDOG is undefined (the default)
      de6da925
  6. 06 9月, 2013 1 次提交
  7. 24 7月, 2013 1 次提交
  8. 05 10月, 2012 1 次提交
  9. 01 9月, 2012 1 次提交
  10. 11 11月, 2011 3 次提交
  11. 13 4月, 2010 1 次提交
  12. 05 9月, 2009 1 次提交
  13. 13 6月, 2009 1 次提交
    • D
      davinci: add basic dm355/dm350/dm335 support · f1d944e3
      David Brownell 提交于
      Add some basic declarations for DaVinci DM355/DM350/DM335 support,
      keyed on CONFIG_SOC_DM355.  (DM35X isn't quite right because the
      DM357 is very different; while the DM355 is like a DM355 without
      the MPEG/JPEG coprocessor).
      
      These have different peripherals than the DM6446, and some of
      the peripherals are at different addresses.  Notably for U-Boot,
      there's no EMAC, and the NAND controller address is different
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      f1d944e3
  14. 31 8月, 2008 1 次提交
  15. 12 3月, 2004 1 次提交
  16. 12 9月, 2003 1 次提交