Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2008 10:46:30 +0000 (UTC)
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/tools embed_mfs.sh src/sys/conf Makefile.arm kern.post.mk
Message-ID:  <200802051046.m15AkUfH029643@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
raj         2008-02-05 10:46:30 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             Makefile.arm kern.post.mk 
  Added files:
    sys/tools            embed_mfs.sh 
  Log:
  Introduce a standalone shell script for embedding MFS image.
  
  This allows to fix a problem with ARM kernel.bin not having the MFS image
  embedded: it is objcopied from the kernel.noheader temporary ELF file, which
  was not subject to embedding the MFS image previously.
  
  Reviewed by:    imp
  Approved by:    cognet (mentor)
  
  Revision  Changes    Path
  1.35      +4 -0      src/sys/conf/Makefile.arm
  1.101     +1 -7      src/sys/conf/kern.post.mk
  1.1       +39 -0     src/sys/tools/embed_mfs.sh (new)



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