cvs commit: src/sys/boot Makefile src/sys/boot/ofw/libofw Makefile openfirm.c src/sys/boot/sparc64/loader hcall.S main.c

Kip Macy kmacy at FreeBSD.org
Sun Oct 8 21:43:08 PDT 2006


kmacy       2006-10-09 04:43:07 UTC

  FreeBSD src repository

  Modified files:
    sys/boot             Makefile 
    sys/boot/ofw/libofw  Makefile openfirm.c 
    sys/boot/sparc64/loader main.c 
  Added files:
    sys/boot/sparc64/loader hcall.S 
  Log:
  add sun4v support to the sparc64 boot loader
  
  Approved by: rwatson (mentor)
  Reviewed by: jmg
  Tested by: kris, dwhite, and jmg
  
  Revision  Changes    Path
  1.31      +1 -1      src/sys/boot/Makefile
  1.10      +1 -1      src/sys/boot/ofw/libofw/Makefile
  1.13      +14 -0     src/sys/boot/ofw/libofw/openfirm.c
  1.1       +986 -0    src/sys/boot/sparc64/loader/hcall.S (new)
  1.27      +107 -8    src/sys/boot/sparc64/loader/main.c


More information about the cvs-all mailing list