1. 12 8月, 2017 2 次提交
  2. 03 8月, 2017 1 次提交
  3. 26 7月, 2017 1 次提交
  4. 23 5月, 2017 1 次提交
  5. 20 3月, 2017 1 次提交
  6. 28 1月, 2017 1 次提交
  7. 22 1月, 2017 1 次提交
  8. 03 12月, 2016 5 次提交
  9. 28 10月, 2016 2 次提交
  10. 10 6月, 2016 1 次提交
  11. 26 4月, 2016 2 次提交
  12. 23 3月, 2016 1 次提交
  13. 26 6月, 2015 1 次提交
  14. 01 6月, 2015 1 次提交
  15. 08 1月, 2014 2 次提交
  16. 05 11月, 2013 2 次提交
  17. 17 10月, 2013 1 次提交
  18. 21 6月, 2012 1 次提交
  19. 20 4月, 2012 1 次提交
    • M
      CMD: Drop CONFIG_CMD_DFL, it's not used · d5f6a15a
      Marek Vasut 提交于
      $ git grep CMD_DFL
      board/atc/ti113x.c:#define CMD_DFLT (PCI_COMMAND_IO|PCI_COMMAND_MEMORY| \
      board/atc/ti113x.c:     pci_writew (s, PCI_COMMAND, CMD_DFLT);
      board/cpc45/pd67290.c:#define CMD_DFLT (PCI_COMMAND_IO|PCI_COMMAND_MEMORY| \
      board/cpc45/pd67290.c:  pci_writew (s, PCI_COMMAND, CMD_DFLT);
      drivers/pcmcia/i82365.c:#define CMD_DFLT (PCI_COMMAND_IO|PCI_COMMAND_MEMORY| \
      drivers/pcmcia/i82365.c:        pci_writew (s, PCI_COMMAND, CMD_DFLT);
      include/configs/MBX.h:#define CONFIG_CMD_DFL
      include/configs/MigoR.h:#define CONFIG_CMD_DFL
      include/configs/digsy_mtc.h:#define CONFIG_CMD_DFL
      include/configs/ms7722se.h:#define CONFIG_CMD_DFL
      include/configs/ms7750se.h:#define CONFIG_CMD_DFL
      include/configs/r2dplus.h:#define CONFIG_CMD_DFL
      include/configs/sh7757lcr.h:#define CONFIG_CMD_DFL
      include/configs/sh7785lcr.h:#define CONFIG_CMD_DFL
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Pfister_Werner@intercontrol.de
      Cc: iwamatsu@nigauri.org
      Cc: nobuhiro.iwamatsu.yj@renesas.com
      Cc: vapier@gentoo.org
      Cc: wd@denx.de
      Cc: yoshihiro.shimoda.uh@renesas.com
      Acked-by: NAnatolij Gustschin <agust@denx.de>
      Acked-by: NNobuhiro Iwamatsu <iwamatsu@nigauri.org>
      d5f6a15a
  20. 28 10月, 2011 1 次提交
  21. 06 10月, 2011 1 次提交
  22. 13 5月, 2011 1 次提交
  23. 02 2月, 2011 1 次提交
  24. 11 1月, 2011 1 次提交
  25. 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
  26. 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
  27. 08 8月, 2010 1 次提交
  28. 11 7月, 2009 1 次提交
  29. 08 7月, 2009 2 次提交
  30. 12 3月, 2009 1 次提交