Skip to content
Snippets Groups Projects
  1. May 07, 2018
    • Tom Rini's avatar
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini authored
      
      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: default avatarTom Rini <trini@konsulko.com>
      83d290c5
  2. Apr 27, 2018
  3. Jan 10, 2018
    • Tom Rini's avatar
      build: Drop CONFIG_SPL_BUILD guards in some cases · ec75fab3
      Tom Rini authored
      
      Given gcc-6.1 and later we can now safely have strings discarded when
      the functions are unused.  This lets us drop certain cases of not
      building something so that we don't have the strings brought in when the
      code was discarded.  Simplify the code now by dropping guards we don't
      need now.
      
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Fabio Estevam <fabio.estevam@nxp.com>
      Cc: Chander Kashyap <k.chander@samsung.com>
      Cc: Thomas Abraham <thomas.ab@samsung.com>
      Cc: Vipin Kumar <vipin.kumar@st.com>
      Cc: Wenyou Yang <wenyou.yang@microchip.com>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      ec75fab3
  4. Sep 02, 2015
  5. Mar 02, 2015
  6. Sep 16, 2014
    • Andrew Ruder's avatar
      arm: mx31: use common timer functions · 93a0ea50
      Andrew Ruder authored
      
      This patch moves mx31 to the common timer functions added in commit
      
        8dfafdde - Introduce common timer functions <Rob Herring>
      
      The (removed) mx31 timer code (specifically __udelay()) could deadlock at
      the 32-bit boundary of get_ticks().  get_ticks() returned a 32-bit value
      cast up to a 64-bit value.  If get_ticks() + tmo in __udelay() crossed
      the 32-bit boundary, the while condition became unconditionally true and
      locks the processor.  Rather than patch the specific mx31 issues, simply
      move everything over to the common code.
      
      Signed-off-by: default avatarAndrew Ruder <andrew.ruder@elecsyscorp.com>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Helmut Raiger <helmut.raiger@hale.at>
      93a0ea50
  7. Oct 31, 2013
  8. Jul 24, 2013
  9. Feb 01, 2013
  10. Jan 13, 2013
  11. Oct 15, 2012
  12. Sep 06, 2012
  13. Mar 27, 2012
  14. Feb 27, 2012
  15. Feb 12, 2012
    • Helmut Raiger's avatar
      mmc: access mxcmmc from mx31 boards · fa47a286
      Helmut Raiger authored
      
      This patch modifies mxcmmc.c to be used
      not only by i.MX27 but also by i.MX31 boards.
      Both use the same SD controller, but have different
      clock set-ups.
      The i.MX27 imx_get_XXXclock functions are made static to
      generic.c and a public mxc_get_clock() function
      is provided.  Pins, base address and prototypes for
      an i.MX31 specific board_init_mmc() are provided.
      Some of the i.MX27 clock getters are unused and marked
      as such to avoid warnings (./MAKEALL -s mx27), but
      the code was left in for future use.
      
      Signed-off-by: default avatarHelmut Raiger <helmut.raiger@hale.at>
      Acked-by: default avatarStefano Babic <sbabic@denx.de>
      fa47a286
  16. Dec 06, 2011
    • Stefano Babic's avatar
      MX: serial_mxc: cleanup removing nasty #ifdef · 40f6fffe
      Stefano Babic authored
      
      The serial driver for iMX SOCs is continuosly changed if a
      new SOC or not yet used port is used. CONFIG_SYS_<SOC>_<UART Port>
      defines were used only to find the base address for the selected UART.
      Instead of that, move the base address to the board configuration
      file and drop all #ifdef from driver.
      
      Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
      CC: Marek Vasut <marek.vasut@gmail.com>
      CC: Wolfgang Denk <wd@denx.de>
      CC: Fabio Estevam <fabio.estevam@freescale.com>
      CC: Helmut Raiger <helmut.raiger@hale.at>
      CC: John Rigby <jcrigby@gmail.com>
      CC: Matthias Weisser <weisserm@arcor.de>
      CC: Jason Liu <jason.hui@linaro.org>
      Acked-by: default avatarJason Liu <jason.hui@linaro.org>
      40f6fffe
  17. Nov 11, 2011
  18. Nov 03, 2011
  19. Oct 27, 2011
  20. Oct 17, 2011
  21. Oct 13, 2011
  22. Sep 30, 2011
  23. Sep 07, 2011
  24. Jul 26, 2011
  25. Jul 18, 2011
  26. May 23, 2011
  27. May 11, 2011
  28. Apr 27, 2011
Loading