]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "zfs: Fix zfs support on aarch64"
authorTom Rini <trini@konsulko.com>
Wed, 17 Apr 2024 16:08:03 +0000 (10:08 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 17 Apr 2024 16:08:59 +0000 (10:08 -0600)
commit198f33a2ebdc0039d3b0a521e83a75496aadde82
tree779998a47c6e62ea1d9245ea429ff7f7c308de8a
parentbeac9581531d7882df8c1de653db18fb3ab4100a
parent730c69f133edf8a38c9479e116dbd944ebb2cb6c
Merge patch series "zfs: Fix zfs support on aarch64"

mwleeds@mailtundra.com <mwleeds@mailtundra.com> says:

This patch series is needed to get U-Boot to boot from a ZFS filesystem
on an aarch64 computer. Some of the patches are not architecture specific
and would be needed to boot ZFS on other platforms as well. The ZFS
support in U-Boot hasn't been substantively touched in several years and
to me it seems like it must have been broken for a long time on all
platforms, but I have only tested on aarch64.

Since there doesn't seem to be a mantainer for this area who I can cc,
I'm hoping these patches get seen and pulled in by a general U-Boot
maintainer.

[trini: Per Igor's comment and Phaedrus agreement, dropped his Tested-by
 on the patches themselves]