Skip to content
Snippets Groups Projects
  1. Sep 09, 2008
  2. Aug 26, 2008
  3. Aug 20, 2008
  4. Aug 11, 2008
  5. May 20, 2008
    • Wolfgang Denk's avatar
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk authored
      
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      53677ef1
  6. May 18, 2008
  7. Apr 18, 2008
    • Mike Frysinger's avatar
      allow ports to override go behavior · a4986459
      Mike Frysinger authored and Wolfgang Denk's avatar Wolfgang Denk committed
      Split the arch-specific logic out of the common go code and into a dedicated
      weak function called do_go_exec() that lives in cpu directories.  This will
      need review from i386/nios people to make sure I didn't break them.
      a4986459
  8. Mar 12, 2008
  9. Feb 29, 2008
  10. Feb 27, 2008
  11. Feb 25, 2008
    • Marian Balakowicz's avatar
      [new uImage] Add dual format uImage support framework · d5934ad7
      Marian Balakowicz authored
      
      This patch adds framework for dual format images. Format detection is added
      and the bootm controll flow is updated to include cases for new FIT format
      uImages.
      
      When the legacy (image_header based) format is detected appropriate
      legacy specific handling is invoked. For the new (FIT based) format uImages
      dual boot framework has a minial support, that will only print out a
      corresponding debug messages. Implementation of the FIT specific handling will
      be added in following patches.
      
      Signed-off-by: default avatarMarian Balakowicz <m8@semihalf.com>
      d5934ad7
  12. Feb 07, 2008
  13. Jul 10, 2007
  14. Jul 09, 2007
  15. Jul 03, 2007
  16. Oct 08, 2006
  17. Sep 01, 2006
    • Marian Balakowicz's avatar
      Add support for a saving build objects in a separate directory. · f9328639
      Marian Balakowicz authored
      Modifications are based on the linux kernel approach and
      support two use cases:
      
        1) Add O= to the make command line
        'make O=/tmp/build all'
      
        2) Set environement variable BUILD_DIR to point to the desired location
        'export BUILD_DIR=/tmp/build'
        'make'
      
      The second approach can also be used with a MAKEALL script
      'export BUILD_DIR=/tmp/build'
      './MAKEALL'
      
      Command line 'O=' setting overrides BUILD_DIR environent variable.
      
      When none of the above methods is used the local build is performed and
      the object files are placed in the source directory.
      f9328639
  18. Jul 21, 2006
  19. Mar 31, 2006
  20. Oct 28, 2005
  21. Jul 01, 2004
  22. Mar 14, 2004
  23. Feb 27, 2004
    • Wolfgang Denk's avatar
      * Patch by Pierre Aubert, 26 Feb 2004 · 132ba5fd
      Wolfgang Denk authored
        add IDE support for MPC5200
      
      * Patch by Masami Komiya, 26 Feb 2004:
        add autoload via NFS
      
      * Patch by Stephen Williams
        Use of CONFIG_SERIAL_SOFTWARE_FIFO in board.c consistent with uses
        elsewhere in the source.
      132ba5fd
  24. Jul 24, 2003
  25. Jul 15, 2003
  26. Jul 14, 2003
    • Wolfgang Denk's avatar
      * Patches by Yuli Barcohen, 13 Jul 2003: · 8564acf9
      Wolfgang Denk authored
        - Correct flash and JFFS2 support for MPC8260ADS
        - fix PVR values and clock generation for PowerQUICC II family
          (8270/8275/8280)
      
      * Patch by Bernhard Kuhn, 08 Jul 2003:
        - add support for M68K targets
      
      * Patch by Ken Chou, 3 Jul:
        - Fix PCI config table for A3000
        - Fix iobase for natsemi.c
          (PCI_BASE_ADDRESS_0 is the IO base register for DP83815)
      
      * Allow to enable "slow" POST routines by key press on power-on
      * Fix temperature dependend switching of LCD backlight on LWMON
      * Tweak output format for LWMON
      8564acf9
  27. Jun 27, 2003
  28. May 31, 2003
    • Wolfgang Denk's avatar
      * Patch by Marc Singer, 29 May 2003: · 7a8e9bed
      Wolfgang Denk authored
        Fixed rarp boot method for IA32 and other little-endian CPUs.
      
      * Patch by Marc Singer, 28 May 2003:
        Added port I/O commands.
      
      * Patch by Matthew McClintock, 28 May 2003
        - cpu/mpc824x/start.S: fix relocation code when booting from RAM
        - minor patches for utx8245
      
      * Patch by Daniel Engström, 28 May 2003:
        x86 update
      
      * Patch by Dave Ellis, 9 May 2003 + 27 May 2003:
        add nand flash support to SXNI855T configuration
        fix/extend nand flash support:
        - fix 'nand erase' command so does not erase bad blocks
        - fix 'nand write' command so does not write to bad blocks
        - fix nand_probe() so handles no flash detected properly
        - add doc/README.nand
        - add .jffs2 and .oob options to nand read/write
        - add 'nand bad' command to list bad blocks
        - add 'clean' option to 'nand erase' to write JFFS2 clean markers
        - make NAND read/write faster
      
      * Patch by Rune Torgersen, 23 May 2003:
        Update for MPC8266ADS board
  29. Nov 21, 2002
  30. Nov 19, 2002
    • Wolfgang Denk's avatar
      * Patch by Daniel Engstrm, 18 Nov 2002: · b2184c31
      Wolfgang Denk authored
        Fixes for x86 port (mostly strings issues)
      
      * Patch by Ken Chou, 18 Nov 2002:
        Fix for natsemi NIC cards (DP83815)
      
      * Patch by Pierre Aubert, 19 Nov 2002:
        fix a bug for the MII configuration, and some warnings
      b2184c31
  31. Nov 18, 2002
Loading