Re: [PATCH v2 0/3] rpi5: initial support

2023-12-05 Thread Peter Robinson
Hi Dmitry, > First of all, thank you for all your reviews. I hope I can answer all > your questions here. If I forget something please let me know. Absolutely. > I don't have much experience with arm/arm64 and I don't have previous > experience with u-boot and contributing to it. So please

Re: [PATCH v2 0/3] rpi5: initial support

2023-12-05 Thread Peter Robinson
Hi Dmitry, > > I've given these a cursory look over, I have a system to test and will > > give them a whirl in the next few days, I was planning to start > > playing over the weekend so you've provided a great start :) > > Did you have any chance to test my patches? Not yet, apologies, work has

Re: [PATCH v2 0/3] rpi5: initial support

2023-12-01 Thread Simon Glass
Hi Dmitry, On Fri, 1 Dec 2023 at 20:04, Dmitry Malkin wrote: > > Hi Peter, > > > I've given these a cursory look over, I have a system to test and will > > give them a whirl in the next few days, I was planning to start > > playing over the weekend so you've provided a great start :) > > Did you

Re: [PATCH v2 0/3] rpi5: initial support

2023-12-01 Thread Dmitry Malkin
Hi Peter, > I've given these a cursory look over, I have a system to test and will > give them a whirl in the next few days, I was planning to start > playing over the weekend so you've provided a great start :) Did you have any chance to test my patches? > > Hi guys, > > First of all, thank

Re: [PATCH v2 0/3] rpi5: initial support

2023-11-23 Thread Dmitry Malkin
Hi guys, First of all, thank you for all your reviews. I hope I can answer all your questions here. If I forget something please let me know. I don't have much experience with arm/arm64 and I don't have previous experience with u-boot and contributing to it. So please guide me for next steps.

Re: [PATCH v2 0/3] rpi5: initial support

2023-11-22 Thread Peter Robinson
Hi Dmitry, > These patches bring initial boot support for RPI5. Without it the I've given these a cursory look over, I have a system to test and will give them a whirl in the next few days, I was planning to start playing over the weekend so you've provided a great start :) > latest master

Re: [PATCH v2 0/3] rpi5: initial support

2023-11-22 Thread Tom Rini
On Wed, Nov 22, 2023 at 06:54:11PM +, Peter Robinson wrote: > > > These patches bring initial boot support for RPI5. Without it the > > > latest master fails with the message: > > > > DRAM: mbox: Timeout waiting for response > > > > bcm2835: Could not query ARM memory size > > > > > > With

Re: [PATCH v2 0/3] rpi5: initial support

2023-11-22 Thread Peter Robinson
> > These patches bring initial boot support for RPI5. Without it the > > latest master fails with the message: > > > DRAM: mbox: Timeout waiting for response > > > bcm2835: Could not query ARM memory size > > > > With those patches and rpi_arm64_defconfig (with disabled > > CONFIG_VIDEO_BCM2835)

Re: [PATCH v2 0/3] rpi5: initial support

2023-11-22 Thread Tom Rini
On Tue, Nov 21, 2023 at 11:54:07PM +0100, Dmitry Malkin wrote: > These patches bring initial boot support for RPI5. Without it the > latest master fails with the message: > > DRAM: mbox: Timeout waiting for response > > bcm2835: Could not query ARM memory size > > With those patches and

[PATCH v2 0/3] rpi5: initial support

2023-11-21 Thread Dmitry Malkin
These patches bring initial boot support for RPI5. Without it the latest master fails with the message: > DRAM: mbox: Timeout waiting for response > bcm2835: Could not query ARM memory size With those patches and rpi_arm64_defconfig (with disabled CONFIG_VIDEO_BCM2835) I'm able to get a working