Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2008 17:56:17 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/uboot/lib Makefile glue.c glue.h
Message-ID:  <200802231756.m1NHuHrh010672@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2008-02-23 17:56:17 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/uboot/lib   Makefile glue.c 
  Added files:
    sys/boot/uboot/lib   glue.h 
  Log:
  o  Build libuboot with -msoft-float like everything else.
  o  Move the API prototypes to a separate header (glue.h)
  o  Allow the platform to hint libuboot about where to look
     for the API signature. The uboot_address variable is
     expected to be defined by the platform.
  
  Revision  Changes    Path
  1.2       +1 -1      src/sys/boot/uboot/lib/Makefile
  1.2       +10 -49    src/sys/boot/uboot/lib/glue.c
  1.1       +77 -0     src/sys/boot/uboot/lib/glue.h (new)



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