Re: [LEDE-DEV] [PATCH] at91: sama5: activate fpu

2018-01-04 Thread Sandeep Sheriker
Hi Hauke, I have fixed this in bit different way and verified it on sama5 devices. submitted the patch and below the patch link for your reference. https://patchwork.ozlabs.org/patch/855787/ Regards, Sandeep Sheriker M On 01/03/2018 04:18 PM, Hauke Mehrtens wrote: On 01/02/2018 07:26 PM, S

Re: [LEDE-DEV] [PATCH] at91: sama5: activate fpu

2018-01-03 Thread Hauke Mehrtens
On 01/02/2018 07:26 PM, Sandeep Sheriker wrote: > Hi Hauke, > > I get below build error > > makeĀ  -C > /home/sandeep/microchip/arm/lede/build_dir/target-arm_cortex-a5+neon-vfpv4_musl_eabi/u-boot-sama5d2_xplained_mmc/u-boot-2016.05 > sama5d2_xplained_mmc_config > make[4]: Entering directory > '/ho

Re: [LEDE-DEV] [PATCH] at91: sama5: activate fpu

2018-01-02 Thread Sandeep Sheriker
Hi Hauke, I get below build error makeĀ  -C /home/sandeep/microchip/arm/lede/build_dir/target-arm_cortex-a5+neon-vfpv4_musl_eabi/u-boot-sama5d2_xplained_mmc/u-boot-2016.05 sama5d2_xplained_mmc_config make[4]: Entering directory '/home/sandeep/microchip/arm/lede/build_dir/target-arm_cortex-a5+n

[LEDE-DEV] [PATCH] at91: sama5: activate fpu

2017-12-31 Thread Hauke Mehrtens
This activates neon and VFPv4 support for this target. The CPU support these feature so also use them. Signed-off-by: Hauke Mehrtens --- I do not have the hardware, could some please test if this still works on a at91 compatible board. target/linux/at91/sama5/target.mk | 2 ++ 1 file changed