12 Oct, 2011

3 commits


10 Oct, 2011

16 commits


07 Oct, 2011

5 commits

  • Previous output:
    Marvell>> mmc part

    Partition Map for MMC device 1 -- Partition Type: EFI

    Part Start LBA End LBA
    gpt1 0x8C00 0xCBFF
    gpt2 0xCC00 0x57BFF
    gpt3 0x57C00 0xA2BFF
    gpt4 0xA2C00 0xECBFDE

    With the patch, the output becomes:
    Marvell>> mmc part

    Partition Map for MMC device 1 -- Partition Type: EFI

    Part Name Start LBA End LBA
    1 ramdisk 0x00008C00 0x0000CBFF
    2 system 0x0000CC00 0x00057BFF
    3 userdata 0x00057C00 0x000A2BFF
    4 remaining 0x000A2C00 0x00ECBFDE

    Signed-off-by: Lei Wen

    Lei Wen
     
  • mkimage's ublimage support can't depend of build-time board configs;
    instead, this should be set in ublimage.cfg. Since currently no configs
    in u-boot override the NAND block size, hardcode it as such in
    ublimage.h to fix a build failure with "make tools":
    gcc [...] -o ublimage.o ublimage.c -c
    In file included from ublimage.c:37:0:
    ublimage.h:31:20: fatal error: config.h: No such file or directory

    Cc: Heiko Schocher
    Cc: patches@linaro.org
    Signed-off-by: Loïc Minier
    Acked-by: Heiko Schocher

    Loïc Minier
     
  • Generate timestamp_autogenerated.h as safely as version_autogenerated.h.

    Cc: patches@linaro.org
    Signed-off-by: Loïc Minier
    Acked-by: Mike Frysinger

    Loïc Minier
     
  • Tools such as mkimage include version information but are
    config-agnostic; build timestamp_autogenerated.h even when config.mk
    isn't generated to fix "make tools" build failure:
    gcc [...] -o mkimage.o mkimage.c -c
    In file included from include/version.h:27:0, from mkimage.c:26:
    include/timestamp.h:27:37: fatal error: timestamp_autogenerated.h: No
    such file or directory

    Cc: patches@linaro.org
    Signed-off-by: Loïc Minier
    Acked-by: Mike Frysinger

    Loïc Minier
     
  • The generated file asm-offsets.s may be found at various depths in the
    arch subdirectories, so simply ignore it throughout the tree.

    Signed-off-by: Laurence Withers
    Acked-by: Mike Frysinger

    Laurence Withers
     

06 Oct, 2011

16 commits