Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2008 17:34:28 +0000 (UTC)
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/arm/uboot Makefile conf.c version src/sys/boot/uboot/lib devicename.c disk.c glue.c glue.h libuboot.h net.c src/sys/sys disklabel.h
Message-ID:  <200811191734.mAJHYenh038001@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
raj         2008-11-19 17:34:28 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/arm/uboot   Makefile conf.c version 
    sys/boot/uboot/lib   devicename.c disk.c glue.c glue.h 
                         libuboot.h net.c 
    sys/sys              disklabel.h 
  Log:
  SVN rev 185099 on 2008-11-19 17:34:28Z by raj
  
  Initial storage functionality for U-Boot support library.
  
  - Only non-sliced bsdlabel style partitioning is currently supported (but provisions
    are made towards GPT support, which should follow soon)
  - Enable storage support in loader on ARM
  
  Obtained from:  Semihalf
  
  Revision  Changes    Path
  1.2       +2 -2      src/sys/boot/arm/uboot/Makefile
  1.2       +1 -1      src/sys/boot/arm/uboot/conf.c
  1.2       +1 -0      src/sys/boot/arm/uboot/version
  1.3       +12 -25    src/sys/boot/uboot/lib/devicename.c
  1.3       +402 -48   src/sys/boot/uboot/lib/disk.c
  1.9       +1 -1      src/sys/boot/uboot/lib/glue.c
  1.7       +1 -0      src/sys/boot/uboot/lib/glue.h
  1.4       +8 -12     src/sys/boot/uboot/lib/libuboot.h
  1.7       +0 -1      src/sys/boot/uboot/lib/net.c
  1.112     +1 -1      src/sys/sys/disklabel.h



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