Signed-off-by: Sandeep Sheriker Mallikarjun
---
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
+++ b/include/image-commands.mk
@@ -114,6
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
---
target/linux/at91/base-files/lib/at91.sh | 3 +++
target/linux/at91/image/sama5.mk | 8
2 files
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
---
target/linux/at91/base-files/lib/at91.sh | 3 +++
target/linux/at91/image/sama5.mk | 8
2 files
Installing zImage to bin folder of device target.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
target/linux/at91/image/Makefile | 6 ++
1 file changed, 6 insertions(+)
diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile
index 6e2b6b6..99c7e21 100644
--- a
d-off-by: Sandeep Sheriker Mallikarjun
---
target/linux/at91/Makefile | 4 ++--
target/linux/at91/image/Makefile| 5 +++--
target/linux/at91/image/{sama5d3.mk => sama5.mk}| 3 +--
target/linux/at91/{sama5d3 => sama5}/config-default | 0
tar
Add UBIFS_OPTS & UBINIZE_OPTS parameters for sama5d4 Xplained board.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
target/linux/at91/image/Makefile | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Make
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
---
package/boot/uboot-at91/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a
Add support for SAMA5D3 Xplained board and options to select & build
u-boot configs for different media storage.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/boot/uboot-at91/Makefile | 16 +++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/package/
Add support for SAMA5D2 Xplained board and options to select & build
u-boot configs for different media storage.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/boot/uboot-at91/Makefile | 17 -
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/package/
Add support for SAMA5D4 Xplained board and options to select & build
u-boot configs for different media storage.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/boot/uboot-at91/Makefile | 24 ++--
1 file changed, 22 insertions(+), 2 deletions(-)
diff --g
: Sandeep Sheriker Mallikarjun
---
package/boot/at91bootstrap/Makefile | 93 +
package/boot/at91bootstrap/at91bootstrap.mk | 80 +
2 files changed, 173 insertions(+)
create mode 100644 package/boot/at91bootstrap/Makefile
create mode 100644
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_
Added new package uboot-at91_sama5 to build uboot binaries for
Microchip(Atmel AT91) sama5 socs.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/boot/uboot-at91_sama5/Makefile | 82 ++
1 file changed, 82 insertions(+)
create mode 100644 package/boot
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
---
package/boot/at91bootstrap/at91bootstrap.mk | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a
-by: Sandeep Sheriker Mallikarjun
---
package/boot/at91bootstrap/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/boot/at91bootstrap/Makefile
b/package/boot/at91bootstrap/Makefile
index ae60fad..4571fed 100644
--- a/package/boot/at91bootstrap/Makefile
+++ b/pack
uboot-at91.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/boot/uboot-at91/Makefile | 54 ++--
1 file changed, 2 insertions(+), 52 deletions(-)
diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile
index 8dc5e3e..6a806ff
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
---
target/linux/at91/sama5/config-default | 5 +
1 file changed, 5 insertions(+)
diff --git a/target/linux/at91/sama5/config
Add ext4 filesystem for creating sdcard image with ext4 rootfs and
removing ext2 as it superset of ext4.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
target/linux/at91/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/at91/Makefile b/target/linux/at91
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 of
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
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
---
target/linux/at91/image/Make
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:
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
---
target/linux/at91/sama5/config-default | 5 +
1 file changed, 5 insertions(+)
diff --git a/target/linux/at91/sama5/config
Added DEVICE_PACKAGES for sama5 to include at91bootstrap & u-boot in
default Snapshot build.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
target/linux/at91/image/sama5.mk | 18 ++
1 file changed, 18 insertions(+)
diff --git a/target/linux/at91/image/sama5.mk b/target/l
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
---
target/linux/at91/image/Make
Add ext4 filesystem for creating sdcard image with ext4 rootfs and
removing ext2 as it superset of ext4.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
target/linux/at91/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/at91/Makefile b/target/linux/at91
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
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
---
.../image/gen_at91_sdcard_img.sh}
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
---
package/boot/uboot-at91/Makefile | 2 +-
1 file changed, 1 insertion
.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/boot/at91bootstrap/Makefile | 34 +-
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/package/boot/at91bootstrap/Makefile
b/package/boot/at91bootstrap/Makefile
index 4571fed..5d5d2e5 100644
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
---
target/linux/at91/sama5/config-default | 43 ++
1 file changed, 43 insertions(+)
diff --git a/target/linux
update at91 kernel 4.9.73 to 4.14.11
Signed-off-by: Sandeep Sheriker Mallikarjun
---
target/linux/at91/Makefile | 2 +-
target/linux/at91/{config-4.9 => config-4.14} | 6 ++
.../100-ARM-at91-build-dtb-for-LMU5000.pa
Add support for SAMA5D27 SOM1 EK board.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/boot/uboot-at91/Makefile | 13 ++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile
index ae2e888..c1d5cac
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
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
---
target/linux/at91/base-files/lib/at91.sh | 3 +++
target/linux/at91/image/sama5.mk | 8
2 files
1. Add support for SAMA5D27 SOM1 EK board
2. version update to v3.8.9
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/boot/at91bootstrap/Makefile | 20 +---
1 file changed, 17 insertions(+), 3 deletions(-)
diff --git a/package/boot/at91bootstrap/Makefile
b/package
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
---
target/linux/at91/image/sama5.mk | 16 +---
1 file changed
creating sdcard image with ext4 rootfs only and ignoring creating
other filesystem in sdcard image.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
target/linux/at91/image/Makefile | 2 +-
target/linux/at91/image/sama5.mk | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a
updating to new version v3.8.10 and copying at91bootstrap.bin to bin folder.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/boot/at91bootstrap/Makefile | 4 ++--
package/boot/at91bootstrap/at91bootstrap.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a
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
---
package/boot/uboot-at91/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/boot/uboot-at91
sent or not.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/kernel/linux/modules/other.mk | 6 +-
package/kernel/mac80211/Makefile | 15 ++-
2 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/package/kernel/linux/modules/other.mk
b/package/kernel/l
fetching uboot src from linux4sam/u-boot-at91 github for all at91
target.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/boot/uboot-at91/Makefile | 17 +++--
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/package/boot/uboot-at91/Makefile b/package/boot
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 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
---
package/boot/at91bootstrap/Makefile| 16 +-
package/boot/uboot-at91/Makefile | 18 +-
target/linux/at91
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
---
package/boot/at91bootstrap/Makefile| 19 +-
package/boot/uboot-at91/Makefile
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
---
target/linux/at91/image/sama5.mk | 24 ++--
1 file changed, 14 insertions(+), 10
fpu4 flags to samad3 subtargets.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/boot/at91bootstrap/Makefile| 12 +-
package/boot/uboot-at91/Makefile | 18 +-
target/linux/at91/Makefile |2 +-
target/linux/at91/image/Make
refreshing kernel configurations for sama5 and legacy subtarget.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
target/linux/at91/config-4.9 | 445 --
target/linux/at91/legacy/config-default | 239 ++
target/linux/at91/sama5d2/config-default | 329 ++--
target
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
fpu4 flags to samad3 subtargets.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/boot/at91bootstrap/Makefile| 12 +-
package/boot/uboot-at91/Makefile | 18 +-
target/linux/at91/Makefile |2 +-
target/linux/at91/image/Make
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
---
package/boot/at91bootstrap/Makefile| 16 +-
package/boot/uboot-at91/Makefile | 18 +-
target/linux/at91
refreshing kernel configurations for sama5 and legacy subtarget.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
target/linux/at91/config-4.9 | 445 --
target/linux/at91/legacy/config-default | 239 ++
target/linux/at91/sama5d2/config-default | 329 ++--
target
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
updating to new version v3.8.10 and copying at91bootstrap.bin to bin folder.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/boot/at91bootstrap/Makefile | 4 ++--
package/boot/at91bootstrap/at91bootstrap.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a
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
---
target/linux/at91/image/sama5.mk | 16 +---
1 file changed
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
---
package/boot/uboot-at91/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/boot/uboot-at91/Makefile b/package
creating sdcard image with ext4 rootfs only and ignoring creating
other filesystem in sdcard image.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
target/linux/at91/image/Makefile | 2 +-
target/linux/at91/image/sama5.mk | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a
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
---
package/boot/at91bootstrap/Makefile| 19 +-
package/boot/uboot-at91/Makefile
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
---
package/boot/at91bootstrap/Makefile| 16 +-
package/boot/uboot-at91/Makefile | 18 +-
target/linux/at91
fetching uboot src from linux4sam/u-boot-at91 github for all at91
target.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/boot/uboot-at91/Makefile | 17 +++--
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/package/boot/uboot-at91/Makefile b/package/boot
sent or not.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/kernel/linux/modules/other.mk | 6 +-
package/kernel/mac80211/Makefile | 15 ++-
2 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/package/kernel/linux/modules/other.mk
b/package/kernel/l
fpu4 flags to samad3 subtargets.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
package/boot/at91bootstrap/Makefile| 12 +-
package/boot/uboot-at91/Makefile | 18 +-
target/linux/at91/Makefile |2 +-
target/linux/at91/image/Make
refreshing kernel configurations for sama5 and legacy subtarget.
Signed-off-by: Sandeep Sheriker Mallikarjun
---
target/linux/at91/config-4.9 | 445 --
target/linux/at91/legacy/config-default | 239 ++
target/linux/at91/sama5d2/config-default | 329 ++--
target
63 matches
Mail list logo