11 Jan, 2011

5 commits


10 Jan, 2011

13 commits


24 Dec, 2010

1 commit

  • Commit 722b061 "autocomplete: remove runtime handler install" caused
    some boards (like NETTA2_V2) to break with errors like these:

    cmd_net.c:296: error: expected expression before ',' token

    Fix this.

    Signed-off-by: Wolfgang Denk
    Cc: Mike Frysinger

    Wolfgang Denk
     

23 Dec, 2010

2 commits


21 Dec, 2010

1 commit

  • It can be optimised out by the compiler otherwise resulting
    in obscure errors like a board not booting.

    This has been documented in README since 2006 when these were
    first fixed up for GCC 4.x.

    Signed-off-by: John Rigby

    Fix some additional places.

    Signed-off-by: Wolfgang Denk
    Acked-By: Albert ARIBAUD

    John Rigby
     

19 Dec, 2010

9 commits

  • Wolfgang Denk
     
  • Convert the variable omap3_evm_version to u32 to work around
    some broken linkers from older tool chains. E.g. CodeSourcery's
    2009q1-203 ld 2.19.51.20090205. Without this, these linkers
    stop linking 'omap3_evm' or at least issue a warning. Like

    arm-none-linux-gnueabi-ld: section .bss [8003f5e0 -> 8007e337] overlaps section .rel.dyn [8003f5e0 -> 80044e57]
    arm-none-linux-gnueabi-ld: section .dynsym [80044e58 -> 80044ef7] overlaps section.bss [8003f5e0 -> 8007e337]
    arm-none-linux-gnueabi-ld: u-boot: section .bss vma 0x8003f5e0 overlaps previous sections

    CC: Sanjeev Premi
    Signed-off-by: Dirk Behme

    Dirk Behme
     
  • The current code use all the voltage range support by the host
    controller to do the validation. This will cause problem when
    the host supports Low Voltage Range. Change the validation
    voltage to be based on board setup.

    Signed-off-by: Li Yang
    Tested-by: Stefano Babic
    Signed-off-by: Kumar Gala

    Li Yang
     
  • The max clock of MMC is 52MHz

    Signed-off-by: Jerry Huang
    Tested-by: Stefano Babic
    Signed-off-by: Kumar Gala

    Jerry Huang
     
  • After booting the u-boot, and first using some SD card (such as Sandisk 2G SD
    card), because the field 'clock' of struct mmc is zero, this will cause
    the read transfer is always active and SDHC DATA line is always active,
    therefore, driver can't handle the next command.

    Therefore, we use mmc_set_clock to setup both the data structure and HW
    to the initial clock speed of 400000Hz.

    Signed-off-by: Jerry Huang
    Tested-by: Stefano Babic
    Signed-off-by: Kumar Gala

    Jerry Huang
     
  • Add reginfo as a default command for p1022ds boards

    Signed-off-by: Matthew McClintock
    Signed-off-by: Kumar Gala

    Matthew McClintock
     
  • The current code use all the voltage range support by the host
    controller to do the validation. This will cause problem when
    the host supports Low Voltage Range. Change the validation
    voltage to be based on board setup.

    Signed-off-by: Li Yang
    Tested-by: Stefano Babic
    Signed-off-by: Kumar Gala

    Li Yang
     
  • The max clock of MMC is 52MHz

    Signed-off-by: Jerry Huang
    Tested-by: Stefano Babic
    Signed-off-by: Kumar Gala

    Jerry Huang
     
  • After booting the u-boot, and first using some SD card (such as Sandisk 2G SD
    card), because the field 'clock' of struct mmc is zero, this will cause
    the read transfer is always active and SDHC DATA line is always active,
    therefore, driver can't handle the next command.

    Therefore, we use mmc_set_clock to setup both the data structure and HW
    to the initial clock speed of 400000Hz.

    Signed-off-by: Jerry Huang
    Tested-by: Stefano Babic
    Signed-off-by: Kumar Gala

    Jerry Huang
     

18 Dec, 2010

9 commits