1. 28 1月, 2017 1 次提交
  2. 10 6月, 2016 1 次提交
  3. 26 4月, 2016 2 次提交
  4. 26 6月, 2015 1 次提交
  5. 24 4月, 2015 1 次提交
  6. 28 3月, 2015 1 次提交
  7. 06 11月, 2013 1 次提交
  8. 05 11月, 2013 2 次提交
  9. 15 10月, 2013 1 次提交
  10. 24 7月, 2013 1 次提交
  11. 23 7月, 2013 1 次提交
  12. 16 10月, 2012 1 次提交
  13. 21 6月, 2012 1 次提交
  14. 06 10月, 2011 1 次提交
  15. 04 9月, 2011 1 次提交
  16. 27 10月, 2010 2 次提交
    • 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
    • W
      Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZE · 553f0982
      Wolfgang Denk 提交于
      CONFIG_SYS_INIT_RAM_END was a misnomer as it suggests this might be
      some end address; to make the meaning more clear we rename it into
      CONFIG_SYS_INIT_RAM_SIZE
      
      No other code changes are performed in this patch, only minor editing
      of white space (due to the changed length) and the comments was done,
      where noticed.
      
      Note that the code for the PATI and cmi_mpc5xx board configurations
      looks seriously broken.  Last known maintainers on Cc:
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Denis Peter <d.peter@mpl.ch>
      Cc: Martin Winistoerfer <martinwinistoerfer@gmx.ch>
      Acked-by: NKumar Gala <galak@kernel.crashing.org>
      553f0982
  17. 25 3月, 2010 3 次提交
  18. 11 7月, 2009 1 次提交
  19. 15 6月, 2009 1 次提交
  20. 18 3月, 2009 1 次提交
  21. 04 11月, 2008 1 次提交
    • T
      ColdFire: Modules header files cleanup · 012522fe
      TsiChung Liew 提交于
      Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
      MDHA, SKHA, INTC, and FlexBus structures and
      definitions in immap_5xxx.h to more unify modules
      header files. Append DSPI support for m547x_8x.
      SSI cleanup. Remove USB Host structure from immap_539.h.
      Apply changes to use FlexBus structures in mcf52x2's
      cpu_init.c and platform configuration files.
      Signed-off-by: NTsiChung Liew <Tsi-Chung.Liew@freescale.com>
      012522fe
  22. 19 10月, 2008 1 次提交
  23. 11 9月, 2008 2 次提交
  24. 28 8月, 2008 1 次提交
  25. 21 8月, 2008 1 次提交
  26. 15 8月, 2008 2 次提交
  27. 13 8月, 2008 1 次提交
  28. 26 10月, 2007 1 次提交
  29. 18 8月, 2007 1 次提交
  30. 17 8月, 2007 2 次提交
  31. 10 7月, 2007 1 次提交
  32. 09 7月, 2007 1 次提交