From owner-cvs-src@FreeBSD.ORG Sat Feb 23 17:56:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 851D616A407; Sat, 23 Feb 2008 17:56:17 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 66E5F13C459; Sat, 23 Feb 2008 17:56:17 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1NHuHHT010673; Sat, 23 Feb 2008 17:56:17 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1NHuHrh010672; Sat, 23 Feb 2008 17:56:17 GMT (envelope-from marcel) Message-Id: <200802231756.m1NHuHrh010672@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 23 Feb 2008 17:56:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/uboot/lib Makefile glue.c glue.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Feb 2008 17:56:17 -0000 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)