1. 08 3月, 2010 1 次提交
  2. 03 3月, 2010 1 次提交
    • K
      mpc83xx: fix out-of-tree mpc8315 nand build · fe389da6
      Kim Phillips 提交于
      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: NKim Phillips <kim.phillips@freescale.com>
      Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
      Cc: Wolfgang Denk <wd@denx.de>
      fe389da6
  3. 13 2月, 2010 3 次提交
  4. 04 2月, 2010 1 次提交
  5. 28 1月, 2010 1 次提交
  6. 26 1月, 2010 2 次提交
  7. 23 1月, 2010 4 次提交
  8. 22 1月, 2010 2 次提交
  9. 19 1月, 2010 1 次提交
    • D
      Makefile: fix parallel build · 2a998793
      Daniel Hobi 提交于
      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: NDaniel Hobi <daniel.hobi@schmid-telecom.ch>
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      2a998793
  10. 17 1月, 2010 4 次提交
  11. 08 1月, 2010 2 次提交
    • R
      mpc83xx: Add support for MPC8349 esd caddy2 · 1dee9be6
      Reinhard Arlt 提交于
      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: NReinhard Arlt <reinhard.arlt@esd.eu>
      Signed-off-by: NStefan Roese <sr@denx.de>
      
      changed to use mkconfig -t option instead, plus misc codingstyle fixes.
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      1dee9be6
    • A
      mpc83xx: Add NAND boot support for MPC8315E-RDB boards · 2e95004d
      Anton Vorontsov 提交于
      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: NAnton 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: NKim Phillips <kim.phillips@freescale.com>
      2e95004d
  12. 20 12月, 2009 1 次提交
    • T
      TWL4030 Add usb PHY support · bffbb2a8
      Tom Rix 提交于
      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: NTom Rix <Tom.Rix@windriver.com>
      bffbb2a8
  13. 18 12月, 2009 1 次提交
  14. 16 12月, 2009 1 次提交
  15. 08 12月, 2009 1 次提交
  16. 06 12月, 2009 1 次提交
  17. 28 11月, 2009 2 次提交
  18. 31 10月, 2009 1 次提交
  19. 28 10月, 2009 1 次提交
  20. 24 10月, 2009 1 次提交
    • T
      TI OMAP3 SDP3430: Initial Support · e63e5904
      Tom Rix 提交于
      Start of support of
      Texas Instruments Software Development Platform(SDP)
      for OMAP3430 - SDP3430
      
      Highlights of this platform are:
      Flash Memory devices:
      	Sibley NOR, Micron 8bit NAND and OneNAND
      Connectivity:
      	3 UARTs and expanded 4 UART ports + IrDA
      	Ethernet, USB
      Other peripherals:
      	TWL5030 PMIC+Audio+Keypad
      	VGA display
      Expansion ports:
      	Memory devices plugin boards (PISMO)
      	Connectivity board for GPS,WLAN etc.
      Completely configurable boot sequence and device mapping
      etc.
      
      Support default jumpering and:
       - UART1/ttyS0 console(legacy sdp3430 u-boot)
       - UART3/ttyS2 console (matching other boards,
      		 and SDP HW docs)
       - Ethernet
       - mmc0
       - NOR boot
      
      Currently the UART1 is enabled by default.  for
      compatibility with other OMAP3 u-boot platforms,
      enable the #define of CONSOLE_J9.
      
      Conflicts:
      
      	Makefile
      
      Fixed the conflict with smdkc100_config by moving omap_sdp3430_config
      to it is alphabetically sorted location above zoom1.
      Signed-off-by: NDavid Brownell <david-b@pacbell.net>
      Signed-off-by: NNishanth Menon <nm@ti.com>
      Signed-off-by: NTom Rix <Tom.Rix@windriver.com>
      e63e5904
  21. 19 10月, 2009 3 次提交
  22. 16 10月, 2009 2 次提交
  23. 14 10月, 2009 1 次提交
  24. 13 10月, 2009 2 次提交