[LEDE-DEV] [LEDE-DEV, v2, 10/11] uboot-at91: Add support for SAMA5D4 Xplained board

2017-09-13 Thread Sandeep Sheriker Mallikarjun
Add support for SAMA5D4 Xplained board and options to select & build u-boot configs for different media storage. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/uboot-at91/Makefile | 24 ++-- 1 file c

[LEDE-DEV] [LEDE-DEV,v2, 03/11] at91: Install zImage.

2017-09-13 Thread Sandeep Sheriker Mallikarjun
Installing zImage to bin folder of device target. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/image/Makefile | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/linux/at91/image/Makefile b/target/linux/at91

[LEDE-DEV] [LEDE-DEV, v2, 01/11] at91: Renaming subtarget sama5d3 to sama5

2017-09-13 Thread Sandeep Sheriker Mallikarjun
gned-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/Makefile | 4 ++-- target/linux/at91/image/Makefile| 5 +++-- target/linux/at91/image/{sama5d3.mk => sama5.mk}| 3 +-- target/linux/at91/

[LEDE-DEV] [LEDE-DEV,v2, 05/11] at91: Add SAMA5D4 device

2017-09-13 Thread Sandeep Sheriker Mallikarjun
Add support for SAMA5D4 with target device as at91-sama5d4_xplained in SAMA5 subtarget and build images for SAMA5D4 Xplained board. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/base-files/lib/at91.sh | 3 +++ target/linu

[LEDE-DEV] [LEDE-DEV,v2, 04/11] at91: Add SAMA5D2 device

2017-09-13 Thread Sandeep Sheriker Mallikarjun
Add support for SAMA5D2 with target device as at91-sama5d2_xplained in SAMA5 subtarget and build images for SAMA5D2 Xplained board. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/base-files/lib/at91.sh | 3 +++ target/linu

[LEDE-DEV] [LEDE-DEV, v2, 02/11] build: add image command for installing zImage file.

2017-09-13 Thread Sandeep Sheriker Mallikarjun
Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- include/image-commands.mk | 5 + 1 file changed, 5 insertions(+) diff --git a/include/image-commands.mk b/include/image-commands.mk index 2aac8fb..acf25d6 100644 --- a/include/image-commands.mk

[LEDE-DEV] [LEDE-DEV, v2, 08/11] uboot-at91: Add support for SAMA5D3 Xplained board

2017-09-13 Thread Sandeep Sheriker Mallikarjun
Add support for SAMA5D3 Xplained board and options to select & build u-boot configs for different media storage. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/uboot-at91/Makefile | 16 +++- 1 file changed, 15

[LEDE-DEV] [LEDE-DEV, v2, 07/11] uboot-at91: move BUILD_SUBTARGET from U-Boot/Default to devices

2017-09-13 Thread Sandeep Sheriker Mallikarjun
currenlty U-Boot/Default supports only at91 legacy devices.To add sama5 support, moving BUILD_SUBTARGET from U-Boot/Default to target devices. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/uboot-at91/Makefile | 3 ++- 1 file chan

[LEDE-DEV] [LEDE-DEV, v2, 06/11] at91: Add UBI parameters for sama5d4.

2017-09-13 Thread Sandeep Sheriker Mallikarjun
Add UBIFS_OPTS & UBINIZE_OPTS parameters for sama5d4 Xplained board. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/image/Makefile | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/target/linux/

[LEDE-DEV] [PATCH v1 1/4] at91: Add DEVICE_PACKAGES for sama5

2017-10-13 Thread Sandeep Sheriker Mallikarjun
Added DEVICE_PACKAGES for sama5 to include at91bootstrap & u-boot in default Snapshot build. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/image/sama5.mk | 18 ++ 1 file changed, 18 insertions(+)

[LEDE-DEV] [PATCH v1 4/4] at91: creating sdcard image for sama5

2017-10-13 Thread Sandeep Sheriker Mallikarjun
creating sdcard image using gen_at91_sdcard_img.sh for sama5 platform and sdcard image partition layout is: P0: Boot (fat32) - Contains(at91bootstrap,u-boot,zImage & dtb) p1: Rootfs (ext4) Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> -

