Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jul 2011 17:22:01 +0000 (UTC)
From:      "Jayachandran C." <jchandra@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/conf Makefile.mips src/sys/mips/mips elf_trampoline.c
Message-ID:  <201107161722.p6GHMUpX047465@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jchandra    2011-07-16 17:22:01 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             Makefile.mips 
    sys/mips/mips        elf_trampoline.c 
  Log:
  SVN rev 224105 on 2011-07-16 17:22:01Z by jchandra
  
  Support compiling MIPS elf trampoline with a different ABI.
  
  Allow changing the trampoline ABI with makeoptions, this will allow
  us to have a trampoline with a different ABI from the kernel.
  Useful in cases where we have to boot a 64 bit kernel from a
  bootloader which supports only 32 bit or vice versa.
  
  Approved by:    bz(re), jmallett, imp
  
  Revision  Changes    Path
  1.8       +14 -7     src/sys/conf/Makefile.mips
  1.5       +31 -16    src/sys/mips/mips/elf_trampoline.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107161722.p6GHMUpX047465>