On 2009-09-01, at 20:08, Wolfgang Denk wrote: >> 3) If presume that we cannot use the GPLv2 glue files in a >> closed >> source application. > > Correct.
There's also a BSD licensed version of the gluing code and the syscall entry, which is used for integration of the FreeBSD loader(8) with U- Boot through the API, so maybe using this code would be an option: http://svn.freebsd.org/base/head/sys/boot/uboot/lib/glue.{c,h} http://svn.freebsd.org/base/head/sys/boot/powerpc/uboot/start.S Rafal _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

