Skip to content
Snippets Groups Projects
  1. Mar 02, 2007
    • Paul Gortmaker's avatar
      mpc83xx: U-Boot support for Wind River SBC8349 · 91e25769
      Paul Gortmaker authored
      I've redone the SBC8349 support to match git-current, which
      incorporates all the MPC834x updates from Freescale since the 1.1.6
      release,  including the DDR changes.
      
      I've kept all the SBC8349 files as parallel as possible to the
      MPC8349EMDS ones for ease of maintenance and to allow for easy
      inspection of what was changed to support this board.  Hence the SBC8349
      U-Boot has FDT support and everything else that the MPC8349EMDS has.
      
      Fortunately the Freescale updates added support for boards using CS0,
      but I had to change spd_sdram.c to allow for board specific settings for
      the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
      default if the board doesn't specify a value.)
      
      Hopefully this should be mergeable as-is and require no whitespace
      cleanups or similar, but if something doesn't measure up then let me
      know and I'll fix it.
      
      Thanks,
      Paul.
      91e25769
    • Sam Song's avatar
      mpc83xx: Remove a redundant semicolon in mpc8349itx.c · 05031db4
      Sam Song authored
      
      A redundant semicolon existed in mpc8349itx.c
      should be removed.
      
      Signed-off-by: default avatarSam Song <samsongshu@yahoo.com.cn>
      05031db4
    • Jerry Van Baren's avatar
      mpc83xx: Put the version (and magic) after the HRCW. · f35f3582
      Jerry Van Baren authored
      
      Put the version (and magic) after the HRCW.  This puts it in a fixed
      location in flash, not at the start of flash but as close as we can get.
      
      Signed-off-by: default avatarJerry Van Baren <vanbaren@cideas.com>
      f35f3582
    • Dave Liu's avatar
      mpc83xx: Add the MPC832XEMDS board readme · 48aecd96
      Dave Liu authored
      
      Add the MPC832XEMDS board readme
      
      Signed-off-by: default avatarDave Liu <daveliu@freescale.com>
      48aecd96
    • Dave Liu's avatar
      mpc83xx: Add support for the MPC832XEMDS board · 24c3aca3
      Dave Liu authored
      
      This patch supports DUART, ETH3/4 and PCI etc.
      
      Signed-off-by: default avatarDave Liu <daveliu@freescale.com>
      24c3aca3
    • Dave Liu's avatar
      mpc83xx: streamline the 83xx immr head file · e080313c
      Dave Liu authored
      
      For better format and style, I streamlined the 83xx head files,
      including immap_83xx.h and mpc83xx.h. In the old head files, 1)
      duplicated macro definition appear in the both files; 2) the structure
      of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
      macro definition put inside the each structure. So, I cleaned up the
      structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
      moved the macro definition to mpc83xx.h, Just like MPC8260.
      
      CHANGELOG
      
      *streamline the 83xx immr head file
      
      Signed-off-by: default avatarDave Liu <daveliu@freescale.com>
      e080313c
    • Dave Liu's avatar
      mpc83xx: Fix the UEC driver bug of QE · ddd02492
      Dave Liu authored
      
      The patch prevents the GCC tool chain from striping useful code for
      optimization. It will make UEC ethernet driver workable, Otherwise the
      UEC will fail in tx when you are using gcc4.x. but the driver can work
      when using gcc3.4.3.
      
      CHANGELOG
      
      *Prevent the GCC from striping code for optimization, Otherwise the UEC
      will tx failed when you are using gcc4.x.
      
      Signed-off-by: default avatarDave Liu <daveliu@freescale.com>
      ddd02492
  2. Mar 01, 2007
  3. Feb 28, 2007
  4. Feb 27, 2007
  5. Feb 22, 2007
  6. Feb 21, 2007
  7. Feb 20, 2007
Loading