From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafal Jaworowski Date: Tue, 15 Jan 2008 12:13:37 +0100 Subject: [U-Boot-Users] [PATCH] ppc: Refactor cache routines, so there is only one common set. In-Reply-To: <58A20A281BAF1047B4EAE68DE5C0BDC2C0DF19@zch01exm21.fsl.freescale.net> References: <20080109213311.GA19373@semihalf.com> <58A20A281BAF1047B4EAE68DE5C0BDC2C0DF19@zch01exm21.fsl.freescale.net> Message-ID: <478C9561.7080200@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Dave, Liu Dave wrote: > The e500 don't have classic FPU. So don't support these FP inst. > > Could you keep the ppcDWstore/ppcDWload in start.S? > Right, I shouldn't have touched those. On a somewhat related note: I noticed that even for machines like e500-based the post/lib_ppc/fpu is built unconditionally with -mhard-float (so we get both -msoft-float and -mhard-float at the same time...). It doesn't bite as long as the POST lib archive contents are not referenced, but I guess this code shouldn't be built at all for FPU-less machines. kind regards, Rafal