1. 04 9月, 2013 1 次提交
  2. 22 8月, 2013 4 次提交
  3. 24 7月, 2013 1 次提交
  4. 21 5月, 2013 1 次提交
  5. 12 3月, 2013 2 次提交
  6. 12 1月, 2013 1 次提交
  7. 10 12月, 2012 2 次提交
  8. 28 11月, 2012 1 次提交
  9. 17 10月, 2012 1 次提交
  10. 18 9月, 2012 1 次提交
  11. 01 9月, 2012 4 次提交
  12. 07 7月, 2012 1 次提交
  13. 21 6月, 2012 2 次提交
  14. 20 4月, 2012 1 次提交
  15. 27 1月, 2012 1 次提交
  16. 29 11月, 2011 1 次提交
  17. 28 11月, 2011 1 次提交
  18. 06 10月, 2011 1 次提交
  19. 04 9月, 2011 1 次提交
  20. 30 10月, 2010 1 次提交
  21. 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
  22. 08 3月, 2010 1 次提交
  23. 13 2月, 2010 2 次提交
  24. 09 12月, 2009 1 次提交
  25. 18 8月, 2009 1 次提交
  26. 22 7月, 2009 1 次提交
  27. 19 7月, 2009 1 次提交
  28. 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
  29. 13 6月, 2009 1 次提交
  30. 17 4月, 2009 1 次提交