Skip to content

Releases: mj22226/u-boot

2023.10.1

09 Oct 19:00
Compare
Choose a tag to compare
Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot…

v2023.07-rc1.1

01 May 21:12
e1dbcdb
Compare
Choose a tag to compare
uboot: rockchip: add nanopi r6c

Signed-off-by: Marty Jones <[email protected]>

v2023.5.4

29 Apr 18:56
558af9c
Compare
Choose a tag to compare
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

26 Apr 22:27
1c5731a
Compare
Choose a tag to compare
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'

26 Apr 19:02
Compare
Choose a tag to compare
- 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'

26 Apr 19:01
Compare
Choose a tag to compare
- 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'

25 Apr 19:03
Compare
Choose a tag to compare
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.