[LEDE-DEV] [PATCH v1 0/4] at91: sdcard image patch Summary

2017-10-13 Thread Sandeep Sheriker Mallikarjun
This patch seriese is about generating sdcard images for sama5 socs and enabled necessary kernel and filesystem changes to generate sdimage. v0->v1: Adding a missing dependent patch(i.e. Add DEVICE_PACKAGES for sama5) to this patch series. Sandeep Sheriker Mallikarjun (4): at91:

[LEDE-DEV] [PATCH v1 2/4] at91: Enable SDHCI for sama5 in default config

2017-10-13 Thread Sandeep Sheriker Mallikarjun
Enabled SDHCI for sama5 in kernel default config and this is needed to mount sdcard rootfs partition during boot. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/sama5/config-default | 5 + 1 file changed, 5 insertions(+)

[LEDE-DEV] [PATCH v1 3/4] at91: Add ext4 filesystem

2017-10-13 Thread Sandeep Sheriker Mallikarjun
Add ext4 filesystem for creating sdcard image with ext4 rootfs and removing ext2 as it superset of ext4. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[LEDE-DEV] [PATCH 2/2] at91bootstrap: remove manual copy of binaries to BIN_DIR

2017-10-04 Thread Sandeep Sheriker Mallikarjun
removed copying of binaries to BIN_DIR during install and using default/install to install binaries to BIN_DIR folder. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/at91bootstrap/at91bootstrap.mk | 12 ++-- 1 file chang

[LEDE-DEV] [PATCH 0/2] uboot-at91: fix build error

2017-10-04 Thread Sandeep Sheriker Mallikarjun
This patch series fixes the uboot-at91 build error's. In case when a uboot package is selected of a different subtarget device, the build will fail due to wrong cpu type. Sandeep Sheriker Mallikarjun (2): uboot-at91: remove sama5 platform uboot-at91_sama5: Add New package uboot-at91_sama5

[LEDE-DEV] [PATCH 0/3] at91: sdcard image patch Summary

2017-10-04 Thread Sandeep Sheriker Mallikarjun
This patch seriese is about generating sdcard images for sama5 socs and enabled necessary kernel and filesystem changes to generate sdimage. Sandeep Sheriker Mallikarjun (3): at91: Enable SDHCI for sama5 in default config at91: Add ext4 filesystem at91: creating sdcard image for sama5

[LEDE-DEV] [PATCH 1/3] at91: Enable SDHCI for sama5 in default config

2017-10-04 Thread Sandeep Sheriker Mallikarjun
Enabled SDHCI for sama5 in kernel default config and this is needed to mount sdcard rootfs partition during boot. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/sama5/config-default | 5 + 1 file changed, 5 insertions(+)

[LEDE-DEV] [PATCH 2/3] at91: Add ext4 filesystem

2017-10-04 Thread Sandeep Sheriker Mallikarjun
Add ext4 filesystem for creating sdcard image with ext4 rootfs and removing ext2 as it superset of ext4. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[LEDE-DEV] [PATCH 0/2] at91bootstrap: fix kconfig and bin install

2017-10-04 Thread Sandeep Sheriker Mallikarjun
This patch serires is to fix: 1. Show up in menuconfig, only when sama5 is selected as target device. 2. Fixed install command insead of manually copying to bin folder. Sandeep Sheriker Mallikarjun (2): at91bootstrap: Add BUILD_SUBTARGET variable at91bootstrap: remove manual copy

[LEDE-DEV] [PATCH 3/3] at91: creating sdcard image for sama5

2017-10-04 Thread Sandeep Sheriker Mallikarjun
creating sdcard image using gen_at91_sdcard_img.sh for sama5 platform and sdcard image partition layout is: P0: Boot (fat32) - Contains(at91bootstrap,u-boot,zImage & dtb) p1: Rootfs (ext4) Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> -

[LEDE-DEV] [PATCH v2 0/1] at91: sdcard image patch Summary

