Skip to content
Snippets Groups Projects
  1. 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
  2. Aug 25, 2005
  3. Aug 15, 2005
  4. Aug 08, 2005
  5. Aug 01, 2005
  6. Jul 28, 2005
  7. 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
  8. May 30, 2005
  9. 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
  10. Dec 16, 2004
  11. Nov 21, 2004
  12. Oct 28, 2004
  13. Oct 10, 2004
  14. 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
  15. Aug 28, 2004
  16. 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
  17. 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
  18. Jul 01, 2004
  19. Jun 01, 2004
  20. 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
  21. Apr 24, 2004
  22. 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
  23. 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
  24. Apr 10, 2004
  25. Apr 08, 2004
  26. Mar 25, 2004
  27. 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
  28. Mar 14, 2004
  29. 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
  30. Feb 24, 2004
  31. Feb 23, 2004
    • Wolfgang Denk's avatar
      * Patch by Peter Ryser, 20 Feb 2004: · 028ab6b5
      Wolfgang Denk authored
        Add support for the Xilinx ML300 platform
      
      * Patch by Stephan Linz, 17 Feb 2004:
        Fix watchdog support for NIOS
      
      * Patch by Josh Fryman, 16 Feb 2004:
        Fix byte-swapping for cfi_flash.c for different bus widths
      
      * Patch by Jon Diekema, 14 Jeb 2004:
        Remove duplicate "FPGA Support" notes from the README file
      028ab6b5
    • Wolfgang Denk's avatar
      * Patches by Reinhard Meyer, 14 Feb 2004: · 63e73c9a
      Wolfgang Denk authored
        - update board/emk tree; use common flash driver
        - Corrected tested bits in machine check exception in cpu/mpc5xxx/traps.c
          [adapted for other PPC CPUs -- wd]
        - Added support for the M48T08 on the EVAL5200 board in rtc/mk48t59.c
      
      * Patch by Jon Diekema, 13 Feb 2004:
        Call show_boot_progress() whenever POST "FAILED" is printed.
      
      * Patch by Nishant Kamat, 13 Feb 2004:
        Add support for TI OMAP1610 H2 Board
        Fixes for cpu/arm926ejs/interrupt.c
             (based on Richard Woodruff's patch for arm925, 16 Oct 03)
        Fix for a timer bug in OMAP1610 Innovator
        Add support for CS0 (ROM)/CS3 (Flash) boot in OMAP1610 Innovator and H2
      
      * Patches by Stephan Linz, 12 Feb 2004:
        - add support for NIOS timer with variable period preload counter value
        - prepare POST framework support for NIOS targets
      
      * Patch by Denis Peter, 11 Feb 2004:
        add POST support for the MIP405 board
      63e73c9a
  32. Feb 06, 2004
  33. Jan 24, 2004
  34. Jan 20, 2004
    • Wolfgang Denk's avatar
      * The PS/2 mux on the BMS2003 board needs 450 ms after power on · c837dcb1
      Wolfgang Denk authored
        before we can access it; add delay in case we are faster (with no
        CF card inserted)
      
      * Cleanup of some init functions
      
      * Make sure SCC Ethernet is always stopped by the time we boot Linux
        to avoid Linux crashes by early packets coming in.
      
      * Accelerate flash accesses on LWMON board by using buffered writes
      c837dcb1
  35. Jan 16, 2004
    • Wolfgang Denk's avatar
      [Strange. I _did_ check these in before. Seems SF restored an old · 1c43771b
      Wolfgang Denk authored
      version of the repository???]
      
      * Patch by Reinhard Meyer, 09 Jan 2004:
        - add RTC support for MPC5200 based boards (requires RTC_XTAL)
      
      * Add support for IDE LED on BMS2003 board
        (exclusive with status LED!)
      
      * Add support for PS/2 keyboard (used with PS/2 multiplexor on
        BMS2003 board)
      
      * Patches by Reinhard Meyer, 4 Jan 2004 + 7 Jan 2004:
        Add common files for "emk" boards
      1c43771b
  36. Jan 02, 2004
    • Wolfgang Denk's avatar
      * Cleanup lowboot code for MPC5200 · d4ca31c4
      Wolfgang Denk authored
      * Minor code cleanup (coding style)
      
      * Patch by Reinhard Meyer, 30 Dec 2003:
        - cpu/mpc5xxx/fec.c: added CONFIG_PHY_ADDR, added CONFIG_PHY_TYPE,
        - added CONFIG_PHY_ADDR to include/configs/IceCube.h,
        - turned debug print of PHY registers into a function (called in two places)
        - added support for EMK MPC5200 based modules
      
      * Fix MPC8xx PLPRCR_MFD_SHIFT typo
      
      * Add support for TQM866M modules
      
      * Fixes for TQM855M with 4 MB flash (Am29DL163 = _no_ mirror bit flash)
      
      * Fix a few compiler warnings
      d4ca31c4
  37. Dec 06, 2003
    • Wolfgang Denk's avatar
      * Patch by Gleb Natapov, 19 Sep 2003: · a8c7c708
      Wolfgang Denk authored
        Move most of the timer interrupt related PPC code to ppc_lib/interrupts.c
      
      * Patch by Anders Larsen, 17 Sep 2003:
        Bring ARM memory layout in sync with the documentation:
        stack and malloc-heap are now located _below_ the U-Boot code
      a8c7c708
  38. Nov 17, 2003
    • Wolfgang Denk's avatar
      * Use "-fPIC" instead of "-mrelocatable" to prevent problems with · 5bb226e8
      Wolfgang Denk authored
        recent tools
      
      * Add checksum verification to 'imls' command
      
      * Add bd_info fields needed for 4xx Linux I2C driver
      
      * Patch by Martin Krause, 4 Nov. 2003:
        Fix error in cmd_vfd.c (TRAB board: "vfd /1" shows now only one Bitmap)
      
      * Print used network interface when CONFIG_NET_MULTI is set
      5bb226e8
Loading