26 Jan, 2010

1 commit


24 Jan, 2010

1 commit


23 Jan, 2010

8 commits


18 Jan, 2010

3 commits

  • - malloc size 4 MB for all keymile boards
    - use generic FDT code for fixing up the DTS
    - enable unit-led at startup for keymile boards
    - remove some dts updates for keymile boards
    - ppc_83xx, kmeter1: take FE/GbE PHYs out of reset
    - ppc_83xx, kmeter1: change from Intel Strata to Spansion 64MB flash
    changed from Intel Strata to Spansion 64MB flash and changed flash layout.
    +---------+----------+-----------------------+-----------------------------+
    | name | size | range | description |
    +---------+----------+-----------------------+-----------------------------+
    | u-boot | 768 KB | 0xf0000000-0xf00bffff | for u-boot |
    | env | 128 KB | 0xf00c0000-0xf00dffff | for environment |
    | envred | 128 KB | 0xf00e0000-0xf00fffff | for environment (redundant) |
    | ubi0 | 64512 KB | 0xf0100000-0xf3ffffff | ubi0 for ubi volumes |
    +---------+----------+-----------------------+-----------------------------+

    Signed-off-by: Heiko Schocher

    Heiko Schocher
     
  • Wolfgang Denk
     
  • When referring to PCIe and USB 'endpoint' is the standard naming
    convention.

    Signed-off-by: Peter Tyser
    Acked-by: Stefan Roese
    Acked-by: Remy Bohmer

    Peter Tyser
     

17 Jan, 2010

7 commits


13 Jan, 2010

3 commits


09 Jan, 2010

1 commit


08 Jan, 2010

3 commits

  • Remove PCI reset, if there is a monarch PMC module.

    Signed-off-by: Reinhard Arlt
    Signed-off-by: Stefan Roese

    convert clrbits_be32 + setbits_be32 to clrsetbits_be32, use out_be32 to set gcr.

    Signed-off-by: Kim Phillips

    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: 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
     

06 Jan, 2010

13 commits