Re: Make BRAM/DRAM from FPGA accessible to Jailhouse on ZCU102

2018-05-18 Thread Jan Kiszka
On 2018-05-18 20:50, Giovani Gracioli wrote: > Hello, > > I have a BRAM and DRAM blocks available on the FPGA side of the ZCU102 > platform. > > I would like to make them accessible for jailhouse cells. For instance, a > BRAM block is mapped to the 0xa000 address. > > To do that, I

Make BRAM/DRAM from FPGA accessible to Jailhouse on ZCU102

2018-05-18 Thread Giovani Gracioli
Hello, I have a BRAM and DRAM blocks available on the FPGA side of the ZCU102 platform. I would like to make them accessible for jailhouse cells. For instance, a BRAM block is mapped to the 0xa000 address. To do that, I inserted this address into the root and non-root cell configurations

Re: [PATCH] configs: Set IRQ_TYPE_EDGE_RISING in DT nodes of virtual PCI host controller

2018-05-18 Thread Jan Kiszka
On 2018-05-18 08:40, Jan Kiszka wrote: > We already do this for the overlay fragment the driver injects and the > Seattle dts. For the latter, use that chance to install the symbolic > value. > > The background is that newer Linux kernel dislike IRQ_TYPE_NONE and > express that via WARN_ON during

[siemens/jailhouse] 1ca772: configs: Set IRQ_TYPE_EDGE_RISING in DT nodes of v...

2018-05-18 Thread GitHub
Branch: refs/heads/next Home: https://github.com/siemens/jailhouse Commit: 1ca772b87a7f87d8ce8ac58eab6e0a3d3ce03c01 https://github.com/siemens/jailhouse/commit/1ca772b87a7f87d8ce8ac58eab6e0a3d3ce03c01 Author: Jan Kiszka Date: 2018-05-18 (Fri, 18 May

[siemens/jailhouse] cc86e4: configs: Set IRQ_TYPE_EDGE_RISING in DT nodes of v...

2018-05-18 Thread GitHub
Branch: refs/heads/next Home: https://github.com/siemens/jailhouse Commit: cc86e423987a5757694be64f17d3302063f76564 https://github.com/siemens/jailhouse/commit/cc86e423987a5757694be64f17d3302063f76564 Author: Jan Kiszka Date: 2018-05-18 (Fri, 18 May

Re: [PATCH] Documentation: Step-by-step instructions on how to setup Jailhouse on ZCU102 based on Xilinx ZynqMP Ultrascale+

2018-05-18 Thread Jan Kiszka
First of all, thanks for this doc! On 2018-05-17 09:57, Imanol Allende wrote: > Signed-off-by: Imanol Allende > --- > Documentation/setup-on-zynqmp-zcu102.md | 177 > > 1 file changed, 177 insertions(+) > create mode 100644

[PATCH] configs: Set IRQ_TYPE_EDGE_RISING in DT nodes of virtual PCI host controller

2018-05-18 Thread Jan Kiszka
We already do this for the overlay fragment the driver injects and the Seattle dts. For the latter, use that chance to install the symbolic value. The background is that newer Linux kernel dislike IRQ_TYPE_NONE and express that via WARN_ON during boot. Signed-off-by: Jan Kiszka