26 Mar, 2015

1 commit

  • For gcc5 c6x raw compiler, at present, it may not define __linux__, so
    c6x kernel still needs to define __linux__ just like another archs have
    done. The related error:

    CC [M] fs/coda/psdev.o
    In file included from include/linux/coda.h:64:0,
    from fs/coda/psdev.c:45:
    include/uapi/linux/coda.h:221:2: error: unknown type name 'u_quad_t'
    u_quad_t va_size; /* file size in bytes */
    ^
    include/uapi/linux/coda.h:229:2: error: unknown type name 'u_quad_t'
    u_quad_t va_bytes; /* bytes of disk space held by file */
    ^
    include/uapi/linux/coda.h:230:2: error: unknown type name 'u_quad_t'
    u_quad_t va_filerev; /* file modification number */
    ^

    Signed-off-by: Chen Gang
    Signed-off-by: Mark Salter

    Chen Gang
     

04 Dec, 2012

1 commit

  • The current rules have the .dtb files build in a different directory
    from the .dts files. This patch changes c6x to use the generic dtb
    rule which builds .dtb files in the same directory as the source .dts.

    This requires moving parts of arch/c6x/boot/Makefile into newly created
    arch/c6x/boot/dts/Makefile, and updating arch/c6x/Makefile to call the
    new Makefile. linked_dtb.S is also moved into boot/dts/ since it's used
    by rules that were moved.

    Acked-by: Mark Salter
    Cc: Aurelien Jacquiot
    Cc: linux-c6x-dev@linux-c6x.org
    Signed-off-by: Stephen Warren
    Signed-off-by: Rob Herring

    Stephen Warren
     

04 Oct, 2012

1 commit


07 Oct, 2011

1 commit