1. 21 7月, 2019 1 次提交
  2. 18 2月, 2019 1 次提交
  3. 18 5月, 2018 3 次提交
  4. 07 5月, 2018 1 次提交
    • T
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini 提交于
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      83d290c5
  5. 18 5月, 2017 2 次提交
  6. 23 12月, 2015 1 次提交
  7. 30 11月, 2015 1 次提交
  8. 04 11月, 2015 1 次提交
  9. 08 8月, 2015 6 次提交
  10. 07 5月, 2015 1 次提交
  11. 21 4月, 2015 1 次提交
  12. 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
  13. 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
  14. 06 9月, 2013 1 次提交
  15. 24 7月, 2013 1 次提交
  16. 05 10月, 2012 1 次提交
  17. 01 9月, 2012 1 次提交
  18. 11 11月, 2011 3 次提交
  19. 13 4月, 2010 1 次提交
  20. 05 9月, 2009 1 次提交
  21. 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
  22. 31 8月, 2008 1 次提交
  23. 12 3月, 2004 1 次提交
  24. 12 9月, 2003 1 次提交