[OpenWrt-Devel] [at91 patches 2/2] at91:sam9x: create sdcard images

2019-09-11 Thread Sandeep.Sheriker
create sdcard images for sam9x25 & sam9x35 ek targets. Signed-off-by: Sandeep Sheriker M --- target/linux/at91/image/sam9x.mk | 44 ++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/target/linux/at91/image/sam9x.mk b/target/linux/at91/image/s

[OpenWrt-Devel] [at91 patches 1/2] at91:sama5: create fit image

2019-09-11 Thread Sandeep.Sheriker
create fit image & add it to sdcard image for sama5 target device. Signed-off-by: Sandeep Sheriker M --- target/linux/at91/image/Makefile | 2 ++ target/linux/at91/image/sama5.mk | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/target/linux/at91/image/Makefile b/target/lin

[OpenWrt-Devel] [at91 patches 0/2] at91 patches

2019-09-11 Thread Sandeep.Sheriker
This patch series is to create a fit images and add it in sdcard image for at91 targets. Sandeep Sheriker M (2): at91:sama5: create fit image at91:sam9x: create sdcard images target/linux/at91/image/Makefile | 2 ++ target/linux/at91/image/sam9x.mk | 44 +++

[OpenWrt-Devel] [at91][patch v3 13/13] at91/image/sama5.mk: check for sama5d4_xplained device

2019-08-14 Thread Sandeep.Sheriker
check for sama5d4_xplained device while copying at91bootstrap binary to sdcard image. Signed-off-by: Sandeep Sheriker M --- target/linux/at91/image/sama5.mk | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/target/linux/at91/image/sama5.mk b/target/linux/at91/image/s

[OpenWrt-Devel] [at91][patch v3 12/13] at91: remove Build/at91-sdcard command

2019-08-14 Thread Sandeep.Sheriker
remove at91-sdcard build command from Makefile as this is moved to respective subtarget Makefile. Signed-off-by: Sandeep Sheriker M --- target/linux/at91/image/Makefile | 35 --- 1 file changed, 35 deletions(-) diff --git a/target/linux/at91/image/Makefile b/targ

[OpenWrt-Devel] [at91][patch v3 06/11] at91bootstrap: add support for at91sam9x5ek

2019-08-13 Thread Sandeep.Sheriker
Signed-off-by: Sandeep Sheriker M --- package/boot/at91bootstrap/Makefile | 14 ++ 1 file changed, 14 insertions(+) diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile index 642d094..6496b5a 100644 --- a/package/boot/at91bootstrap/Makefile +++ b/pa

[OpenWrt-Devel] [at91][patch v3 05/11] at91bootstrap: bump v3.8.10 to v3.8.12

2019-08-13 Thread Sandeep.Sheriker
Signed-off-by: Sandeep Sheriker M --- package/boot/at91bootstrap/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile index 8a08a7a..642d094 100644 --- a/package/boot/at91bootstrap/Makefile +++

[OpenWrt-Devel] [at91][patch v3 08/11] at91: move at91-sdcard command to sama5.mk

2019-08-13 Thread Sandeep.Sheriker
Signed-off-by: Sandeep Sheriker M --- target/linux/at91/image/sama5.mk | 33 + 1 file changed, 33 insertions(+) diff --git a/target/linux/at91/image/sama5.mk b/target/linux/at91/image/sama5.mk index f9a190c..d02f51a 100644 --- a/target/linux/at91/image/sama5.mk ++

[OpenWrt-Devel] [at91][patch v3 07/11] at91bootstrap: add sama5d27_som1_eksd1_uboot as default defconfig

2019-08-13 Thread Sandeep.Sheriker
Signed-off-by: Sandeep Sheriker M --- package/boot/at91bootstrap/Makefile | 6 +++--- target/linux/at91/image/Makefile| 10 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile index 6496b5a..1c0

[OpenWrt-Devel] [at91][patch v3 09/11] at91: add uboot environments

2019-08-13 Thread Sandeep.Sheriker
add uboot environments to sdcard image Signed-off-by: Sandeep Sheriker M --- target/linux/at91/image/sama5.mk | 11 ++- target/linux/at91/image/uboot-env.txt | 14 ++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 target/linux/at91/image/uboot-env.t

[OpenWrt-Devel] [at91][patch v3 04/11] uboot-at91: fix -Wformat-security

2019-08-13 Thread Sandeep.Sheriker
add patch to fix -Wformat-security warnings. Signed-off-by: Sandeep Sheriker M --- package/boot/uboot-at91/Makefile| 2 +- .../boot/uboot-at91/patches/001-fix-Wformat-security.patch | 13 + 2 files changed, 14 insertions(+), 1 deletion(-) create mode 10

[OpenWrt-Devel] [at91][patch v3 02/11] uboot-at91:add at91sam9x5ek soc

