1. 21 5月, 2013 1 次提交
  2. 12 3月, 2013 2 次提交
  3. 12 1月, 2013 1 次提交
  4. 10 12月, 2012 2 次提交
  5. 28 11月, 2012 1 次提交
  6. 17 10月, 2012 1 次提交
  7. 18 9月, 2012 1 次提交
  8. 01 9月, 2012 4 次提交
  9. 07 7月, 2012 1 次提交
  10. 21 6月, 2012 2 次提交
  11. 20 4月, 2012 1 次提交
  12. 27 1月, 2012 1 次提交
  13. 29 11月, 2011 1 次提交
  14. 28 11月, 2011 1 次提交
  15. 06 10月, 2011 1 次提交
  16. 04 9月, 2011 1 次提交
  17. 30 10月, 2010 1 次提交
  18. 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
  19. 08 3月, 2010 1 次提交
  20. 13 2月, 2010 2 次提交
  21. 09 12月, 2009 1 次提交
  22. 18 8月, 2009 1 次提交
  23. 22 7月, 2009 1 次提交
  24. 19 7月, 2009 1 次提交
  25. 12 7月, 2009 1 次提交
    • S
      at91: Introduction of at91sam9g45 SOC. · 22ee6473
      Sedji Gaouaou 提交于
      AT91sam9g45 series is an ARM 926ej-s SOC family clocked at 400/133MHz.
      It embeds USB high speed host and device, LCD, DDR2 RAM, and a full set of
      peripherals.
      
      The first board that embeds at91sam9g45 chip is the AT91SAM9G45-EKES.
      On the board you can find 2 USART, USB high speed,
      a 480*272 LG lcd, ethernet, gpio/joystick/buttons.
      Signed-off-by: NSedji Gaouaou <sedji.gaouaou@atmel.com>
      22ee6473
  26. 13 6月, 2009 1 次提交
  27. 17 4月, 2009 2 次提交
  28. 05 4月, 2009 2 次提交
  29. 04 4月, 2009 1 次提交
    • W
      Add "source" command; prepare removal of "autoscr" command · 74de7aef
      Wolfgang Denk 提交于
      According to the doc/feature-removal-schedule.txt, the "autoscr"
      command will be replaced by the "source" command in approximately 6
      months from now.
      
      This patch prepares this change and starts a 6 month transition
      period as follows:
      
      - The new "source" command has been added, which implements exactly
        the same functionlaity as the old "autoscr" command before
      - The old "autoscr" command name is kept as an alias for compatibility
      - Command sequences, script files atc. have been adapted to use the
        new "source" command
      - Related environment variables ("autoscript", "autoscript_uname")
        have *not* been adapted yet; these will be renamed resp. removed in
        a separate patch when the support for the "autoscr" command get's
        finally dropped.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      74de7aef
  30. 22 3月, 2009 2 次提交