From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Fri, 14 Feb 2020 15:22:31 +0530 Subject: [PATCH] ARM: keystone2: enable initrd fixup for LPAE addressing In-Reply-To: <20200211035552.5686-1-lokeshvutla@ti.com> References: <20200211035552.5686-1-lokeshvutla@ti.com> Message-ID: <17c3bc84-b329-1e7c-c2a8-1ecaf917d21f@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/02/20 9:25 AM, Lokesh Vutla wrote: > From: Tero Kristo > > Keystone2 u-boot loads the initrd image into non-LPAE addressed memory > but linux kernel is running in LPAE. This causes a conflict as kernel > detects that non-memory address is passed and kernel ignores initrd. > There is an existing fixup logic to modify the address in the proper > configuration, but this is disabled at the moment. Enable the fixup > by setting the env variable for this so that initrd can be used > properly. > > Signed-off-by: Tero Kristo > Signed-off-by: Lokesh Vutla Merged into u-boot-ti. Thanks and regards, Lokesh