2019-08-13 Thread Sandeep.Sheriker
add support to build u-boot binaries for at91sam9x5ek socs. Signed-off-by: Sandeep Sheriker M --- package/boot/uboot-at91/Makefile | 9 + 1 file changed, 9 insertions(+) diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile index 15a26be..90f1a3b 100644 --- a/

[OpenWrt-Devel] [at91][patch v3 03/11] uboot-at91: changed som1 ek default defconfigs

2019-08-13 Thread Sandeep.Sheriker
replaced som1 ek spi flash with qspi defconfig and mmc with mmc1 defconfig. Signed-off-by: Sandeep Sheriker M --- package/boot/uboot-at91/Makefile | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile in

[OpenWrt-Devel] [at91][patch v3 00/11] at91 patch series

2019-08-13 Thread Sandeep.Sheriker
Hi, This patch series contains 1. rework in creating sdcard images for different subtarget. 2. creating a fit images. 3. add support for sam9x5ek soc 4. add uboot env file. 5. bump uboot & at91bootstrap to latest versions --- v2 -> v3 fixed errors while creating sdcard images for multiple ta

[OpenWrt-Devel] [at91][patch v3 01/11] uboot-at91: bump linux4sam_5.8 to linux4sam_6.0

2019-08-13 Thread Sandeep.Sheriker
Signed-off-by: Sandeep Sheriker M --- package/boot/uboot-at91/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile index a3262b5..15a26be 100644 --- a/package/boot/uboot-at91/Makefile +++ b/package/boo

Re: [OpenWrt-Devel] [at91][patch v2 00/11] at91 patch series

2019-07-26 Thread Sandeep.Sheriker
On 7/8/19 7:26 AM, Hauke Mehrtens wrote: > External E-Mail > > > On 6/22/19 1:02 AM, Sandeep Sheriker M wrote: >> Hi, >> This patch series contains >> >> 1. rework in creating sdcard images for different subtarget. >> 2. creating a fit images. >> 3. add support for sam9x5ek soc >> 4. add uboot e

Re: [OpenWrt-Devel] [patch v1 00/11] at91 patch series.

2019-06-10 Thread Sandeep.Sheriker
Hi Haukr Mehrten, Please ignore the patch v1 00/11. I will rework on this patch and send a new patch soon. if your ok with rest of the patches ? then, Please apply them. Regards, Sandeep Sheriker M From: Hauke Mehrtens Sent: Sunday, June 9, 2019 4:59

Re: [OpenWrt-Devel] [patch v1 00/11] at91 patch series.

2019-06-10 Thread Sandeep.Sheriker
HI Hauke Mehrtens, Apologies for sending this patch for 4 times. i get a undelivered error message after submitting this patch. (don't know the reason). yes, all the patches are same. Regards, Sandeep Sheriker From: Hauke Mehrtens Sent: Sunday, June 9, 2

Re: [OpenWrt-Devel] [patch v1 07/11] at91bootstrap: add sama5d27_som1_eksd1_uboot as default defconfig

2019-06-10 Thread Sandeep.Sheriker
Hi Hauke Mehrtens, This patch will build images for sd1 interface (i.e sama5d27_som1_eksd1_uboot defconfig) instead of sd interface (i.e sama5d27_som1_eksd_uboot) and fix the indention problems Regards, Sandeep Sheriker From: Hauke Mehrtens Sent: Sunday,

Re: [OpenWrt-Devel] [OpenWrt-Devel, 3/7] at91: Generate sdcard images for at91sam9x5ek boards.

2019-05-30 Thread Sandeep.Sheriker
> -Original Message- > From: Hauke Mehrtens > Sent: Thursday, May 30, 2019 4:50 AM > To: Sandeep Sheriker Mallikarjun - C17018 > ; openwrt-devel@lists.openwrt.org > Cc: Sandeep Sheriker Mallikarjun - C17018 > > Subject: Re: [OpenWrt-Devel] [OpenWrt-Devel, 3/7] at91: Generate sdcard > i

Re: [OpenWrt-Devel] [PATCH 3/4] at91: Merge SAMA5 subtargets

2019-05-17 Thread Sandeep.Sheriker
Hi Hauke Mehrtens, The reason I created different SAMA5 subtargets is: 1. Able to set neon flags to sama5d2 & sama5d4 subtargets. 2. We can configure kernel specific to these subtarget. 3. Able to set vfpu4 flags to samad3 subtargets I would not recommend to merge subtargets into

Re: [OpenWrt-Devel] [LEDE-DEV][PATCH 1/1] at91: bump kernel 4.9 to 4.14.67

2019-02-27 Thread Sandeep.Sheriker
Hi, yes, I am working on it and I will be sending the new patch series soon. Regards, Sandeep Sheriker M From: Hauke Mehrtens Sent: Wednesday, February 27, 2019 3:53 PM To: Sandeep Sheriker Mallikarjun - C17018; openwrt-devel@lists.openwrt.org Subject: Re: