cvs commit: src/sys/boot/uboot/lib Makefile glue.c glue.h
Marcel Moolenaar
marcel at FreeBSD.org
Sat Feb 23 17:56:17 UTC 2008
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)
More information about the cvs-src
mailing list