Earlier quoted context omitted.
VBIOS is often not necessary for running a GPU in the OS. The amdgpu driver can POST a GPU by itself just fine. Still… X86EmulatorPkg allows running an amd64 VBIOS in UEFI on an aarch64 machine :) AFAIK the bigger problem on embedded boards is half assed Synopsys Designware host controllers. I have a Radeon running on my Marvell MACCHIATObin, on FreeBSD even. But from what I've heard the Rockchip RK3399 has a worse v…
Could you clarify to me/give a short definition of BAR space? For obvious reasons it's a bit hard to search for :)
PCI Express on the Raspberry Pi 4
71–80 of 166 posts
Re: PCI Express on the Raspberry Pi 4
#72Re: PCI Express on the Raspberry Pi 4
#73That's really cool. I'm curious, would it be possible to use a modern GPU (running at 1x) on an ARM based board? Would the open source drivers that are part of the Kernel work out the box on ARM?
Hack’s creator here - it’s on my list of things to try. GPUs are notoriously hard to get to work on non-intel, having tried to get a few up on Alpha and Itaniums in the past. VideoBIOS expects to run and expects a well behaving Intel CPU to do the power-up. That said X can sometimes emulate these quite well. On ARM we’d also run into alignment issues and likely other quirks - but in principle...
Re: PCI Express on the Raspberry Pi 4
#74Re: PCI Express on the Raspberry Pi 4
#75E: Apparently it's the PCI bus that is shared, not PCI Express lanes. Ty.
Re: PCI Express on the Raspberry Pi 4
#76Earlier quoted context omitted.
If I’m reading it right, don’t you give up USB to get this PCIe access?
Bet the broadcom SoC has a USB controller built in, but unused... You could hook it up?
This says, there's OTG controller intended to be used in "peripheral device only" mode.
I haven't found datasheet for BCM2711, so it's hard to tell.
Re: PCI Express on the Raspberry Pi 4
#77Aren't PCIe lanes shared? Why would I need to remove the USB 3.0 chip rather than just hooking right to the pins on the device where it's soldered in place? E: Apparently it's the PCI bus that is shared, not PCI Express lanes. Ty.
Re: PCI Express on the Raspberry Pi 4
#78Earlier quoted context omitted.
Bet the broadcom SoC has a USB controller built in, but unused... You could hook it up?
https://lb.raspberrypi.org/documentation/hardware/raspberryp... This says, there's OTG controller intended to be used in "peripheral device only" mode. I haven't found datasheet for BCM2711, so it's hard to tell.
I wonder why? The silicon required is far far simpler for host mode (since you only need a single memory buffer, and you fully dictate the timing, so can pass all the complex stuff up to software).
Re: PCI Express on the Raspberry Pi 4
#79Aren't PCIe lanes shared? Why would I need to remove the USB 3.0 chip rather than just hooking right to the pins on the device where it's soldered in place? E: Apparently it's the PCI bus that is shared, not PCI Express lanes. Ty.
It’s not clear if the lanes themselves can be multiplexed with packets from many devices but they can change the number of assigned lanes after initialization so a clever chipset could probably dynamically allocate lanes as used.
Re: PCI Express on the Raspberry Pi 4
#80Aren't PCIe lanes shared? Why would I need to remove the USB 3.0 chip rather than just hooking right to the pins on the device where it's soldered in place? E: Apparently it's the PCI bus that is shared, not PCI Express lanes. Ty.
The chip has to be removed.