[LEDE-DEV] [PATCH] layerscape: activate fpu feature

Y.b. Lu yangbo.lu at nxp.com
Tue Jan 2 19:21:23 PST 2018


Hi Hauke,

The layerscape maintainer info should be no problem. You just sent wrong email address to me. (cyangbo.lu at nxp.com)
MAINTAINER:=Yangbo Lu <yangbo.lu at nxp.com>

I will cherry-pick this patch to our internal LEDE git tree. Test team will test all devices, and we will have a release on our github by end of January.
https://github.com/qoriq-open-source/LEDE-source

I will send related patches to community after release.
Thanks a lot.


Best regards,
Yangbo Lu


> -----Original Message-----
> From: Hauke Mehrtens [mailto:hauke at hauke-m.de]
> Sent: 2018年1月2日 0:04
> To: lede-dev at lists.infradead.org; Y.b. Lu <yangbo.lu at nxp.com>
> Subject: Re: [PATCH] layerscape: activate fpu feature
> 
> Hi Yangbo Lu,
> 
> Can you please test this patch on your hardware.
> 
> 
> I send a mail to yangbo.lu at nxp.com who is listed as the current layerscape
> maintainer, but it was rejected by your mail server:
> 
> <cyangbo.lu at nxp.com>: host
> nxp-com.mail.protection.outlook.com[213.199.154.170] said: 550 5.4.1
> [cyangbo.lu at nxp.com]: Recipient address rejected: Access denied
> [DB5EUR01FT058.eop-EUR01.prod.protection.outlook.com] (in reply to RCPT
> TO command)
> 
> Are you the current maintainer? If so can you please send a patch to fix this
> please.
> 
> Hauke
> 
> 
> On 01/01/2018 04:58 PM, Hauke Mehrtens wrote:
> > The CPU sub type was set to a CPU version with FPU, but the FPU
> > feature was not activated before, so a soft float toolchain was created.
> > Activate also the FPU feature to create the correct toolchain.
> >
> > Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
> > ---
> >
> > This probably fixes a problem, but I do not have any layerscape
> > hardware, could someone please test this on real hardware and report
> > back if it still works.
> >
> > A complete rebuild incl. toolchain is needed.
> >
> >  target/linux/layerscape/Makefile | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/target/linux/layerscape/Makefile
> > b/target/linux/layerscape/Makefile
> > index 67da8449aa..bd91556ef4 100644
> > --- a/target/linux/layerscape/Makefile
> > +++ b/target/linux/layerscape/Makefile
> > @@ -10,7 +10,7 @@ BOARD:=layerscape
> >  BOARDNAME:=NXP Layerscape
> >  DEVICE_TYPE:=developerboard
> >  KERNEL_PATCHVER:=4.9
> > -FEATURES:=squashfs nand usb pcie gpio
> > +FEATURES:=squashfs nand usb pcie gpio fpu
> >  SUBTARGETS:=armv8_64b armv8_32b
> >  MAINTAINER:=Yangbo Lu <yangbo.lu at nxp.com>
> >
> >



More information about the Lede-dev mailing list