1. 30 Jun, 2008 1 commit
  2. 29 Jun, 2008 1 commit
    • Jesper Nilsson's avatar
      [CRIS] Build fixes for compressed and rescue images for v10 and v32: · bdb144b6
      Jesper Nilsson authored
      - Use the normal cross gcc instead of using an elf specific cris toolchain.
        This removes the dependency of this second toolchain.
      
      - Use the normal cross objcopy instead of overriding it to use elf-toolchain.
        This allows compiling using "CROSS_COMPILE=$CRIS_GCC/cris-axis-linux-gnu-"
        instead of just "CROSS_COMPILE=$CRIS_GCC/cris-axis-linux-gnu/bin/"
      
      - Remove redundant rules for compiling, the implicit rules are sufficient.
      
      - Convert the arch/cris/arch-v10/boot/compressed/head.S to format
        accepted by the cris-axis-linux-gnu-gcc (registers must be prefixed
        with '$', remove explicit underscore on exported symbols)
      
      - Remove a number of unused (and duplicated) prototypes from
        arch/cris/arch-v10/boot/compressed/misc.c.
      
      - Correct memcpy and memset return values (actually return them!)
      Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
      bdb144b6
  3. 25 Jun, 2008 4 commits
  4. 24 Jun, 2008 26 commits
  5. 23 Jun, 2008 8 commits