27 Jun, 2012

1 commit


05 Mar, 2012

1 commit

  • There is a lot of years of collected cruft in the m68knommu linker script.
    Clean it all up and use the well defined linker script support macros.

    Support is maintained for building both ROM/FLASH based and RAM based setups.
    No major changes to section layouts, though the rodata section is now lumped
    in with the read/write data section.

    Signed-off-by: Greg Ungerer

    Greg Ungerer
     

30 Dec, 2011

1 commit

  • Use the non-MMU linker script for ColdFire builds when we are building
    for MMU enabled. The image layout is correct for loading on existing
    ColdFire dev boards. The only addition required to the current non-MMU
    linker script is to add support for the fixup section.

    Signed-off-by: Greg Ungerer
    Acked-by: Geert Uytterhoeven
    Acked-by: Matt Waddel
    Acked-by: Kurt Mahan

    Greg Ungerer
     

24 Dec, 2011

1 commit

  • The merge of m68knommu left the linker scripts a little disorganized.
    Some consistent naming and squashing two of scripts that just include
    others can simplify things a lot.

    So merge the two simple including scripts, and rename the nommu script
    to be consistent with the existing m68k linker scripts.

    Signed-off-by: Greg Ungerer

    Greg Ungerer