2021-02-10 13:52:34 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2018-03-07 21:10:01 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2012-2016 OpenWrt.org
|
|
|
|
# Copyright (C) 2016 LEDE-project.org
|
|
|
|
|
2020-07-14 14:11:22 +00:00
|
|
|
define Device/dsa-migration
|
|
|
|
DEVICE_COMPAT_VERSION := 1.1
|
2020-08-08 19:30:44 +00:00
|
|
|
DEVICE_COMPAT_MESSAGE := Config cannot be migrated from swconfig to DSA
|
2020-07-14 14:11:22 +00:00
|
|
|
endef
|
|
|
|
|
2021-02-06 03:38:03 +00:00
|
|
|
define Device/kernel-size-migration
|
|
|
|
DEVICE_COMPAT_VERSION := 2.0
|
|
|
|
DEVICE_COMPAT_MESSAGE := Partition design has changed compared to older versions (up to 19.07) due to kernel size restrictions. \
|
|
|
|
Upgrade via sysupgrade mechanism is not possible, so new installation via factory style image is required.
|
|
|
|
endef
|
|
|
|
|
mvebu: add support for Buffalo LinkStation LS421DE
Buffalo LinkStation LS421DE is a dual bay NAS, based on Marvell Armada 370
Hardware:
SoC: Marvell Armada 88F6707-A1
CPU: Cortex-A9 1200 MHz, 1 core
Flash: SPI-NOR 1 MiB, NAND 512 MiB
RAM: DDR3 512 MiB
Ethernet: 1x 10/100/1000 Mbps
USB: 1x 2.0, 1x 3.0
SATA: 2x 3.0 Gbps
LEDs/Input : 5x / 2x (1x button, 1x slide-switch)
RTC: Ricoh RS5C372A, I2C, no battery
Flash instruction (UART+TFTP):
1. Downgrade the OEM firmware to 1.34 version (BUFFALO_BOOTVER=0.13)
2. Remove any hard drive from inside the bays.
3. Boot the Openwrt initramfs image using the U-Boot serial console:
tftpboot 0x1200000 buffalo_ls421de-initramfs-kernel.bin
bootm 0x1200000
4. Flash the sysupgrade image using the Openwrt console:
sysupgrade -n buffalo_ls421de-squashfs-sysupgrade.bin
5. Wait until it finish, the device will reboot with Openwrt installed
on the NAND flash.
Note:
- Device shuting down doesn't work, even if the power slide switch is
used. We must first, via MDIO, set the unused LED2 at the ethernet
phy0 to off state. Reboot works ok.
Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
Reviewed-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
2020-04-07 12:35:26 +00:00
|
|
|
define Device/buffalo_ls421de
|
|
|
|
$(Device/NAND-128K)
|
|
|
|
DEVICE_VENDOR := Buffalo
|
|
|
|
DEVICE_MODEL := LinkStation LS421DE
|
|
|
|
SUBPAGESIZE :=
|
|
|
|
KERNEL_SIZE := 33554432
|
|
|
|
FILESYSTEMS := squashfs ubifs
|
|
|
|
KERNEL := kernel-bin | append-dtb | uImage none | buffalo-kernel-jffs2
|
|
|
|
KERNEL_INITRAMFS := kernel-bin | append-dtb | uImage none
|
|
|
|
DEVICE_DTS := armada-370-buffalo-ls421de
|
|
|
|
DEVICE_PACKAGES := \
|
2020-06-28 21:52:10 +00:00
|
|
|
kmod-rtc-rs5c372a kmod-hwmon-gpiofan kmod-hwmon-drivetemp kmod-usb3 \
|
2020-08-28 09:20:46 +00:00
|
|
|
kmod-linkstation-poweroff kmod-md-raid0 kmod-md-raid1 kmod-md-mod \
|
|
|
|
kmod-fs-xfs mkf2fs e2fsprogs partx-utils
|
mvebu: add support for Buffalo LinkStation LS421DE
Buffalo LinkStation LS421DE is a dual bay NAS, based on Marvell Armada 370
Hardware:
SoC: Marvell Armada 88F6707-A1
CPU: Cortex-A9 1200 MHz, 1 core
Flash: SPI-NOR 1 MiB, NAND 512 MiB
RAM: DDR3 512 MiB
Ethernet: 1x 10/100/1000 Mbps
USB: 1x 2.0, 1x 3.0
SATA: 2x 3.0 Gbps
LEDs/Input : 5x / 2x (1x button, 1x slide-switch)
RTC: Ricoh RS5C372A, I2C, no battery
Flash instruction (UART+TFTP):
1. Downgrade the OEM firmware to 1.34 version (BUFFALO_BOOTVER=0.13)
2. Remove any hard drive from inside the bays.
3. Boot the Openwrt initramfs image using the U-Boot serial console:
tftpboot 0x1200000 buffalo_ls421de-initramfs-kernel.bin
bootm 0x1200000
4. Flash the sysupgrade image using the Openwrt console:
sysupgrade -n buffalo_ls421de-squashfs-sysupgrade.bin
5. Wait until it finish, the device will reboot with Openwrt installed
on the NAND flash.
Note:
- Device shuting down doesn't work, even if the power slide switch is
used. We must first, via MDIO, set the unused LED2 at the ethernet
phy0 to off state. Reboot works ok.
Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
Reviewed-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
2020-04-07 12:35:26 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += buffalo_ls421de
|
|
|
|
|
2020-01-31 15:46:13 +00:00
|
|
|
define Device/cznic_turris-omnia
|
|
|
|
DEVICE_VENDOR := CZ.NIC
|
|
|
|
DEVICE_MODEL := Turris Omnia
|
|
|
|
KERNEL_INSTALL := 1
|
2021-01-30 12:32:43 +00:00
|
|
|
SOC := armada-385
|
2020-12-22 12:17:32 +00:00
|
|
|
KERNEL := kernel-bin
|
2021-01-30 12:32:43 +00:00
|
|
|
KERNEL_INITRAMFS := kernel-bin | gzip | fit gzip $$(KDIR)/image-$$(DEVICE_DTS).dtb
|
2020-01-31 15:46:13 +00:00
|
|
|
DEVICE_PACKAGES := \
|
|
|
|
mkf2fs e2fsprogs kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \
|
2020-07-27 10:30:41 +00:00
|
|
|
wpad-basic-wolfssl kmod-ath9k kmod-ath10k-ct ath10k-firmware-qca988x-ct \
|
2020-03-16 05:55:40 +00:00
|
|
|
partx-utils kmod-i2c-mux-pca954x
|
2021-02-22 14:55:43 +00:00
|
|
|
IMAGES := $$(DEVICE_IMG_PREFIX)-sysupgrade.img.gz omnia-medkit-$$(DEVICE_IMG_PREFIX)-initramfs.tar.gz
|
|
|
|
IMAGE/$$(DEVICE_IMG_PREFIX)-sysupgrade.img.gz := boot-scr | boot-img | sdcard-img | gzip | append-metadata
|
|
|
|
IMAGE/omnia-medkit-$$(DEVICE_IMG_PREFIX)-initramfs.tar.gz := omnia-medkit-initramfs | gzip
|
|
|
|
DEVICE_IMG_NAME = $$(2)
|
2020-01-31 15:46:13 +00:00
|
|
|
SUPPORTED_DEVICES += armada-385-turris-omnia
|
2019-12-23 07:34:49 +00:00
|
|
|
BOOT_SCRIPT := turris-omnia
|
2020-01-31 15:46:13 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += cznic_turris-omnia
|
|
|
|
|
|
|
|
define Device/globalscale_mirabox
|
|
|
|
$(Device/NAND-512K)
|
|
|
|
DEVICE_VENDOR := Globalscale
|
|
|
|
DEVICE_MODEL := Mirabox
|
|
|
|
SOC := armada-370
|
|
|
|
SUPPORTED_DEVICES += mirabox
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += globalscale_mirabox
|
|
|
|
|
2020-07-12 13:35:54 +00:00
|
|
|
define Device/kobol_helios4
|
|
|
|
DEVICE_VENDOR := Kobol
|
|
|
|
DEVICE_MODEL := Helios4
|
|
|
|
KERNEL_INSTALL := 1
|
|
|
|
KERNEL := kernel-bin
|
|
|
|
DEVICE_PACKAGES := mkf2fs e2fsprogs partx-utils
|
|
|
|
IMAGES := sdcard.img.gz
|
|
|
|
IMAGE/sdcard.img.gz := boot-scr | boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
|
|
|
|
SOC := armada-388
|
|
|
|
UBOOT := helios4-u-boot-spl.kwb
|
|
|
|
BOOT_SCRIPT := clearfog
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += kobol_helios4
|
|
|
|
|
2018-03-07 21:10:01 +00:00
|
|
|
define Device/linksys
|
|
|
|
$(Device/NAND-128K)
|
2019-09-09 22:13:30 +00:00
|
|
|
DEVICE_VENDOR := Linksys
|
2020-07-27 10:30:41 +00:00
|
|
|
DEVICE_PACKAGES := kmod-mwlwifi wpad-basic-wolfssl
|
2019-05-11 17:37:31 +00:00
|
|
|
IMAGES += factory.img
|
2020-06-24 17:56:23 +00:00
|
|
|
IMAGE/factory.img := append-kernel | pad-to $$$$(KERNEL_SIZE) | \
|
|
|
|
append-ubi | pad-to $$$$(PAGESIZE)
|
2018-03-07 21:10:01 +00:00
|
|
|
KERNEL_SIZE := 6144k
|
|
|
|
endef
|
|
|
|
|
2019-05-11 17:37:33 +00:00
|
|
|
define Device/linksys_wrt1200ac
|
2019-09-09 22:13:30 +00:00
|
|
|
$(call Device/linksys)
|
2020-07-14 14:11:22 +00:00
|
|
|
$(Device/dsa-migration)
|
2019-09-09 22:13:30 +00:00
|
|
|
DEVICE_MODEL := WRT1200AC
|
|
|
|
DEVICE_ALT0_VENDOR := Linksys
|
|
|
|
DEVICE_ALT0_MODEL := Caiman
|
2018-03-07 21:10:01 +00:00
|
|
|
DEVICE_DTS := armada-385-linksys-caiman
|
|
|
|
DEVICE_PACKAGES += mwlwifi-firmware-88w8864
|
2020-07-14 14:11:22 +00:00
|
|
|
SUPPORTED_DEVICES += armada-385-linksys-caiman linksys,caiman
|
2018-03-07 21:10:01 +00:00
|
|
|
endef
|
2019-05-11 17:37:33 +00:00
|
|
|
TARGET_DEVICES += linksys_wrt1200ac
|
2018-03-07 21:10:01 +00:00
|
|
|
|
2020-01-31 15:46:13 +00:00
|
|
|
define Device/linksys_wrt1900acs
|
|
|
|
$(call Device/linksys)
|
2020-07-14 14:11:22 +00:00
|
|
|
$(Device/dsa-migration)
|
2020-01-31 15:46:13 +00:00
|
|
|
DEVICE_MODEL := WRT1900ACS
|
|
|
|
DEVICE_VARIANT := v1
|
|
|
|
DEVICE_ALT0_VENDOR := Linksys
|
|
|
|
DEVICE_ALT0_MODEL := WRT1900ACS
|
|
|
|
DEVICE_ALT0_VARIANT := v2
|
|
|
|
DEVICE_ALT1_VENDOR := Linksys
|
|
|
|
DEVICE_ALT1_MODEL := Shelby
|
|
|
|
DEVICE_DTS := armada-385-linksys-shelby
|
|
|
|
DEVICE_PACKAGES += mwlwifi-firmware-88w8864
|
2020-07-14 14:11:22 +00:00
|
|
|
SUPPORTED_DEVICES += armada-385-linksys-shelby linksys,shelby
|
2020-01-31 15:46:13 +00:00
|
|
|
endef
|
|
|
|
TARGET_DEVICES += linksys_wrt1900acs
|
|
|
|
|
mvebu: rename Linksys devices based on their common names
The Linksys devices in mvebu target feature a mixed naming,
where parts are based on the official product name (device
node, image; e.g. WRT3200ACM) and parts are based on the
internal code name (DTS file name, compatible, LED labels;
e.g. rango). This inconsistent naming has been perceived
as quite confusing.
A recent attempt by Paul Spooren to harmonize this naming
in kernel has been declined there. However, for us it still
makes sense to apply at least a part of these changes
locally.
Primarily, this patch changes the compatible in DTS and thus
the board name used in various scripts to have them in line
with the device, model and image names. Due to the recent
switch from swconfig to DSA, this allows us to drop
SUPPORTED_DEVICES and thus prevent seamless upgrade between
these incompatible setups.
However, this does not include the LED label rename from
Paul's initial patch: I don't think it's worth keeping the
enormous diff locally for this case, as we can implement
this much easier in 01_leds if we have to live with the
inconsistency anyway.
Signed-off-by: Paul Spooren <mail@aparcar.org>
[rebase, extend to all devices, drop DT LED changes]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-04-10 10:14:21 +00:00
|
|
|
define Device/linksys_wrt1900ac-v1
|
2020-01-31 15:46:13 +00:00
|
|
|
$(call Device/linksys)
|
2021-02-06 03:38:03 +00:00
|
|
|
$(Device/kernel-size-migration)
|
2020-01-31 15:46:13 +00:00
|
|
|
DEVICE_MODEL := WRT1900AC
|
|
|
|
DEVICE_VARIANT := v1
|
|
|
|
DEVICE_ALT0_VENDOR := Linksys
|
|
|
|
DEVICE_ALT0_MODEL := Mamba
|
|
|
|
DEVICE_DTS := armada-xp-linksys-mamba
|
|
|
|
DEVICE_PACKAGES += mwlwifi-firmware-88w8864
|
2021-02-06 03:38:03 +00:00
|
|
|
KERNEL_SIZE := 4096k
|
2020-07-14 14:11:22 +00:00
|
|
|
SUPPORTED_DEVICES += armada-xp-linksys-mamba linksys,mamba
|
2020-01-31 15:46:13 +00:00
|
|
|
endef
|
2020-07-27 09:05:25 +00:00
|
|
|
TARGET_DEVICES += linksys_wrt1900ac-v1
|
2020-01-31 15:46:13 +00:00
|
|
|
|
mvebu: rename Linksys devices based on their common names
The Linksys devices in mvebu target feature a mixed naming,
where parts are based on the official product name (device
node, image; e.g. WRT3200ACM) and parts are based on the
internal code name (DTS file name, compatible, LED labels;
e.g. rango). This inconsistent naming has been perceived
as quite confusing.
A recent attempt by Paul Spooren to harmonize this naming
in kernel has been declined there. However, for us it still
makes sense to apply at least a part of these changes
locally.
Primarily, this patch changes the compatible in DTS and thus
the board name used in various scripts to have them in line
with the device, model and image names. Due to the recent
switch from swconfig to DSA, this allows us to drop
SUPPORTED_DEVICES and thus prevent seamless upgrade between
these incompatible setups.
However, this does not include the LED label rename from
Paul's initial patch: I don't think it's worth keeping the
enormous diff locally for this case, as we can implement
this much easier in 01_leds if we have to live with the
inconsistency anyway.
Signed-off-by: Paul Spooren <mail@aparcar.org>
[rebase, extend to all devices, drop DT LED changes]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-04-10 10:14:21 +00:00
|
|
|
define Device/linksys_wrt1900ac-v2
|
2019-09-09 22:13:30 +00:00
|
|
|
$(call Device/linksys)
|
2020-07-14 14:11:22 +00:00
|
|
|
$(Device/dsa-migration)
|
2019-09-09 22:13:30 +00:00
|
|
|
DEVICE_MODEL := WRT1900AC
|
|
|
|
DEVICE_VARIANT := v2
|
|
|
|
DEVICE_ALT0_VENDOR := Linksys
|
|
|
|
DEVICE_ALT0_MODEL := Cobra
|
2018-03-07 21:10:01 +00:00
|
|
|
DEVICE_DTS := armada-385-linksys-cobra
|
|
|
|
DEVICE_PACKAGES += mwlwifi-firmware-88w8864
|
2020-07-14 14:11:22 +00:00
|
|
|
SUPPORTED_DEVICES += armada-385-linksys-cobra linksys,cobra
|
2018-03-07 21:10:01 +00:00
|
|
|
endef
|
mvebu: rename Linksys devices based on their common names
The Linksys devices in mvebu target feature a mixed naming,
where parts are based on the official product name (device
node, image; e.g. WRT3200ACM) and parts are based on the
internal code name (DTS file name, compatible, LED labels;
e.g. rango). This inconsistent naming has been perceived
as quite confusing.
A recent attempt by Paul Spooren to harmonize this naming
in kernel has been declined there. However, for us it still
makes sense to apply at least a part of these changes
locally.
Primarily, this patch changes the compatible in DTS and thus
the board name used in various scripts to have them in line
with the device, model and image names. Due to the recent
switch from swconfig to DSA, this allows us to drop
SUPPORTED_DEVICES and thus prevent seamless upgrade between
these incompatible setups.
However, this does not include the LED label rename from
Paul's initial patch: I don't think it's worth keeping the
enormous diff locally for this case, as we can implement
this much easier in 01_leds if we have to live with the
inconsistency anyway.
Signed-off-by: Paul Spooren <mail@aparcar.org>
[rebase, extend to all devices, drop DT LED changes]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-04-10 10:14:21 +00:00
|
|
|
TARGET_DEVICES += linksys_wrt1900ac-v2
|
2018-03-07 21:10:01 +00:00
|
|
|
|
2019-05-11 17:37:33 +00:00
|
|
|
define Device/linksys_wrt3200acm
|
2019-09-09 22:13:30 +00:00
|
|
|
$(call Device/linksys)
|
2020-07-14 14:11:22 +00:00
|
|
|
$(Device/dsa-migration)
|
2019-09-09 22:13:30 +00:00
|
|
|
DEVICE_MODEL := WRT3200ACM
|
|
|
|
DEVICE_ALT0_VENDOR := Linksys
|
|
|
|
DEVICE_ALT0_MODEL := Rango
|
2018-03-07 21:10:01 +00:00
|
|
|
DEVICE_DTS := armada-385-linksys-rango
|
|
|
|
DEVICE_PACKAGES += kmod-btmrvl kmod-mwifiex-sdio mwlwifi-firmware-88w8964
|
2020-07-14 14:11:22 +00:00
|
|
|
SUPPORTED_DEVICES += armada-385-linksys-rango linksys,rango
|
2018-03-07 21:10:01 +00:00
|
|
|
endef
|
2019-05-11 17:37:33 +00:00
|
|
|
TARGET_DEVICES += linksys_wrt3200acm
|
2018-03-07 21:10:01 +00:00
|
|
|
|
2019-05-11 17:37:33 +00:00
|
|
|
define Device/linksys_wrt32x
|
2019-09-09 22:13:30 +00:00
|
|
|
$(call Device/linksys)
|
2021-02-06 03:42:47 +00:00
|
|
|
$(Device/kernel-size-migration)
|
2019-09-09 22:13:30 +00:00
|
|
|
DEVICE_MODEL := WRT32X
|
|
|
|
DEVICE_ALT0_VENDOR := Linksys
|
|
|
|
DEVICE_ALT0_MODEL := Venom
|
2018-05-13 13:29:30 +00:00
|
|
|
DEVICE_DTS := armada-385-linksys-venom
|
|
|
|
DEVICE_PACKAGES += kmod-btmrvl kmod-mwifiex-sdio mwlwifi-firmware-88w8964
|
2021-02-06 03:42:47 +00:00
|
|
|
KERNEL_SIZE := 6144k
|
2018-05-13 13:29:30 +00:00
|
|
|
KERNEL := kernel-bin | append-dtb
|
2020-07-14 14:11:22 +00:00
|
|
|
SUPPORTED_DEVICES += armada-385-linksys-venom linksys,venom
|
2018-05-13 13:29:30 +00:00
|
|
|
endef
|
2020-07-27 09:05:25 +00:00
|
|
|
TARGET_DEVICES += linksys_wrt32x
|
2018-05-13 13:29:30 +00:00
|
|
|
|
2019-05-11 17:37:33 +00:00
|
|
|
define Device/marvell_a370-db
|
2019-05-11 17:37:31 +00:00
|
|
|
$(Device/NAND-512K)
|
2019-09-09 22:13:30 +00:00
|
|
|
DEVICE_VENDOR := Marvell
|
|
|
|
DEVICE_MODEL := Armada 370 Development Board (DB-88F6710-BP-DDR3)
|
2019-05-11 17:37:33 +00:00
|
|
|
DEVICE_DTS := armada-370-db
|
2019-05-11 17:37:34 +00:00
|
|
|
SUPPORTED_DEVICES += armada-370-db
|
2018-03-07 21:10:01 +00:00
|
|
|
endef
|
2019-05-11 17:37:33 +00:00
|
|
|
TARGET_DEVICES += marvell_a370-db
|
2018-03-07 21:10:01 +00:00
|
|
|
|
2019-05-11 17:37:33 +00:00
|
|
|
define Device/marvell_a370-rd
|
2019-05-11 17:37:31 +00:00
|
|
|
$(Device/NAND-512K)
|
2019-09-09 22:13:30 +00:00
|
|
|
DEVICE_VENDOR := Marvell
|
|
|
|
DEVICE_MODEL := Armada 370 RD (RD-88F6710-A1)
|
2019-05-11 17:37:33 +00:00
|
|
|
DEVICE_DTS := armada-370-rd
|
2019-05-11 17:37:34 +00:00
|
|
|
SUPPORTED_DEVICES += armada-370-rd
|
2018-03-07 21:10:01 +00:00
|
|
|
endef
|
2019-05-11 17:37:33 +00:00
|
|
|
TARGET_DEVICES += marvell_a370-rd
|
2018-03-07 21:10:01 +00:00
|
|
|
|
2020-01-31 15:46:13 +00:00
|
|
|
define Device/marvell_a385-db-ap
|
|
|
|
$(Device/NAND-256K)
|
|
|
|
DEVICE_VENDOR := Marvell
|
|
|
|
DEVICE_MODEL := Armada 385 Development Board AP (DB-88F6820-AP)
|
|
|
|
DEVICE_DTS := armada-385-db-ap
|
|
|
|
IMAGES += factory.img
|
2020-06-24 17:56:23 +00:00
|
|
|
IMAGE/factory.img := append-kernel | pad-to $$$$(KERNEL_SIZE) | \
|
|
|
|
append-ubi | pad-to $$$$(PAGESIZE)
|
2020-01-31 15:46:13 +00:00
|
|
|
KERNEL_SIZE := 8192k
|
|
|
|
SUPPORTED_DEVICES += armada-385-db-ap
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += marvell_a385-db-ap
|
|
|
|
|
|
|
|
define Device/marvell_a388-rd
|
|
|
|
DEVICE_VENDOR := Marvell
|
|
|
|
DEVICE_MODEL := Armada 388 RD (RD-88F6820-AP)
|
|
|
|
DEVICE_DTS := armada-388-rd
|
|
|
|
IMAGES := firmware.bin
|
|
|
|
IMAGE/firmware.bin := append-kernel | pad-to 256k | append-rootfs | pad-rootfs
|
|
|
|
SUPPORTED_DEVICES := armada-388-rd marvell,a385-rd
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += marvell_a388-rd
|
|
|
|
|
2019-05-11 17:37:33 +00:00
|
|
|
define Device/marvell_axp-db
|
2019-05-11 17:37:31 +00:00
|
|
|
$(Device/NAND-512K)
|
2019-09-09 22:13:30 +00:00
|
|
|
DEVICE_VENDOR := Marvell
|
|
|
|
DEVICE_MODEL := Armada XP Development Board (DB-78460-BP)
|
2019-05-11 17:37:33 +00:00
|
|
|
DEVICE_DTS := armada-xp-db
|
2019-05-11 17:37:34 +00:00
|
|
|
SUPPORTED_DEVICES += armada-xp-db
|
2018-03-07 21:10:01 +00:00
|
|
|
endef
|
2019-05-11 17:37:33 +00:00
|
|
|
TARGET_DEVICES += marvell_axp-db
|
2018-03-07 21:10:01 +00:00
|
|
|
|
2019-05-11 17:37:33 +00:00
|
|
|
define Device/marvell_axp-gp
|
2019-05-11 17:37:31 +00:00
|
|
|
$(Device/NAND-512K)
|
2019-09-09 22:13:30 +00:00
|
|
|
DEVICE_VENDOR := Marvell
|
|
|
|
DEVICE_MODEL := Armada Armada XP GP (DB-MV784MP-GP)
|
2019-05-11 17:37:33 +00:00
|
|
|
DEVICE_DTS := armada-xp-gp
|
2019-05-11 17:37:34 +00:00
|
|
|
SUPPORTED_DEVICES += armada-xp-gp
|
2018-03-07 21:10:01 +00:00
|
|
|
endef
|
2019-05-11 17:37:33 +00:00
|
|
|
TARGET_DEVICES += marvell_axp-gp
|
2018-03-07 21:10:01 +00:00
|
|
|
|
2020-01-31 15:46:13 +00:00
|
|
|
define Device/plathome_openblocks-ax3-4
|
|
|
|
DEVICE_VENDOR := Plat'Home
|
|
|
|
DEVICE_MODEL := OpenBlocks AX3
|
|
|
|
DEVICE_VARIANT := 4 ports
|
|
|
|
SOC := armada-xp
|
|
|
|
SUPPORTED_DEVICES += openblocks-ax3-4
|
|
|
|
BLOCKSIZE := 128k
|
|
|
|
PAGESIZE := 1
|
|
|
|
IMAGES += factory.img
|
|
|
|
IMAGE/factory.img := append-kernel | pad-to $$(BLOCKSIZE) | append-ubi
|
2018-03-07 21:10:01 +00:00
|
|
|
endef
|
2020-01-31 15:46:13 +00:00
|
|
|
TARGET_DEVICES += plathome_openblocks-ax3-4
|
2018-03-07 21:10:01 +00:00
|
|
|
|
2019-05-11 17:37:33 +00:00
|
|
|
define Device/solidrun_clearfog-base-a1
|
2019-09-09 22:13:30 +00:00
|
|
|
DEVICE_VENDOR := SolidRun
|
|
|
|
DEVICE_MODEL := ClearFog Base
|
2018-03-07 21:10:01 +00:00
|
|
|
KERNEL_INSTALL := 1
|
|
|
|
KERNEL := kernel-bin
|
2019-03-28 17:07:09 +00:00
|
|
|
DEVICE_PACKAGES := mkf2fs e2fsprogs partx-utils
|
2018-03-07 21:10:01 +00:00
|
|
|
IMAGES := sdcard.img.gz
|
2019-03-28 17:07:06 +00:00
|
|
|
IMAGE/sdcard.img.gz := boot-scr | boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
|
2019-05-11 17:37:30 +00:00
|
|
|
DEVICE_DTS := armada-388-clearfog-base armada-388-clearfog-pro
|
2018-03-07 21:10:01 +00:00
|
|
|
UBOOT := clearfog-u-boot-spl.kwb
|
2019-05-11 17:37:30 +00:00
|
|
|
BOOT_SCRIPT := clearfog
|
2020-07-31 09:21:34 +00:00
|
|
|
SUPPORTED_DEVICES += armada-388-clearfog-base
|
|
|
|
DEVICE_COMPAT_VERSION := 1.1
|
|
|
|
DEVICE_COMPAT_MESSAGE := Ethernet interface rename has been dropped
|
2018-03-07 21:10:01 +00:00
|
|
|
endef
|
2019-05-11 17:37:33 +00:00
|
|
|
TARGET_DEVICES += solidrun_clearfog-base-a1
|
2018-03-07 21:10:01 +00:00
|
|
|
|
2020-01-31 15:46:13 +00:00
|
|
|
define Device/solidrun_clearfog-pro-a1
|
2020-07-14 14:11:22 +00:00
|
|
|
$(Device/dsa-migration)
|
2020-01-31 15:46:13 +00:00
|
|
|
DEVICE_VENDOR := SolidRun
|
|
|
|
DEVICE_MODEL := ClearFog Pro
|
2018-03-07 21:10:01 +00:00
|
|
|
KERNEL_INSTALL := 1
|
|
|
|
KERNEL := kernel-bin
|
2020-04-19 08:16:32 +00:00
|
|
|
DEVICE_PACKAGES := mkf2fs e2fsprogs partx-utils
|
2020-01-31 15:46:13 +00:00
|
|
|
IMAGES := sdcard.img.gz
|
|
|
|
IMAGE/sdcard.img.gz := boot-scr | boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
|
|
|
|
DEVICE_DTS := armada-388-clearfog-pro armada-388-clearfog-base
|
|
|
|
UBOOT := clearfog-u-boot-spl.kwb
|
|
|
|
BOOT_SCRIPT := clearfog
|
2020-07-14 14:11:22 +00:00
|
|
|
SUPPORTED_DEVICES += armada-388-clearfog armada-388-clearfog-pro
|
2018-03-07 21:10:01 +00:00
|
|
|
endef
|
2020-01-31 15:46:13 +00:00
|
|
|
TARGET_DEVICES += solidrun_clearfog-pro-a1
|