cvs commit: src/sys/tools embed_mfs.sh src/sys/conf Makefile.arm kern.post.mk

Rafal Jaworowski raj at FreeBSD.org
Tue Feb 5 02:46:31 PST 2008


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)


More information about the cvs-all mailing list