Am Tue, Apr 20, 2021 at 09:23:08AM +0200 schrieb Alessandro Pistocchi:
> Thanks very much :-)
>
> I did not know about the eprom -p and it's actually very nice to have it.
>
> The info you gave me are mostly about the address of those peripherals in
> physical memory.
>
> What I was after was th
Thanks very much :-)
I did not know about the eprom -p and it's actually very nice to have it.
The info you gave me are mostly about the address of those peripherals in
physical memory.
What I was after was the virtual address at which peripherals get mapped
inside the kernel.
This is specific t
On Tue, Apr 20, 2021 at 07:22:47AM +0100, Stuart Henderson wrote:
> On 2021/04/20 00:46, Alessandro Pistocchi wrote:
> > Hi,
> >
> > I am playing around with openbsd kernel source code on a raspberry pi 4.
> >
> > I have a couple of questions:
> > Does openbsd use low or high peripheral mode?
> >
On 2021/04/20 00:46, Alessandro Pistocchi wrote:
> Hi,
>
> I am playing around with openbsd kernel source code on a raspberry pi 4.
>
> I have a couple of questions:
> Does openbsd use low or high peripheral mode?
> At what virtual address does openbsd map the peripheral base address ?
>
> I had
Hi,
I am playing around with openbsd kernel source code on a raspberry pi 4.
I have a couple of questions:
Does openbsd use low or high peripheral mode?
At what virtual address does openbsd map the peripheral base address ?
I had a look at the source code but that part is still a bit cryptic for