cvs commit: src/sys/conf Makefile.arm src/sys/arm/arm elf_trampoline.c inckern.S

Olivier Houchard cognet at FreeBSD.org
Mon Jun 12 23:01:10 UTC 2006


cognet      2006-06-12 22:58:50 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             Makefile.arm 
    sys/arm/arm          elf_trampoline.c inckern.S 
  Log:
  MFp4:
  - Try hard to calculate a safe sp, so that the stack doesn't get smashed
  while uncompressing or relocating the kernel.
  - Bring in code needed to calculate the cacheline size etc, needed for
  arm9_idcache_wbinv_all.
  
  Revision  Changes    Path
  1.7       +131 -10   src/sys/arm/arm/elf_trampoline.c
  1.3       +8 -0      src/sys/arm/arm/inckern.S
  1.28      +3 -1      src/sys/conf/Makefile.arm


More information about the cvs-all mailing list