06 Feb, 2014

2 commits


09 Nov, 2013

3 commits


15 Oct, 2013

2 commits


19 Sep, 2013

2 commits


24 Jul, 2013

1 commit

  • Add a const keyword to the sect_buf argument of
    ide_write_data to fix the following warning:

    cmd_ide.c: In function '__ide_output_data':
    cmd_ide.c:548: warning: passing argument 2 of 'ide_write_data' discards qualifiers from pointer target type
    /devel/u-boot.git/include/ide.h:76: note: expected 'ulong *' but argument is of type 'const ulong *'

    Also modify the driver-model documentation to
    match with the new prototype.

    Compile tested only.

    Cc: Macpaul Lin
    Signed-off-by: Gabor Juhos

    Gabor Juhos
     

15 May, 2013

1 commit


12 Apr, 2013

1 commit


19 Mar, 2013

1 commit

  • Albert's rework of the linker scripts conflicted with Simon's making
    everyone use __bss_end. We also had a minor conflict over
    README.scrapyard being added to in mainline and enhanced in
    u-boot-arm/master with proper formatting.

    Conflicts:
    arch/arm/cpu/ixp/u-boot.lds
    arch/arm/cpu/u-boot.lds
    arch/arm/lib/Makefile
    board/actux1/u-boot.lds
    board/actux2/u-boot.lds
    board/actux3/u-boot.lds
    board/dvlhost/u-boot.lds
    board/freescale/mx31ads/u-boot.lds
    doc/README.scrapyard
    include/configs/tegra-common.h

    Build tested for all of ARM and run-time tested on am335x_evm.

    Signed-off-by: Tom Rini

    Tom Rini
     

12 Mar, 2013

1 commit


28 Feb, 2013

1 commit


27 Oct, 2012

1 commit


17 Oct, 2012

1 commit


03 Sep, 2012

12 commits


02 Sep, 2012

2 commits