2017-12-12 Thread Sandeep Sheriker Mallikarjun
This patch is about generating sdcard images for at91 sama5 socs. v1->v2: v1 patch was Superseded. re-submiting again. Sandeep Sheriker Mallikarjun (1): at91: create sdcard image for sama5 .../image/gen_at91_sdcard_img.sh} | 4 +- target/linux/at91/image/sama5

[LEDE-DEV] [PATCH v2 1/1] at91: create sdcard image for sama5

2017-12-12 Thread Sandeep Sheriker Mallikarjun
create sdcard image using gen_at91_sdcard_img.sh for sama5 platform and sdcard image partition layout is: P0: Boot (fat32) - contains(at91bootstrap,u-boot,zImage & dtb) p1: Rootfs (ext4) Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> ---

[LEDE-DEV] [PATCH v2 09/10] at91: Add SAMA5D2 PTC EK board

2018-05-04 Thread Sandeep Sheriker Mallikarjun
Add target device as at91-sama5d2_ptc_ek in SAMA5D2 subtarget and build images for SAMA5D2 PTC Ek board. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/at91bootstrap/Makefile| 16 +- package/boot/uboot-at91/Ma

[LEDE-DEV] [PATCH v2 03/10] uboot-at91: fetch uboot src from u-boot-at91 github

2018-05-04 Thread Sandeep Sheriker Mallikarjun
fetching uboot src from linux4sam/u-boot-at91 github for all at91 target. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/uboot-at91/Makefile | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/p

[LEDE-DEV] [PATCH v2 04/10] kernel: fix build error for external kernel.

2018-05-04 Thread Sandeep Sheriker Mallikarjun
sent or not. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/kernel/linux/modules/other.mk | 6 +- package/kernel/mac80211/Makefile | 15 ++- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/package/ke

[LEDE-DEV] [PATCH v2 06/10] at91: sdcard image with ext4 rootfs

2018-05-04 Thread Sandeep Sheriker Mallikarjun
creating sdcard image with ext4 rootfs only and ignoring creating other filesystem in sdcard image. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/image/Makefile | 2 +- target/linux/at91/image/sama5.mk | 3 ++- 2 files chan

[LEDE-DEV] [PATCH v2 01/10] at91bootstrap:update to v3.8.10

2018-05-04 Thread Sandeep Sheriker Mallikarjun
updating to new version v3.8.10 and copying at91bootstrap.bin to bin folder. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/at91bootstrap/Makefile | 4 ++-- package/boot/at91bootstrap/at91bootstrap.mk | 2 +- 2 files chan

[LEDE-DEV] [PATCH v2 00/10] at91 patch series

2018-05-04 Thread Sandeep Sheriker Mallikarjun
resending all patches again due with rebase. Sandeep Sheriker Mallikarjun (10): at91bootstrap:update to v3.8.10 at91: fix sdcard create image uboot-at91: fetch uboot src from u-boot-at91 github kernel: fix build error for external kernel. at91: Add SAMA5D27 SOM1 EK board at91: sdcard

[LEDE-DEV] [PATCH v2 02/10] at91: fix sdcard create image

2018-05-04 Thread Sandeep Sheriker Mallikarjun
copying at91bootstrap and uboot binaries to sdcard image is done based on device name instead of dts name and this avoids creating multiple u-boot and at91bootstrap binaries. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91

[LEDE-DEV] [PATCH v2 10/10] at91: refreshing kernel configurations.

2018-05-04 Thread Sandeep Sheriker Mallikarjun
refreshing kernel configurations for sama5 and legacy subtarget. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/config-4.9 | 445 -- target/linux/at91/legacy/config-default | 239 ++ target/linu

[LEDE-DEV] [PATCH v1 3/3] at91: refreshing kernel configurations.

2018-05-01 Thread Sandeep Sheriker Mallikarjun
refreshing kernel configurations for sama5 and legacy subtarget. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/config-4.9 | 445 -- target/linux/at91/legacy/config-default | 239 ++ target/linu

[LEDE-DEV] [PATCH v1 1/3] at91: reorganize at91 subtargets

