Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jul 2010 00:49:22 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot Makefile src/sys/boot/common Makefile.inc src/sys/boot/fdt Makefile src/sys/boot/ficl Makefile src/sys/boot/ofw Makefile.inc src/sys/boot/ofw/libofw Makefile libofw.h ppc64_elf_freebsd.c src/sys/boot/powerpc Makefile.inc ...
Message-ID:  <201007120049.o6C0ncGi039823@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nwhitehorn    2010-07-12 00:49:22 UTC

  FreeBSD src repository

  Modified files:
    sys/boot             Makefile 
    sys/boot/common      Makefile.inc 
    sys/boot/fdt         Makefile 
    sys/boot/ficl        Makefile 
    sys/boot/ofw         Makefile.inc 
    sys/boot/ofw/libofw  Makefile libofw.h 
    sys/boot/powerpc     Makefile.inc 
    sys/boot/powerpc/boot1.chrp Makefile 
    sys/boot/powerpc/ofw Makefile conf.c ldscript.powerpc 
                         metadata.c 
    sys/boot/powerpc/uboot Makefile ldscript.powerpc 
    sys/boot/uboot       Makefile.inc 
  Added files:
    sys/boot/ofw/libofw  ppc64_elf_freebsd.c 
  Log:
  SVN rev 209920 on 2010-07-12 00:49:22Z by nwhitehorn
  
  Provide support in loader for booting 64-bit PowerPC kernels. Like amd64,
  64-bit PowerPC kernels are loaded by a 32-bit loader, since nearly all
  powerpc64 firmwares execute in 32-bit mode.
  
  Revision  Changes    Path
  1.42      +3 -3      src/sys/boot/Makefile
  1.27      +4 -1      src/sys/boot/common/Makefile.inc
  1.2       +5 -1      src/sys/boot/fdt/Makefile
  1.47      +7 -3      src/sys/boot/ficl/Makefile
  1.2       +5 -0      src/sys/boot/ofw/Makefile.inc
  1.14      +2 -1      src/sys/boot/ofw/libofw/Makefile
  1.13      +3 -0      src/sys/boot/ofw/libofw/libofw.h
  1.1       +101 -0    src/sys/boot/ofw/libofw/ppc64_elf_freebsd.c (new)
  1.2       +5 -0      src/sys/boot/powerpc/Makefile.inc
  1.2       +1 -1      src/sys/boot/powerpc/boot1.chrp/Makefile
  1.27      +3 -2      src/sys/boot/powerpc/ofw/Makefile
  1.14      +1 -0      src/sys/boot/powerpc/ofw/conf.c
  1.3       +1 -1      src/sys/boot/powerpc/ofw/ldscript.powerpc
  1.8       +52 -16    src/sys/boot/powerpc/ofw/metadata.c
  1.7       +3 -2      src/sys/boot/powerpc/uboot/Makefile
  1.2       +1 -1      src/sys/boot/powerpc/uboot/ldscript.powerpc
  1.2       +5 -0      src/sys/boot/uboot/Makefile.inc



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