28 Jan, 2014

1 commit

  • The generic makefile now sets '-Wa,--gdwarf2' in KBUILD_AFLAGS, so
    this setting is no longer needed in arch makefiles.

    Also remove a commented out addition of a -O1 to KBUILD_CFLAGS, and
    comment text relating to these removed lines.

    Cc: David Howells
    Signed-off-by: Geoff Levand for Huawei, Linaro
    Signed-off-by: Michal Marek

    Geoff Levand
     

06 Oct, 2012

1 commit

  • It seems the current (gcc 4.6.3) no longer provides this so make it
    conditional.

    As reported by Tony before, the mn10300 architecture cross-compiles with
    gcc-4.6.3 if -mmem-funcs is not added to KBUILD_CFLAGS.

    Reported-by: Tony Breeds
    Signed-off-by: Geert Uytterhoeven
    Cc: David Howells
    Cc: Koichi Yasutake
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Geert Uytterhoeven
     

05 May, 2012

1 commit

  • Same code. Use the generic version. The special Makefile treatment is
    pointless anyway as init_task.o contains only data which is handled by
    the linker script. So no point on being treated like head text.

    Signed-off-by: Thomas Gleixner
    Acked-by: David Howells
    Link: http://lkml.kernel.org/r/20120503085035.011270394@linutronix.de

    Thomas Gleixner
     

28 Oct, 2010

1 commit


12 Jan, 2010

1 commit

  • The gcc-4.2.1 based toolchain for MN10300 adds some new note sections
    which need to be stripped from the binary image. This patch takes care of
    that.

    Signed-off-by: Mark Salter
    Signed-off-by: David Howells
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mark Salter
     

10 Apr, 2009

2 commits


09 Feb, 2008

1 commit

  • Add architecture support for the MN10300/AM33 CPUs produced by MEI to the
    kernel.

    This patch also adds board support for the ASB2303 with the ASB2308 daughter
    board, and the ASB2305. The only processor supported is the MN103E010, which
    is an AM33v2 core plus on-chip devices.

    [akpm@linux-foundation.org: nuke cvs control strings]
    Signed-off-by: Masakazu Urade
    Signed-off-by: Koichi Yasutake
    Signed-off-by: David Howells
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Howells