26 Sep, 2012

1 commit


22 Sep, 2012

1 commit


21 Sep, 2012

1 commit


19 Sep, 2012

1 commit

  • This board is the only board that still sticks to OneNAND IPL.
    Remove this board, since we have SPL around for a while and
    OneNAND is well supported in the SPL framework. The board can
    be revived if necessary.

    Signed-off-by: Marek Vasut
    Cc: Albert Aribaud
    Cc: Kyungmin Park
    Cc: Tom Rini

    Marek Vasut
     

18 Sep, 2012

1 commit


08 Sep, 2012

1 commit


03 Sep, 2012

16 commits


02 Sep, 2012

2 commits


01 Sep, 2012

4 commits


24 Aug, 2012

1 commit


23 Aug, 2012

3 commits

  • Provides a tool to build boot Image for PBL(Pre boot loader) which is
    used on Freescale CoreNet SoCs, PBL can be used to load some instructions
    and/or data for pre-initialization. The default output image is u-boot.pbl,
    for more details please refer to doc/README.pblimage.

    Signed-off-by: Shaohui Xie
    Signed-off-by: Andy Fleming

    Shaohui Xie
     
  • Added descriptions about boot from PCIE in the files README and
    doc/README.srio-pcie-boot-corenet, and changed the name of the
    doc/README.srio-boot-corenet to doc/README.srio-pcie-boot-corenet.

    Signed-off-by: Liu Gang
    Signed-off-by: Andy Fleming

    Liu Gang
     
  • Update some descriptions due to the implementation changes:

    For master:
    Get rid of the SRIOBOOT_MASTER build target, and to support
    for serving as a SRIO boot master via environment variable.
    For slave:
    1. When compile the slave image for boot from SRIO, no longer
    need to specify which SRIO port it will boot from.
    2. All slave's cores should be in hold off.

    Signed-off-by: Liu Gang
    Signed-off-by: Andy Fleming

    Liu Gang
     

10 Aug, 2012

3 commits

  • Signed-off-by: Uma Shankar
    Signed-off-by: Manjunatha C Achar
    Signed-off-by: Iqbal Shareef
    Signed-off-by: Hakgoo Lee

    Uma Shankar
     
  • U-Boot port is based on sources forked from GRUB-0.97 by Sun in 2004,
    which can be found here:
    http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/zfs-include/zfs.h

    Released by Sun for GRUB under the license:
    * This program is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2 of the License, or
    * (at your option) any later version.

    GRUB official releases include ZFS in version:
    ftp://alpha.gnu.org/gnu/grub/grub-1.99~rc1.tar.gz

    And patched against GRUB Bazaar repository for ashift fixes (4KB HDDs)
    more conveniently found at github:
    https://github.com/pendor/grub-zfs/commit/e7b6ef3ac3b9685ac4c394c897b1d4221b7381f1

    Signed-off-by: Jorgen Lundman

    Jorgen Lundman
     
  • Add support for specifying a differnt CPU for main u-boot and SPL
    u-boot builds. This is done by adding an optional SPL CPU after the
    main CPU in boards.cfg as follows:

    normal_cpu:spl_cpu

    This this case CPU will be set to "normal_cpu" during the main u-boot
    build and "spl_cpu" during the SPL build.

    Signed-off-by: Allen Martin

    Allen Martin
     

31 Jul, 2012

1 commit

  • * 'next' of git://git.denx.de/u-boot:
    MPC8xx: Fixup warning in arch/powerpc/cpu/mpc8xx/cpu.c
    doc: cleanup - move board READMEs into respective board directories
    net: sh_eth: add support for SH7757's GETHER
    net: sh_eth: modify the definitions of regsiter
    net: sh_eth: add SH_ETH_TYPE_ condition
    net: sh_eth: clean up for the SH7757's code
    net: fec_mxc: Fix MDC for xMII
    net: fec_mxc: Fix setting of RCR for xMII
    net: nfs: make NFS_TIMEOUT configurable
    net: Inline the new eth_setenv_enetaddr_by_index function
    net: allow setting env enetaddr from net device setting
    net/designware: Consecutive writes to the same register to be avoided
    CACHE: net: asix: Fix asix driver to work with data cache on
    net: phy: micrel: make ksz9021 phy accessible
    net: abort network initialization if the PHY driver fails
    phylib: phy_startup() should return an error code on failure
    net: tftp: fix type of block arg to store_block

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

29 Jul, 2012

1 commit


23 Jul, 2012

1 commit


21 Jul, 2012

2 commits