From mboxrd@z Thu Jan 1 00:00:00 1970 From: gnemas at gmail.com Date: Mon, 14 Jun 2010 21:08:52 +0000 Subject: [U-Boot] Whose responsibility is it to enable FPU? In-Reply-To: <20100614203055.D8947B7146@gemini.denx.de> Message-ID: <0016e646536657d603048903e5b2@google.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 Jun 14, 2010 4:30pm, Wolfgang Denk wrote: > U-Boot does not need nor use the FPU, so enabling it would not help > you in any way. It may not need it, but enabling it in u-boot did actually fix the problem. I just called the fpu_enable function in the u-boot post code. > Linux will do it's own settings, so this is where you need to look for > your incorrect configuration settings (incorrect CPU description in > the DT?). Okay, thanks. I'll try to find out more about how Linux sets this up. By the way, my dts file has cpu at 0 { device_type = "cpu"; model = "PowerPC,440EPx";