From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Sun, 14 Feb 2016 12:30:00 -0700 Subject: [U-Boot] [PATCH] ARM: rpi: set initrd_high In-Reply-To: <1455474204-827-1-git-send-email-lkundrak@v3.sk> References: <1455474204-827-1-git-send-email-lkundrak@v3.sk> Message-ID: <56C0D5B8.5060305@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/14/2016 11:23 AM, Lubomir Rintel wrote: > The kernel gets much too sad when the ramdisk is loaded too high into the 1GiB > of memory on Raspberry Pi 2: > > ## Flattened Device Tree blob at 00000100 > Booting using the fdt blob at 0x000100 > Loading Ramdisk to 39c14000, end 3ab45067 ... OK > Using Device Tree in place at 00000100, end 000045ea > ... > [ 0.599346] Unpacking initramfs... > [ 0.602924] Unable to handle kernel paging request at virtual address f9c14000 > > Placement of the device tree was fixed in 89ca1000 (ARM: rpi: set fdt_high > in the default environment). Acked-by: Stephen Warren