1. 21 4月, 2009 1 次提交
  2. 01 11月, 2008 1 次提交
    • J
      [CRIS] Remove links from CRIS build · c5ec6fb0
      Jesper Nilsson 提交于
      Remove the links to architecture and machine dependent directories
      (boot, lib, drivers, arch, mach)
      
      The links were created and used mostly from the arch/cris/Makefile,
      so why not dispense with them altogether?
      Changed $(ARCH) to "cris" in Makefile, it is easier to read this way.
      
      The CRISv32 head.S common files for the kernel and compressed images
      needed to be modified to use ifdefs instead of using the now removed
      mach link. Since there are only two versions, this is not a huge loss
      in readability.
      
      The link to vmlinux.lds.S is also replaced with a merged version
      which uses ifdefs to select the correct layout.
      System.map before and after are identical.
      Signed-off-by: NJesper Nilsson <jesper.nilsson@axis.com>
      Acked-by: NSam Ravnborg <sam@ravnborg.org>
      c5ec6fb0
  3. 30 10月, 2008 1 次提交
  4. 08 2月, 2008 1 次提交
    • J
      CRIS v32: Update compressed head.S · 247c3c95
      Jesper Nilsson 提交于
      - Fixes for NAND and NOR flash booting.
      - Use assembler macros for common tasks (clocks, general io etc)
      - Use (EtraxFS or Artpec-3) machine specific include for dram and hardware init.
      247c3c95
  5. 01 7月, 2006 1 次提交
  6. 28 7月, 2005 1 次提交