mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
U-Boot port is based on sources forked from GRUB-0.97 by Sun in 2004,
which can be found here:
http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/zfs-include/zfs.h
Released by Sun for GRUB under the license:
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
GRUB official releases include ZFS in version:
ftp://alpha.gnu.org/gnu/grub/grub-1.99~rc1.tar.gz
And patched against GRUB Bazaar repository for ashift fixes (4KB HDDs)
more conveniently found at github:
|
||
|---|---|---|
| .. | ||
| dmu.h | ||
| dmu_objset.h | ||
| dnode.h | ||
| dsl_dataset.h | ||
| dsl_dir.h | ||
| sa_impl.h | ||
| spa.h | ||
| uberblock_impl.h | ||
| vdev_impl.h | ||
| zap_impl.h | ||
| zap_leaf.h | ||
| zfs.h | ||
| zfs_acl.h | ||
| zfs_znode.h | ||
| zil.h | ||
| zio.h | ||
| zio_checksum.h | ||