From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Fri, 26 Oct 2007 10:01:35 -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: <4722014F.6090907@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. > Some must be working, (probably 85xx and 440, based in some of the > commit messages) I just got a report that 8568 works. I think the problem may come from mem_malloc_init(). I'm debugging that right now. It's possible that the heap data structures are being located (partially) in flash, and that's causing them to have invalid values.