22 Sep, 2012

4 commits


21 Sep, 2012

3 commits

  • After further investigation this change is not correct and results in
    get_ram_size returning incorrectly large values. Reported first by
    Gerlando Falauto.

    This reverts commit b8496cced856ff411f1eb2e4eff20f5abe7080b0.

    Signed-off-by: Tom Rini

    Tom Rini
     
  • Update Makefile change for LIBS -> LIBS-y change.

    Conflicts:
    Makefile

    Signed-off-by: Tom Rini

    Tom Rini
     
  • DMA buffer cache invalidation requires that buffers have cache-aligned
    buffer locations and sizes. Use memalign() and ALLOC_CACHE_ALIGN_BUFFER()
    to ensure this.

    On Tegra at least, without this fix, the following fail commands fail in
    u-boot-master/ext4, but succeeded at the branch's branch point in
    u-boot/master. With this fix, the commands work again:

    ext2ls mmc 0:1 /
    ext2load mmc 0:1 /boot/zImage

    Cc: Uma Shankar
    Cc: Manjunatha C Achar
    Cc: Iqbal Shareef
    Cc: Hakgoo Lee
    Cc: Wolfgang Denk
    Cc: Tom Rini
    Signed-off-by: Stephen Warren

    Stephen Warren
     

20 Sep, 2012

11 commits


19 Sep, 2012

22 commits