From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jorgen Lundman Date: Thu, 19 Jul 2012 12:20:05 +0900 Subject: [U-Boot] [PATCH v4 1/1] zfs: Add ZFS filesystem support In-Reply-To: <201207182251.49045.vapier@gentoo.org> References: <1337739970-24651-1-git-send-email-lundman@lundman.net> <201207181848.38712.vapier@gentoo.org> <5007515D.6090908@lundman.net> <201207182251.49045.vapier@gentoo.org> Message-ID: <50077CE5.5050300@lundman.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Mike Frysinger wrote: > i could care less about ZFS. i think you missed the entire point i > highlighted: we cannot accept GPLv3 code. u-boot is currently GPLv2, so > adding GPLv3 simply won't work. > -mike Very well, to attempt to go around this I would then have to use the original file, and port it forward to u-boot; Original Sun Version; : solaris11/usr/src/grub/grub-0.97/stage2/zfs_fletcher.c * the Free Software Foundation; either version 2 of the License, or fletcher_2_native(const void *buf, uint64_t size, zio_cksum_t *zcp) fletcher_2_byteswap(const void *buf, uint64_t size, zio_cksum_t *zcp) Current u-boot patch version; * the Free Software Foundation; either version 3 of the License, or fletcher_2(const void *buf, uint64_t size, grub_zfs_endian_t endian,zio_cksum_t *zcp) fletcher_4(const void *buf, uint64_t size, grub_zfs_endian_t endian, zio_cksum_t *zcp) Which _effectively_ changes the "3" to "2", and renames two functions. The file only contains 2 functions, and refers to the "checksumming algorithm the user can chose to use on a filesystem". Then, it is acceptable? -- Jorgen Lundman | Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo | +81 (0)90-5578-8500 (cell) Japan | +81 (0)3 -3375-1767 (home)