1. 19 7月, 2021 1 次提交
    • T
      m68k: Remove M54451EVB board · a732f621
      Tom Rini 提交于
      This board has not been converted to CONFIG_DM_MMC by the deadline.
      Remove it.  As this is also the last in family remove the related
      support as well.
      
      Cc: Angelo Durgehello <angelo.dureghello@timesys.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      a732f621
  2. 25 1月, 2020 1 次提交
  3. 18 1月, 2020 1 次提交
  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 8月, 2017 2 次提交
  6. 20 9月, 2016 1 次提交
  7. 31 7月, 2016 1 次提交
    • A
      m68k: code reformatting for all start.S files · 5c928d02
      Angelo Dureghello 提交于
      This patch is style-related only, to reformat all the start.S code,
      actually not following a coherent style inside single files and
      between different cpu start.S files.
      
      Linux format has been respected, as
        - max line width at 80 columns
        - one 8 cols tab between asm instructions and operands
        - inline comments, where any, fixed at col 41
      Signed-off-by: NAngelo Dureghello <angelo@sysam.it>
      5c928d02
  8. 17 5月, 2016 1 次提交
  9. 19 4月, 2016 1 次提交
  10. 20 1月, 2016 1 次提交
  11. 15 10月, 2013 1 次提交
  12. 24 7月, 2013 1 次提交
  13. 24 10月, 2012 1 次提交
  14. 28 7月, 2011 1 次提交
  15. 27 10月, 2010 1 次提交
    • W
      Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value · 25ddd1fb
      Wolfgang Denk 提交于
      CONFIG_SYS_GBL_DATA_SIZE has always been just a bad workarond for not
      being able to use "sizeof(struct global_data)" in assembler files.
      Recent experience has shown that manual synchronization is not
      reliable enough.  This patch renames CONFIG_SYS_GBL_DATA_SIZE into
      GENERATED_GBL_DATA_SIZE which gets automatically generated by the
      asm-offsets tool.  In the result, all definitions of this value can be
      deleted from the board config files.  We have to make sure that all
      files that reference such data include the new <asm-offsets.h> file.
      
      No other changes have been done yet, but it is obvious that similar
      changes / simplifications can be done for other, related macro
      definitions as well.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NKumar Gala <galak@kernel.crashing.org>
      25ddd1fb
  16. 19 10月, 2010 1 次提交
    • W
      Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE · 14d0a02a
      Wolfgang Denk 提交于
      The change is currently needed to be able to remove the board
      configuration scripting from the top level Makefile and replace it by
      a simple, table driven script.
      
      Moving this configuration setting into the "CONFIG_*" name space is
      also desirable because it is needed if we ever should move forward to
      a Kconfig driven configuration system.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      14d0a02a
  17. 13 4月, 2010 1 次提交
  18. 25 3月, 2010 1 次提交
  19. 10 8月, 2009 1 次提交
  20. 14 7月, 2009 1 次提交
  21. 18 3月, 2009 1 次提交
  22. 07 12月, 2008 1 次提交
  23. 19 10月, 2008 1 次提交
  24. 15 8月, 2008 1 次提交
  25. 12 7月, 2008 1 次提交
  26. 21 5月, 2008 1 次提交
    • W
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk 提交于
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      53677ef1
  27. 01 4月, 2008 1 次提交
  28. 18 1月, 2008 1 次提交
  29. 08 11月, 2007 1 次提交
  30. 17 8月, 2007 2 次提交
  31. 11 7月, 2007 2 次提交
  32. 19 6月, 2007 1 次提交
    • T
      Added M5329AFEE and M5329BFEE Platforms · 8e585f02
      TsiChung Liew 提交于
      Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
      drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
      include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
      rtc/mcfrtc.c
      
      Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
      common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
      include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
      include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
      include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
      lib_m68k/time.c, net/eth.c and rtc/Makefile
      Signed-off-by: NTsiChung Liew <Tsi-Chung.Liew@freescale.com>
      8e585f02
  33. 20 12月, 2006 1 次提交
  34. 09 5月, 2006 1 次提交
  35. 20 4月, 2006 1 次提交
  36. 27 1月, 2006 1 次提交
  37. 17 12月, 2004 1 次提交