mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 20:16:59 +00:00
at91:renaming subtraget legacy to sam9x
renaming subtraget legacy to sam9x for adding new sam9 soc's Signed-off-by: Sandeep Sheriker M <sandeep.sheriker@microchip.com>
This commit is contained in:
parent
ab629543c0
commit
a765a2178c
@ -26,13 +26,13 @@ endef
|
|||||||
|
|
||||||
define U-Boot/at91sam9m10g45ek_nandflash
|
define U-Boot/at91sam9m10g45ek_nandflash
|
||||||
NAME:=AT91SAM9M10G45-EK board (NandFlash)
|
NAME:=AT91SAM9M10G45-EK board (NandFlash)
|
||||||
BUILD_SUBTARGET:=legacy
|
BUILD_SUBTARGET:=sam9x
|
||||||
BUILD_DEVICES:=at91sam9m10g45ek
|
BUILD_DEVICES:=at91sam9m10g45ek
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define U-Boot/at91sam9x5ek_nandflash
|
define U-Boot/at91sam9x5ek_nandflash
|
||||||
NAME:=AT91SAM9X5-EK board (NandFlash)
|
NAME:=AT91SAM9X5-EK board (NandFlash)
|
||||||
BUILD_SUBTARGET:=legacy
|
BUILD_SUBTARGET:=sam9x
|
||||||
BUILD_DEVICES:=at91sam9g15ek at91sam9g25ek \
|
BUILD_DEVICES:=at91sam9g15ek at91sam9g25ek \
|
||||||
at91sam9g35ek at91sam9x25ek \
|
at91sam9g35ek at91sam9x25ek \
|
||||||
at91sam9x35ek
|
at91sam9x35ek
|
||||||
|
@ -8,10 +8,11 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
ARCH:=arm
|
ARCH:=arm
|
||||||
BOARD:=at91
|
BOARD:=at91
|
||||||
MAINTAINER:=Claudio Mignanti <c.mignanti@gmail.com>
|
MAINTAINER:=Claudio Mignanti <c.mignanti@gmail.com> \
|
||||||
|
Sandeep Sheriker <sandeep.sheriker@gmail.com>
|
||||||
BOARDNAME:=Microchip (Atmel AT91)
|
BOARDNAME:=Microchip (Atmel AT91)
|
||||||
FEATURES:=ext4 squashfs targz usb usbgadget ubifs
|
FEATURES:=ext4 squashfs targz usb usbgadget ubifs
|
||||||
SUBTARGETS:=sama5 legacy
|
SUBTARGETS:=sama5 sam9x
|
||||||
|
|
||||||
KERNEL_PATCHVER:=4.14
|
KERNEL_PATCHVER:=4.14
|
||||||
|
|
||||||
|
@ -13,8 +13,8 @@ define Build/at91-install-zImage
|
|||||||
$(CP) $(KDIR)/zImage $@
|
$(CP) $(KDIR)/zImage $@
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifeq ($(SUBTARGET),legacy)
|
ifeq ($(SUBTARGET),sam9x)
|
||||||
include ./legacy.mk
|
include ./sam9x.mk
|
||||||
endif
|
endif
|
||||||
ifeq ($(SUBTARGET),sama5)
|
ifeq ($(SUBTARGET),sama5)
|
||||||
include ./sama5.mk
|
include ./sama5.mk
|
||||||
|
@ -130,4 +130,3 @@ define Device/wb45n
|
|||||||
MKUBIFS_OPTS := -m $$(PAGESIZE) -e 124KiB -c 955
|
MKUBIFS_OPTS := -m $$(PAGESIZE) -e 124KiB -c 955
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += wb45n
|
TARGET_DEVICES += wb45n
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
BOARDNAME:=Legacy (ARMv5)
|
|
||||||
CPU_TYPE:=arm926ej-s
|
|
||||||
|
|
||||||
define Target/Description
|
|
||||||
Build generic firmware for legacy Atmel AT91 platforms
|
|
||||||
using the ARMv5 instruction set.
|
|
||||||
endef
|
|
7
target/linux/at91/sam9x/target.mk
Normal file
7
target/linux/at91/sam9x/target.mk
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
BOARDNAME:= SAM9X Boards (ARMv5)
|
||||||
|
CPU_TYPE:=arm926ej-s
|
||||||
|
|
||||||
|
define Target/Description
|
||||||
|
Build generic firmware for Microchip AT91 SAM9x platforms
|
||||||
|
using the ARMv5 instruction set.
|
||||||
|
endef
|
Loading…
Reference in New Issue
Block a user