From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tuomas Tynkkynen Date: Sun, 22 Apr 2018 22:41:55 +0300 Subject: [U-Boot] [PATCH] rpi: Adjust fdt_addr_r to a sane address In-Reply-To: <20180420100349.27194-1-tuomas@tuxera.com> References: <0b70df8a8962cbf835c6d79d89fa49f820334f35.camel@tuxera.com> <20180420100349.27194-1-tuomas@tuxera.com> Message-ID: <20180422224155.342886b7@duuni> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 20 Apr 2018 13:03:47 +0300 Tuomas Tynkkynen wrote: > Hi Alexander, > > What do you think of these patches? I haven't done testing with the > big kernels / DTBs yet, just that my previously-working kernel still > boots. > I've now verified that these two patches work as expected. I tested: - RPi 1 running mainline kernel - RPi 1 running downstream kernel - RPi 3 running mainline kernel in 64-bit mode - RPi 3 running mainline kernel in 32-bit mode - RPi 3 running downstream kernel in 32-bit mode - RPi 3B+ running downstream kernel in 32-bit mode This was with the extlinux.conf distro boot. I don't know to what extent these variables affect EFI boot. > Tuomas Tynkkynen (2): > rpi: Fix fdt_high & initrd_high for 64-bit builds > rpi: Change load addresses to make more room for the kernel & DTB >