pcie + nvme + cyclone V

2021-04-19 Thread Brian McKee
Hello all. I'm trying to get an NVMe device to work with a PCIe hard core in an Altera (intel) Cyclone V SOC from u-boot. It is working well in linux. I have been hacking on u-boot for about a week and have drawn some conclusions that may or may not be accurate. First, let me give you some back

ERROR: v7_outer_cache_inval_range - stop address is not aligned - 0x3bf73010

2021-04-22 Thread Brian McKee
Hello, I'm trying to get an NVMe device to work in u-boot with Cyclone V SX SOC. I posted before, but perhaps it didn't get through moderation? I've made good progress reverse engineering u-boot. I believe I have the pci drivers working. I had to hack the code a bit, but I think I know the prope

[Question] Reloading pcie + nvme drivers

2021-05-07 Thread Brian McKee
Hi Gents. Background: working with the socfpga fork of u-boot-2020.10, I've added a driver for the Altera V series FPGA PCIe controller to u-boot (borrowed completely from intel's 10 series FPGA driver and the linux kernel driver). I got it working through a series of hacks to the pcie and nvme dr

Re: [Question] Reloading pcie + nvme drivers

2021-05-08 Thread Brian McKee
or review? Thanks much for your support, Brian On Fri, May 7, 2021 at 12:39 PM Simon Glass wrote: > Hi Brian, > > On Fri, 7 May 2021 at 11:03, Brian McKee wrote: > > > > Hi Gents. > > > > Background: working with the socfpga fork of u-boot-2020.10, I've added