2018-05-01 Thread Sandeep Sheriker Mallikarjun
fpu4 flags to samad3 subtargets. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/at91bootstrap/Makefile| 12 +- package/boot/uboot-at91/Makefile | 18 +- target/linux/at9

[LEDE-DEV] [PATCH v1 0/3] at91 patch series.

2018-05-01 Thread Sandeep Sheriker Mallikarjun
sending below 3 patches with rebase. Sandeep Sheriker Mallikarjun (3): at91: reorganize at91 subtargets at91: Add SAMA5D2 PTC EK board at91: refreshing kernel configurations. package/boot/at91bootstrap/Makefile| 28 +- package/boot/uboot-at91/Makefile

[LEDE-DEV] [PATCH v1 2/3] at91: Add SAMA5D2 PTC EK board

2018-05-01 Thread Sandeep Sheriker Mallikarjun
Add target device as at91-sama5d2_ptc_ek in SAMA5D2 subtarget and build images for SAMA5D2 PTC Ek board. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/at91bootstrap/Makefile| 16 +- package/boot/uboot-at91/Ma

[LEDE-DEV] [PATCH 1/1] at91: kernel configuration

2018-01-04 Thread Sandeep Sheriker Mallikarjun
1. enabled DMA controller options 2. Enabled CMA options 3. enabled VFP options 4. Add Atmel SD/MMC Driver Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/sama5/config-default | 43 ++ 1 file c

[LEDE-DEV] [PATCH v1 1/1] uboot-at91: fix build after fpu activation

2018-01-04 Thread Sandeep Sheriker Mallikarjun
neon and VFPv4 support is added to this target and uboot-at91 build fails due to TARGET_CFLAGS -mfloat-abi set to hard. as a fix, setting uboot-at91 CFLAGS -mfloat-abi=soft. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/uboo

[LEDE-DEV] [PATCH 1/1] at91bootstrap: at91bootstrap default selection

2018-01-04 Thread Sandeep Sheriker Mallikarjun
. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/at91bootstrap/Makefile | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package/boot/at91bootstrap/Makefile b/packag

[LEDE-DEV] [PATCH 1/1] at91: update kernel 4.9.73 to 4.14.11

2018-01-08 Thread Sandeep Sheriker Mallikarjun
update at91 kernel 4.9.73 to 4.14.11 Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/Makefile | 2 +- target/linux/at91/{config-4.9 => config-4.14} | 6 ++ ..

[LEDE-DEV] [PATCH 1/3] at91:Add SAMA5D27 SOM1 EK device

2018-01-08 Thread Sandeep Sheriker Mallikarjun
Add support for SAMA5D27 with target device as at91-sama5d27_som1_ek in SAMA5 subtarget and build images for SAMA5D27 SOM1 EK board. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/base-files/lib/at91.sh | 3 +++ target/linu

[LEDE-DEV] [PATCH 3/3] uboot-at91: Add support for SAMA5D27 SOM1 EK board

2018-01-08 Thread Sandeep Sheriker Mallikarjun
Add support for SAMA5D27 SOM1 EK board. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/uboot-at91/Makefile | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/package/boot/uboot-at91/Makefile b/packag

[LEDE-DEV] [PATCH 0/3] Add AT91 SAMA5D27 SOM1 EK board

2018-01-08 Thread Sandeep Sheriker Mallikarjun
This patch series includes adding support of SAMA5D27 SOM1 Ek board Sandeep Sheriker Mallikarjun (3): at91:Add SAMA5D27 SOM1 EK device at91bootstrap: Add support for SAMA5D27 SOM1 EK board uboot-at91: Add support for SAMA5D27 SOM1 EK board package/boot/at91bootstrap/Makefile | 20

[LEDE-DEV] [PATCH 2/3] at91bootstrap: Add support for SAMA5D27 SOM1 EK board

2018-01-08 Thread Sandeep Sheriker Mallikarjun
1. Add support for SAMA5D27 SOM1 EK board 2. version update to v3.8.9 Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/at91bootstrap/Makefile | 20 +--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/p

[LEDE-DEV] [PATCH 06/12] at91: Add SAMA5D27 SOM1 EK board

