Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 12, 2006
  3. Jun 30, 2006
  4. Mar 31, 2006
  5. Feb 10, 2006
  6. Dec 03, 2005
  7. Nov 30, 2005
    • Stefan Roese's avatar
      Add support for TQM8541/8555 boards, TQM85xx support reworked: · d96f41e0
      Stefan Roese authored
      - Support for TQM8541/8555 boards added.
      - Complete rework of TQM8540/8560 support.
      - Common TQM85xx code now supports all current TQM85xx platforms
        (TQM8540/8541/8555/8560).
      - DDR SDRAM size detection added.
      - CAS latency default values can be overwritten by setting "serial#"
        to e.g. "ABC0001 casl=25" -> CAS latency 2.5 will be used.
        If problems are detected with this non default CAS latency,
        the defualt values will be used instead.
      - FLASH size detection added.
      - Moved FCC ethernet driver initialization behind TSEC driver init
        -> TSEC is first device.
      
      Patch by Stefan Roese, 30 Nov 2005
      d96f41e0
  8. Oct 28, 2005
  9. Oct 13, 2005
  10. Oct 04, 2005
  11. Aug 30, 2005
    • Wolfgang Denk's avatar
      Prepare U-Boot for gcc-4.x: fix global data pointer initialization · bce84c4d
      Wolfgang Denk authored
      The global data pointer, stored in r29 before relocation to RAM, was
      not initialized to a correct value. This happened because the pointer
      declaration was done locally in the scope of the board_init_f()
      function. What follows is a cite from gcc.info, 5.37, "Variables in
      Specified Registers":
          ...
          The compiler's data flow analysis is capable of determining where
          the specified registers contain live values, and where they are
          available for other uses. Stores into local register variables
          may be deleted when they appear to be dead according to dataflow
          analysis. References to local register variables may be deleted
          or moved or simplified.
          ...
      Moving the global data declaration to global scope solved the
      problem.
      bce84c4d
  12. Aug 25, 2005
  13. Aug 15, 2005
  14. Aug 08, 2005
  15. Aug 01, 2005
  16. Jul 28, 2005
  17. Jul 23, 2005
    • Jon Loeliger's avatar
      * Patch by Jon Loeliger, Kumar Gala 2005-02-08 · 9c4c5ae3
      Jon Loeliger authored
        - Convert the CPM2 based functionality to use new CONFIG_CPM2
          option rather than a myriad of CONFIG_MPC8560-like variants.
          Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560.
          Eliminates the CONFIG_MPC8560 option entirely.  Distributes the
          new CONFIG_CPM2 option to each 8260 board.
      9c4c5ae3
  18. May 30, 2005
  19. Dec 31, 2004
    • Wolfgang Denk's avatar
      * Code cleanup, mostly for GCC-3.3.x · e2ffd59b
      Wolfgang Denk authored
      * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to
        pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for
        additional ethernet addresses.
      
      * Cleanup drivers/i82365.c - avoid duplication of code
      
      * Fix bogus "cannot span across banks" flash error message
      
      * Add support for CompactFlash for the CPC45 Board.
      e2ffd59b
  20. Dec 16, 2004
  21. Nov 21, 2004
  22. Oct 28, 2004
  23. Oct 10, 2004
  24. Sep 28, 2004
    • Wolfgang Denk's avatar
      * Patch by Yuli Barcohen, 13 Jul 2004: · 66ca92a5
      Wolfgang Denk authored
        Allow clock setting on MPC866/MPC885 series chips according to
        environment variable `cpuclk'
      
      * Patch by Yuli Barcohen, 20 Apr 2004:
        Remove unnecessary redefine of CPM_DATAONLY_SIZE for MPC826x
      66ca92a5
  25. Aug 28, 2004
  26. Aug 01, 2004
    • Wolfgang Denk's avatar
      * Code cleanup · 281e00a3
      Wolfgang Denk authored
      * Patch by Sascha Hauer, 28 Jun:
        - add generic support for Motorola i.MX architecture
        - add support for mx1ads, mx1fs2 and scb9328 boards
      
      * Patches by Marc Leeman, 23 Jul 2004:
        - Add define for the PCI/Memory Buffer Configuration Register
        - corrected comments in cpu/mpc824x/cpu_init.c
      
      * Add support for multiple serial interfaces
        (for example to allow modem dial-in / dial-out)
      281e00a3
  27. Jul 09, 2004
    • Wolfgang Denk's avatar
      Patch by Jon Loeliger, 17 June 2004: · 0ac6f8b7
      Wolfgang Denk authored
      Completion of the 8540ADS/8560ADS updates:
      Fix some PCI and Rapid I/O memory maps,
      Initialize both TSEC 1 and 2,
      Initialize SDRAM
      Update MAINTAINER for 85xx boards and README.mpc85xxads
      0ac6f8b7
  28. Jul 01, 2004
  29. Jun 01, 2004
  30. May 12, 2004
    • Wolfgang Denk's avatar
      Patch by Klaus Heydeck, 12 May 2004: · 02b11f8e
      Wolfgang Denk authored
      Using external watchdog for KUP4 boards in mpc8xx/cpu.c;
      load_sernum_ethaddr() for KUP4 boards in lib_ppc/board.c;
      various changes to KUP4 board specific files
      02b11f8e
  31. Apr 24, 2004
  32. Apr 18, 2004
    • Wolfgang Denk's avatar
      * Patch by Dan Malek, 07 Apr 2004: · 7abf0c58
      Wolfgang Denk authored
        - Add support for RPC/STx GP3, Motorola 8560 board
        - Update 85xx TSEC driver so it searches MII for first available PHY
          and uses that one.
        - Add functions to support console MII commands.
      
      * Patch by Tolunay Orkun, 07 Apr 2004:
        Move  initialization of bi_iic_fast[]
        from board_init_f() to board_init_r()
      
      * Patch by Yasushi Shoji, 07 Apr 2004:
        Cleanup microblaze port
      
      * Patch by Sangmoon Kim, 07 Apr 2004:
        Add auto SDRAM module detection for Debris board
      7abf0c58
  33. Apr 15, 2004
    • Wolfgang Denk's avatar
      * Patches by Pantelis Antoniou, 30 Mar 2004: · 04a85b3b
      Wolfgang Denk authored
        - add auto-complete support to the U-Boot CLI
        - add support for NETTA and NETPHONE boards; fix NETVIA board
      
      * Patch by Yuli Barcohen, 28 Mar 2004:
        - Add support for MPC8272 family including MPC8247/8248/8271/8272
        - Add support for MPC8272ADS evaluation board (another flavour of MPC8260ADS)
        - Change configuration method for MPC8260ADS family
      04a85b3b
  34. Apr 10, 2004
  35. Apr 08, 2004
  36. Mar 25, 2004
  37. Mar 23, 2004
    • Wolfgang Denk's avatar
      * Patch by Pierre Aubert, 18 Mar 2004: · eeb1b77b
      Wolfgang Denk authored
        - Unify video mode handling for Chips & Technologies 69000 Video
          chip and Silicon Motion SMI 712/710/810 Video chip
        - Add selection of the video output (CRT or LCD) via 'videoout'
          environment variable for the Silicon Motion
        - README update
      
      * Patch by Pierre Aubert, 18 Mar 2004:
        include/common.h typo fix
      
      * Patches by Tolunay Orkun, 17 Mar 2004:
        - Add support for bd->bi_iic_fast[] initialization via environment
          variable "i2cfast" (CONFIG_I2CFAST)
        - Add "i2cfast" u-boot environment variable support for csb272
      eeb1b77b
    • Wolfgang Denk's avatar
      * Patch by Phillippe Robin, 16 Mar 2004: · 109c0e3a
      Wolfgang Denk authored
        avoid dereferencing NULL pointer in lib_arm/armlinux.c
      
      * Patch by Stephen Williams, 15 Mar 2004:
        Fix CONFIG_SERIAL_SOFTWARE_FIFO documentation
      
      * Patch by Tolunay Orkun, 15 Mar 2004:
        Initialize bi_opbfreq to real OPB frequency via get_OPB_freq()
      
      * Patch by Travis Sawyer, 15 Mar 2004:
        Update CREDITS & MAINTAINERS files for PPC440GX & Ocotea port
      109c0e3a
  38. Mar 14, 2004
  39. 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
Loading