Releases: mj22226/u-boot
Releases · mj22226/u-boot
2023.10.1
v2023.07-rc1.1
uboot: rockchip: add nanopi r6c Signed-off-by: Marty Jones <[email protected]>
v2023.5.4
ARM: dts: rk3588-rock-5b-u-boot: add pinctrl for eMMC in SPL Add bootph-all to pins for eMMC, such that it will be available in SPL. Signed-off-by: Eugen Hristev <[email protected]>
v2023.5.3
rockchip: add FriendlyElec NanoPi R6C Signed-off-by: Marty Jones <[email protected]>
2023.5.2: Merge branch '2023-04-26-enable-bootstd-for-all-rockchip'
- Merge Simon's series that enables bootstd and the distro bootmeth there for all of Rockchip.
2023.5.1: Merge branch '2023-04-26-enable-bootstd-for-all-rockchip'
- Merge Simon's series that enables bootstd and the distro bootmeth there for all of Rockchip.
v2023.05: Merge branch '2023-04-25-use-bounce-buffers-for-VIRTIO_F_IOMMU_PLATFORM'
To quote the author: These patches will use bounce buffers when VIRTIO_F_IOMMU_PLATFORM feature is in a virtio device. This feature can be tested with qemu with -device virtio-iommu-pci. So that when a -device virtio-blk-pci with iommu_platform=true, it will uses the bounce buffer instead.