On 2024-03-28 17:01, Heinrich Schuchardt wrote:
> On 24.03.24 16:00, Aurelien Jarno wrote:
> > On 2024-03-21 19:11, Heinrich Schuchardt wrote:
> > > The differences between the Milk-V Mars board and the VisionFive 2 board
> > > are small enough that we can support both
in
peripheral mode, but in host mode. That said on the submitted kernel
device tree it seems simply disabled.
Aurelien
[1]
https://lore.kernel.org/linux-kernel/20240131132600.4067-2-jszh...@kernel.org/T/
--
Aurelien Jarno GPG: 4096R/1DDD8C9B
aurel...@aurel32.net
3ecfccab43 100644
> --- a/drivers/serial/serial_sbi.c
> +++ b/drivers/serial/serial_sbi.c
> @@ -17,7 +17,7 @@ static inline void _debug_uart_putc(int c)
>
> #else
>
> -static int sbi_dbcn_available;
> +static int sbi_dbcn_available __section(".data");
>
("configs: starfive: Enable environment in SPI flash
support")
Reported-by: E Shattow
Signed-off-by: Aurelien Jarno
---
configs/starfive_visionfive2_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/configs/starfive_visionfive2_defconfig
b/configs/starfive_visionfive2_defcon
Gentle ping. Note that the maintainer address bounces, I am not sure it
is still valid. Thanks
On 2024-01-10 21:17, Aurelien Jarno wrote:
> The difference between the StarFive VisionFive 2 1.2A and 1.3B boards is
> handled dynamically by looking at the PCB version in the EEPROM in order
>
QEMU RISC-V supports multiple virtio devices, but only tries to boot to
the first one. Enable support for a second virtio device, that is useful
for instance to boot on a disk image + an installer. Ideally that should
be made dynamic, but that's a first step.
Signed-off-by: Aurelien
ne is
always the the one of version 1.3b.
This patch add support for dynamically configuring that property.
Fixes: 9b7060bd15e7 ("riscv: dts: jh7110: Combine the board device tree files
of 1.2A and 1.3B")
Signed-off-by: Aurelien Jarno
---
board/starfive/visionfive2/spl.c | 4
f weather this particular issue gets fixed in the kernel, as
> the kernel will likely continue to grow a bit over time...
Yes that's probably a sane thing to do, at least in Debian.
> Aurelien Jarno included a patch referenced below which bumps the
> tolerances in u-boot from 36M
The HiFive Unmatched board has a M2 slot for NVME and a PCIe slot that
can also be used for NVME. Enable support for a second NVME device, so
that software RAID-1 configurations can be supported at the u-boot
level.
Signed-off-by: Aurelien Jarno
---
include/configs/sifive-unmatched.h | 1 +
1
On 2022-01-28 19:19, Aurelien Jarno wrote:
> On 2022-01-28 19:03, Heinrich Schuchardt wrote:
> > On 1/28/22 14:47, Alexandre Ghiti wrote:
> > > The following description is copied from the equivalent patch for the
> > > Linux Kernel proposed by Aurelien Jarno:
>
On 2022-01-28 19:03, Heinrich Schuchardt wrote:
> On 1/28/22 14:47, Alexandre Ghiti wrote:
> > The following description is copied from the equivalent patch for the
> > Linux Kernel proposed by Aurelien Jarno:
> >
> > From version 2.38, binutils default to ISA
On 2022-01-25 19:04, Vagrant Cascadian wrote:
> On 2022-01-25, Vagrant Cascadian wrote:
> > On 2022-01-15, Aurelien Jarno wrote:
> >> On 2022-01-11 16:40, Vagrant Cascadian wrote:
> >>> On 2022-01-11, Lennart Sorensen wrote:
> >>> > On Mon, Jan 10, 2022
12 matches
Mail list logo