From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Tue, 04 Jan 2011 18:02:27 +0100 Subject: [U-Boot] [PATCH v2, RFC] armv7: fixloop: don't fixup if location is invalid on RAM In-Reply-To: References: <4D186A13.4080004@samsung.com> <4D22DFBE.8090503@samsung.com> Message-ID: <4D2352A3.9020302@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de (sending again, this time to the list) Le 04/01/2011 12:02, Minkyu Kang a ?crit : >>> Some bss variables are initialized to 0xffffffff in my test case. >>> In this case we should skip the fixup too. >>> So, I make v2 patch for check it. >> >> 0xffffffff? What variables? Feels like a some other bug to me. > > It's DRAM initial variable. Yes, seems like an unrelated issue to me, or at least an unexplained one so far. For instance, there is no fixup to BSS variables (they are to be initialized to 0 whatever the load address is, and this initialization is not in the binary, it is done in the startup code). So which fixup should be skipped exactly and how is is related to the BSS variable? > Thanks > Minkyu Kang Amicalement, -- Albert.