From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Fri, 26 Oct 2007 17:18:56 -0500 Subject: [U-Boot-Users] Bug in malloc()? In-Reply-To: References: <47211A27.1080703@freescale.com> <4721D0BD.4060200@ge.com> <4721F938.4010701@freescale.com> Message-ID: <472267D0.8080104@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Rune Torgersen wrote: >> From: Timur Tabi [mailto:timur at freescale.com] >> Something tells me that a lot of 83xx and 82xx platforms are broken. > > I would think ALL of them are broken. Probably also some of the other > PPC platforms. I think all of 83xx is broken. In fact, according to git-bisect, this commit is the cause: 057004f4a4863554d56cc56268bfa7c7d9738e27 ("Correct fixup relocation for mpc83xx") http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=commit;h=057004f4a4863554d56cc56268bfa7c7d9738e27 I tested 8323 and 8360, and neither boot with this commit applied. Grant, can you try booting a U-Boot with this commit as the top?