Re: [PATCH 2/2] rpi: Enable DRAM bank initialization on arm64

2019-12-05 Thread Matthias Brugger
On 04/12/2019 22:28, Heinrich Schuchardt wrote: > On 12/4/19 5:52 PM, matthias@kernel.org wrote: >> From: Matthias Brugger >> >> Up to now we only update the DRAM banks when we are define >> CONFIG_BCM2711. But our one binary approach uses a config that supports >> BCM2837 and BCM2711. As

Re: [PATCH 2/2] rpi: Enable DRAM bank initialization on arm64

2019-12-04 Thread Heinrich Schuchardt
On 12/4/19 5:52 PM, matthias@kernel.org wrote: From: Matthias Brugger Up to now we only update the DRAM banks when we are define CONFIG_BCM2711. But our one binary approach uses a config that supports BCM2837 and BCM2711. As a result we only see one gigabyte of RAM on

[PATCH 2/2] rpi: Enable DRAM bank initialization on arm64

2019-12-04 Thread matthias . bgg
From: Matthias Brugger Up to now we only update the DRAM banks when we are define CONFIG_BCM2711. But our one binary approach uses a config that supports BCM2837 and BCM2711. As a result we only see one gigabyte of RAM on Raspberry Pi 4, although it has more RAM. Fix this by calling