2018-04-02 Thread Sandeep Sheriker Mallikarjun
Add support for SAMA5D27 SOM1 with target device as at91-sama5d27_som1_ek in SAMA5 subtarget and build images for SAMA5D27 SOM1 Ek board. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/at91bootstrap/Makefile

[LEDE-DEV] [PATCH 11/12] at91: Add SAMA5D2 PTC EK board

2018-04-02 Thread Sandeep Sheriker Mallikarjun
Add target device as at91-sama5d2_ptc_ek in SAMA5D2 subtarget and build images for SAMA5D2 PTC Ek board. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/at91bootstrap/Makefile| 16 +- package/boot/uboot-at91/Ma

[LEDE-DEV] [PATCH 05/12] at91: fix build error for wb50n.

2018-04-02 Thread Sandeep Sheriker Mallikarjun
when external kernel is selected from menuconfig, device wb50n is not avaliable and build fails. As a fix adding checks for external kernel. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/image/sama5.m

[LEDE-DEV] [PATCH 03/12] uboot-at91: fetch uboot src from u-boot-at91 github

2018-04-02 Thread Sandeep Sheriker Mallikarjun
fetching uboot src from linux4sam/u-boot-at91 github for all at91 target. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/uboot-at91/Makefile | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/p

[LEDE-DEV] [PATCH 08/12] at91: sama5: remove neon and VFPv4 support

2018-04-02 Thread Sandeep Sheriker Mallikarjun
sama5d2 & samad4 have neon feature and sama5d3 does not have neon feature due to which sama5d3 boot fails with error message Kernel panic - not syncing: Attempted to kill init! exitcode=0x0004. removing neon & VFPv4 support to fix this Signed-off-by: Sandeep Sheriker Mal

[LEDE-DEV] [PATCH 10/12] at91: reorganize at91 subtargets

2018-04-02 Thread Sandeep Sheriker Mallikarjun
fpu4 flags to samad3 subtargets. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/at91bootstrap/Makefile| 12 +- package/boot/uboot-at91/Makefile | 18 +- target/linux/at9

[LEDE-DEV] [PATCH 12/12] at91: refreshing kernel configurations.

2018-04-02 Thread Sandeep Sheriker Mallikarjun
refreshing kernel configurations for sama5 and legacy subtarget. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/config-4.9 | 445 -- target/linux/at91/legacy/config-default | 239 ++ target/linu

[LEDE-DEV] [PATCH 02/12] at91: fix sdcard create image

2018-04-02 Thread Sandeep Sheriker Mallikarjun
copying at91bootstrap and uboot binaries to sdcard image is done based on device name instead of dts name and this avoids creating multiple u-boot and at91bootstrap binaries. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91

[LEDE-DEV] [PATCH 09/12] uboot-at91: fix DTC command not found.

2018-04-02 Thread Sandeep Sheriker Mallikarjun
fixed DTC command not found error while compling uboot-at91. The fix is to set DTC PATH in uboot-at91 MAKE command. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/uboot-at91/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 de

[LEDE-DEV] [PATCH 04/12] kernel: fix build error for external kernel.

2018-04-02 Thread Sandeep Sheriker Mallikarjun
sent or not. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/kernel/linux/modules/other.mk | 6 +- package/kernel/mac80211/Makefile | 15 ++- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/package/ke

[LEDE-DEV] [PATCH 01/12] at91bootstrap:update to v3.8.10

2018-04-02 Thread Sandeep Sheriker Mallikarjun
updating to new version v3.8.10 and copying at91bootstrap.bin to bin folder. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- package/boot/at91bootstrap/Makefile | 4 ++-- package/boot/at91bootstrap/at91bootstrap.mk | 2 +- 2 files chan

[LEDE-DEV] [PATCH 07/12] at91: sdcard image with ext4 rootfs

2018-04-02 Thread Sandeep Sheriker Mallikarjun
creating sdcard image with ext4 rootfs only and ignoring creating other filesystem in sdcard image. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikar...@microchip.com> --- target/linux/at91/image/Makefile | 2 +- target/linux/at91/image/sama5.mk | 3 ++- 2 files chan