Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jul 2011 19:01:09 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/powerpc/ps3 Makefile conf.c devicename.c lv1call.S lv1call.h main.c ps3bus.h ps3devdesc.h ps3disk.c ps3repo.c ps3repo.h ps3stor.c ps3stor.h version
Message-ID:  <201107161901.p6GJ1Mal056360@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nwhitehorn    2011-07-16 19:01:09 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/powerpc/ps3 Makefile conf.c devicename.c lv1call.S 
                         lv1call.h main.c version 
  Added files:
    sys/boot/powerpc/ps3 ps3bus.h ps3devdesc.h ps3disk.c ps3repo.c 
                         ps3repo.h ps3stor.c ps3stor.h 
  Log:
  SVN rev 224106 on 2011-07-16 19:01:09Z by nwhitehorn
  
  Add support for booting PS3s from disk. This is still a little hackish until
  we can find a way to get the information from petitboot or to guess it, so
  the current algorithm is:
  
  1. See if ps3disk3p1 (first GPT slice on OtherOS partition) exists, and if
     so try to boot it.
  2. Otherwise, netboot.
  
  Submitted by:   glevand <geoffrey.levand at mail dot ru >
  
  Revision  Changes    Path
  1.4       +2 -2      src/sys/boot/powerpc/ps3/Makefile
  1.2       +3 -3      src/sys/boot/powerpc/ps3/conf.c
  1.2       +9 -11     src/sys/boot/powerpc/ps3/devicename.c
  1.2       +97 -1     src/sys/boot/powerpc/ps3/lv1call.S
  1.2       +8 -0      src/sys/boot/powerpc/ps3/lv1call.h
  1.2       +40 -6     src/sys/boot/powerpc/ps3/main.c
  1.1       +41 -0     src/sys/boot/powerpc/ps3/ps3bus.h (new)
  1.1       +53 -0     src/sys/boot/powerpc/ps3/ps3devdesc.h (new)
  1.1       +313 -0    src/sys/boot/powerpc/ps3/ps3disk.c (new)
  1.1       +249 -0    src/sys/boot/powerpc/ps3/ps3repo.c (new)
  1.1       +51 -0     src/sys/boot/powerpc/ps3/ps3repo.h (new)
  1.1       +165 -0    src/sys/boot/powerpc/ps3/ps3stor.c (new)
  1.1       +59 -0     src/sys/boot/powerpc/ps3/ps3stor.h (new)
  1.2       +2 -0      src/sys/boot/powerpc/ps3/version



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