Skip to content
Snippets Groups Projects
  1. Aug 03, 2011
  2. Oct 29, 2010
  3. Oct 26, 2010
    • Wolfgang Denk's avatar
      Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value · 25ddd1fb
      Wolfgang Denk authored
      
      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: default avatarWolfgang Denk <wd@denx.de>
      Acked-by: default avatarKumar Gala <galak@kernel.crashing.org>
      25ddd1fb
  4. Mar 07, 2010
  5. Feb 12, 2010
  6. Dec 08, 2009
  7. Aug 18, 2009
  8. Jul 22, 2009
  9. Jul 18, 2009
  10. Jun 12, 2009
  11. Apr 16, 2009
  12. Apr 04, 2009
  13. Apr 03, 2009
    • Wolfgang Denk's avatar
      Add "source" command; prepare removal of "autoscr" command · 74de7aef
      Wolfgang Denk authored
      
      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: default avatarWolfgang Denk <wd@denx.de>
      74de7aef
  14. Mar 22, 2009
  15. Jan 23, 2009
  16. Dec 06, 2008
  17. Nov 21, 2008
  18. Oct 18, 2008
  19. Sep 10, 2008
  20. May 10, 2008
  21. May 09, 2008
    • Stelian Pop's avatar
      Fix @ -> <at> substitution · cce9cfda
      Stelian Pop authored
      
      When applying the AT91CAP9 patches upstream, something transformed
      the '@' character into the ' <at> ' sequence.
      
      The patch below restores the original form in all the places where
      it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
      were copied from AT91CAP9, and a couple of other files where the
      ' <at> ' sequence was present).
      
      Signed-off-by: default avatarStelian Pop <stelian@popies.net>
      cce9cfda
  22. May 08, 2008
  23. Mar 31, 2008
  24. Feb 14, 2008
Loading