cvs commit: src/sys/boot/powerpc/uboot Makefile conf.c help.uboot ldscript.powerpc metadata.c start.S version

Marcel Moolenaar marcel at FreeBSD.org
Sat Feb 16 14:40:56 PST 2008


marcel      2008-02-16 22:40:55 UTC

  FreeBSD src repository

  Added files:
    sys/boot/powerpc/uboot Makefile conf.c help.uboot 
                           ldscript.powerpc metadata.c start.S 
                           version 
  Log:
  MFp4 (e500):
  
  Add support for U-Boot. This uses the U-Boot API as developed by
  Rafal and which is (will be) part of U-Boot 1.3.2 and later.
  
  Credits to: raj@
  
  Revision  Changes    Path
  1.1       +99 -0     src/sys/boot/powerpc/uboot/Makefile (new)
  1.1       +109 -0    src/sys/boot/powerpc/uboot/conf.c (new)
  1.1       +1 -0      src/sys/boot/powerpc/uboot/help.uboot (new)
  1.1       +137 -0    src/sys/boot/powerpc/uboot/ldscript.powerpc (new)
  1.1       +369 -0    src/sys/boot/powerpc/uboot/metadata.c (new)
  1.1       +93 -0     src/sys/boot/powerpc/uboot/start.S (new)
  1.1       +9 -0      src/sys/boot/powerpc/uboot/version (new)


More information about the cvs-all mailing list