26 Jan, 2010

2 commits


23 Jan, 2010

4 commits


22 Jan, 2010

2 commits


19 Jan, 2010

1 commit

  • 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: Daniel Hobi
    Signed-off-by: Mike Frysinger

    Daniel Hobi
     

17 Jan, 2010

4 commits


08 Jan, 2010

2 commits

  • 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: Reinhard Arlt
    Signed-off-by: Stefan Roese

    changed to use mkconfig -t option instead, plus misc codingstyle fixes.

    Signed-off-by: Kim Phillips

    Reinhard Arlt
     
  • 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: Anton Vorontsov

    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
    3eb90bad651fab39cffba750ec4421a9c01d60e7 "Generic udelay() with watchdog
    support".

    Signed-off-by: Kim Phillips

    Anton Vorontsov
     

22 Dec, 2009

1 commit


20 Dec, 2009

1 commit

  • 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: Tom Rix

    Tom Rix
     

18 Dec, 2009

1 commit


16 Dec, 2009

2 commits


08 Dec, 2009

3 commits


06 Dec, 2009

1 commit


28 Nov, 2009

2 commits


31 Oct, 2009

1 commit


28 Oct, 2009

1 commit


25 Oct, 2009

1 commit


24 Oct, 2009

1 commit

  • 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: David Brownell
    Signed-off-by: Nishanth Menon
    Signed-off-by: Tom Rix

    Tom Rix
     

19 Oct, 2009

3 commits


16 Oct, 2009

2 commits


14 Oct, 2009

1 commit


13 Oct, 2009

3 commits


01 Oct, 2009

1 commit