Skip to content
Snippets Groups Projects
  1. Apr 09, 2010
  2. Apr 07, 2010
  3. Mar 31, 2010
  4. Mar 27, 2010
  5. Mar 24, 2010
  6. Mar 22, 2010
  7. Mar 21, 2010
  8. Mar 12, 2010
  9. Mar 07, 2010
  10. Mar 02, 2010
    • Kim Phillips's avatar
      mpc83xx: fix out-of-tree mpc8315 nand build · fe389da6
      Kim Phillips authored
      
      commit 2e95004d "mpc83xx: Add NAND boot support
      for MPC8315E-RDB boards" symlinked nand_spl/board/freescale/mpc8315erdb to
      mpc8313erdb in order to not duplicate code.
      
      Since the main makefile builds nand_spl/board/$(BOARDDIR) (which makes sense),
      and the board Makefile and linker script are the only two necessary files
      to enable out-of-tree building, and other boards have duplicated nand makefiles
      (e.g. 8536ds & 8569mds), it only seems prudent to copy these two files in the
      name of the 8315 too.
      
      Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
      Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
      Cc: Wolfgang Denk <wd@denx.de>
      fe389da6
  11. Feb 12, 2010
  12. Feb 03, 2010
  13. Jan 27, 2010
  14. Jan 26, 2010
  15. Jan 25, 2010
  16. Jan 23, 2010
  17. Jan 21, 2010
  18. Jan 18, 2010
    • Daniel Hobi's avatar
      Makefile: fix parallel build · 2a998793
      Daniel Hobi authored
      
      During parallel build, the top Makefile spawns multiple sub-makes for
      targets in cpu/$(CPU) and $(dir $(LDSCRIPT)). If the .depend files are
      not present in these directories, the sub-makes may end up generating
      these files simultaneously which leads to corrupted content.
      
      A typical error message is:
      
      .depend:39: *** multiple target patterns.  Stop.
      
      This patch serializes the creation of .depend in cpu/$(CPU) and
      $(dir $(LDSCRIPT)) by adding these directories to the depend target
      in the top Makefile.
      
      Other directories in $(LIBS) are not affected since they contain only
      one Make target and thus only one sub-make is spawned per directory.
      
      Signed-off-by: default avatarDaniel Hobi <daniel.hobi@schmid-telecom.ch>
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      2a998793
  19. Jan 17, 2010
  20. Jan 08, 2010
    • Reinhard Arlt's avatar
      mpc83xx: Add support for MPC8349 esd caddy2 · 1dee9be6
      Reinhard Arlt authored
      
      The caddy2 is a variant of the already supported vme8349. So we just
      add the differences to this board port. To better support those two
      boards we switched from fixed SDRAM configuration to usage of
      spd_sdram(). This is done by providing a board specific SPD EEPROM
      routine with different values for both boards.
      
      Signed-off-by: default avatarReinhard Arlt <reinhard.arlt@esd.eu>
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      
      changed to use mkconfig -t option instead, plus misc codingstyle fixes.
      
      Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
      1dee9be6
    • Anton Vorontsov's avatar
      mpc83xx: Add NAND boot support for MPC8315E-RDB boards · 2e95004d
      Anton Vorontsov authored
      
      The core support for NAND booting is there already, so this patch
      is pretty straightforward.
      
      There is one trick though: top level Makefile expects nand_spl to
      be in nand_spl/board/$(BOARDDIR), but we can fully reuse the code
      from mpc8313erdb boards, and so to not duplicate the code we just
      symlink nand_spl/board/freescale/mpc8315erdb to mpc8313erdb.
      
      Signed-off-by: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
      
      o silence make during ln echo
      o update documentation
      o and avoid:
      
      $ ./MAKEALL MPC8315ERDB_NAND
      Configuring for MPC8315ERDB board...
      sdram.o: In function `fixed_sdram':
      /home/r1aaha/git/u-boot/nand_spl/board/freescale/mpc8313erdb/sdram.c:72: undefined reference to `udelay'
      
      by renaming udelay -> __udelay in the spirit of commit
      3eb90bad "Generic udelay() with watchdog
      support".
      
      Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
      2e95004d
  21. Dec 20, 2009
    • Tom Rix's avatar
      TWL4030 Add usb PHY support · bffbb2a8
      Tom Rix authored
      
      The twl4030 provides a PHY device for connecting a link device,
      like musb, to physical connection.
      
      This change adds the twl4030 usb registers and functions for
      initializing the PHY as required by omap3.
      
      Signed-off-by: default avatarTom Rix <Tom.Rix@windriver.com>
      bffbb2a8
  22. Dec 17, 2009
  23. Dec 15, 2009
  24. Dec 07, 2009
  25. Dec 05, 2009
Loading