<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><style>body { line-height: 1.5; }blockquote { margin-top: 0px; margin-bottom: 0px; margin-left: 0.5em; }p { margin-top: 0px; margin-bottom: 0px; }body { font-size: 10.5pt; font-family: 微软雅黑; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>
<div><span></span>Hi Tomasz,</div><div>Thank you very much for you correction.</div><div><br></div><div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +};</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +&spi0 {</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +        status = "okay";</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +        flash@0 {</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                reg = <0>;</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                compatible = "jedec,spi-nor";</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                spi-max-frequency = <104000000>;</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                m25p,fast-read;</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                partitions {</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                        compatible = "fixed-partitions";</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                        #address-cells = <1>;</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                        #size-cells = <1>;</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                        partition@0 {</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                                label = "u-boot";</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                                reg = <0 0xf0000>;</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                        };</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                        partition@f0000 {</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                                label = "u-boot-env";</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                                reg = <0Xf0000 0x8000>;</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                        };</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                        art: partition@f8000 {</div><div class="plaintext_qoute" style="font-size: 14px; line-height: normal;">> +                                label = "art";</div><br style="font-family: 微软雅黑, Tahoma; line-height: normal;"><div style="font-family: 微软雅黑, Tahoma; line-height: normal;">The name of this partition is rather strange, since the hardware</div><div style="font-family: 微软雅黑, Tahoma; line-height: normal;">specification doesn't mention any PCIe or SDIO connected wireless</div><div style="font-family: 微软雅黑, Tahoma; line-height: normal;">cards (don't know if there's any USB card without eeprom). Is</div><div style="font-family: 微软雅黑, Tahoma; line-height: normal;">there any calibration data stored or only MAC address/addresses?</div><div style="font-family: 微软雅黑, Tahoma; line-height: normal;">Does U-Boot also read information from this partition? Anyway</div><div style="font-family: 微软雅黑, Tahoma; line-height: normal;">that's not a remark to change that name, I'm just curious.</div></div><div><font color="#ff0000">--->MAC,SN,DDNS and ther private information are stored in the art.</font></div><div><font color="#ff0000"><br></font></div><div><div style="font-family: 微软雅黑, Tahoma; line-height: normal;">On previous patch, there were additionnal partitions in dts</div><div style="font-family: 微软雅黑, Tahoma; line-height: normal;">without -emmc suffix : dtb, firmware. If that space would be</div><div style="font-family: 微软雅黑, Tahoma; line-height: normal;">unused it's better to add them here, so later You could</div><div style="font-family: 微软雅黑, Tahoma; line-height: normal;">introduce images that could be written in SPI flash.</div></div><div style="font-family: 微软雅黑, Tahoma; line-height: normal;"><font color="#ff0000">--->There is a short backup firmware in <span style="font-size: 10.5pt; background-color: transparent;">additionnal partitions of flash,normally it's not visible.In addition The offical firmware is stored in EMMC,So the previous file(gl-mv1000.dts) was deleted.</span></font></div><div style="font-family: 微软雅黑, Tahoma; line-height: normal;"><font color="#ff0000"><span style="font-size: 10.5pt; background-color: transparent;"><br></span></font></div><div style="font-family: 微软雅黑, Tahoma; line-height: normal;"><div class="plaintext_qoute" style="font-size: 14px;">> +define Device/Default-arm64-emmc</div><br><div>Please don't add generic difinition for single device where only</div><div>image name and recipe are slightly changed, please remove it.</div><br><div class="plaintext_qoute" style="font-size: 14px;">> +  BOOT_SCRIPT := generic-arm64-emmc</div><div class="plaintext_qoute" style="font-size: 14px;">> +  DEVICE_DTS_DIR := $(DTS_DIR)/marvell</div><div class="plaintext_qoute" style="font-size: 14px;">> +  IMAGES := emmc.img</div><div class="plaintext_qoute" style="font-size: 14px;">> +  IMAGE/emmc.img := boot-scr | boot-img-ext4 | sdcard-img-ext4 | append-metadata</div><div class="plaintext_qoute" style="font-size: 14px;">> +  KERNEL_NAME := Image</div><div class="plaintext_qoute" style="font-size: 14px;">> +  KERNEL := kernel-bin</div><div class="plaintext_qoute" style="font-size: 14px;">> +endef</div><div class="plaintext_qoute" style="font-size: 14px;">> +</div><div class="plaintext_qoute" style="font-size: 14px;">>  define Device/NAND-128K</div><div class="plaintext_qoute" style="font-size: 14px;">>    BLOCKSIZE := 128k</div><div class="plaintext_qoute" style="font-size: 14px;">>    PAGESIZE := 2048</div><div class="plaintext_qoute" style="font-size: 14px;">> diff --git a/target/linux/mvebu/image/cortexa53.mk b/target/linux/mvebu/image/cortexa53.mk</div><div class="plaintext_qoute" style="font-size: 14px;">> index 77f5c79..4dfd0b4 100644</div><div class="plaintext_qoute" style="font-size: 14px;">> --- a/target/linux/mvebu/image/cortexa53.mk</div><div class="plaintext_qoute" style="font-size: 14px;">> +++ b/target/linux/mvebu/image/cortexa53.mk</div><div class="plaintext_qoute" style="font-size: 14px;">> @@ -69,3 +69,12 @@ define Device/methode_udpu</div><div class="plaintext_qoute" style="font-size: 14px;">>    BOOT_SCRIPT := udpu</div><div class="plaintext_qoute" style="font-size: 14px;">>  endef</div><div class="plaintext_qoute" style="font-size: 14px;">>  TARGET_DEVICES += methode_udpu</div><div class="plaintext_qoute" style="font-size: 14px;">> +</div><div class="plaintext_qoute" style="font-size: 14px;">> +define Device/glinet_gl-mv1000-emmc</div><div class="plaintext_qoute" style="font-size: 14px;">> +  $(call Device/Default-arm64-emmc)</div><br><div>Please call "Default-arm64" here. You can override image recipe</div><div>here adding (don't know if that'll be necessary):</div><div><img src="cid:_Foxmail.1@8e26e293-2779-b228-6335-9e544c0ffc88" border="0"></div><div><div><font color="#ff0000">--->1,It is used to distinguish between sd card and emmc.So It can let users better reconginze that it can be applied to EMMC rather than just sd card.</font></div><div><font color="#ff0000">--->2,Currently,The uboot does not support 'firmware-gzip' upgrades .So it can not recover system via uboot, when the user's EMMC firmware fails to boot.</font></div></div><div><font color="#ff0000">--->3,Could i create another file(gl-mv1000.mk) to include 'Default-arm64-emmc'?</font></div><div><br></div><div><br></div></div><div style="font-family: 微软雅黑, Tahoma; line-height: normal;"><span style="font-size: 10.5pt; background-color: transparent;">Thank you!</span></div><hr style="width: 210px; height: 1px;" color="#b5c4df" size="1" align="left">
<div><span><p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; text-align: justify; line-height: 15.75pt;"><b><span style="font-size: 11.5pt; font-family: 'Segoe UI', sans-serif;">Li Zhang </span></b><b><span style="font-size: 8.5pt; font-family: 'Segoe UI', sans-serif; color: gray;">| Software Engineer</span></b><span style="font-size: 11pt; font-family: 等线, serif;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; text-align: justify; line-height: 15.75pt;"><b><u><span style="font-size: 8.5pt; font-family: 'Segoe UI', sans-serif; color: rgb(0, 0, 238);"><font color="#800080">li.zhang<a href="mailto:luoweilong@gl-inet.com" style="text-decoration: none !important;">@gl-inet.com</a></font></span></u></b><b><span style="font-size: 8.5pt; font-family: 'Segoe UI', sans-serif; color: gray;"> </span></b></p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; text-align: justify; line-height: 15.75pt;"><b><span style="font-size: 11.5pt; font-family: Arial, sans-serif; color: gray;">GL.iNet  </span></b><i><span style="font-size: 8.5pt; font-family: Arial, sans-serif; color: gray;">WiFi for Things</span></i><span style="font-size: 11pt; font-family: 等线, serif;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; text-align: justify; line-height: 15.75pt;"><span style="font-size: 8.5pt; font-family: 'Segoe UI', sans-serif; color: gray;">Website: </span><span style="font-size: 8.5pt; font-family: 'Segoe UI Semilight', sans-serif; color: gray;"><a href="https://gl-inet.com/" style="text-decoration: none !important; color: purple;"><span style="font-family: 'Segoe UI', sans-serif;">www.gl-inet.com</span></a></span><span style="font-size: 8.5pt; font-family: 'Segoe UI', sans-serif; color: rgb(51, 51, 51);"> </span><span style="font-size: 8.5pt; font-family: 'Segoe UI', sans-serif; color: gray;">  |   LinkedIn: </span><u><span style="font-size: 8.5pt; font-family: 'Segoe UI', sans-serif; color: rgb(0, 0, 238);"><a href="https://www.linkedin.com/company/gl-inet.com/" style="text-decoration: none !important; color: purple;">gl-inet.com</a></span></u><span style="font-size: 8.5pt; font-family: 'Segoe UI', sans-serif; color: gray;">   |   Tel: +86-755-8660-6126</span><span style="font-size: 11pt; font-family: 等线, serif;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; text-align: justify; line-height: 15.75pt;"><span style="font-size: 8.5pt; font-family: 'Segoe UI', sans-serif; color: gray;">Room 305-306, Skyworth Digital Building , Shiyan Street, Baoan District, Shenzhen, China</span><span style="font-size: 11pt; font-family: 等线, serif;"><o:p></o:p></span></p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; text-align: justify; line-height: 15.75pt;"><b><span style="font-size: 7.5pt; font-family: 'Segoe UI', sans-serif; color: gray;">Email Disclaimer:</span></b><span style="font-size: 7.5pt; font-family: 'Segoe UI', sans-serif; color: gray;"> The content of this email is confidential and intended for the recipient specified in message only. It is strictly forbidden to share any part of this message with any third party, without a written consent of the sender. If you received this message by mistake, please reply to this message and follow with its deletion, so that we can ensure such a mistake does not occur in the future.</span></p></span></div>
<blockquote style="margin-Top: 0px; margin-Bottom: 0px; margin-Left: 0.5em"><div> </div><div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm"><div style="PADDING-RIGHT: 8px; PADDING-LEFT: 8px; FONT-SIZE: 12px;FONT-FAMILY:tahoma;COLOR:#000000; BACKGROUND: #efefef; PADDING-BOTTOM: 8px; PADDING-TOP: 8px"><div><b>From:</b> <a href="mailto:tomek_n@o2.pl">Tomasz Maciej Nowak</a></div><div><b>Date:</b> 2020-04-14 04:14</div><div><b>To:</b> <a href="mailto:li.zhang@gl-inet.com">Li Zhang</a>; <a href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel</a></div><div><b>Subject:</b> Re: [OpenWrt-Devel] [PATCH] mvebu: add support for GL.iNet GL-MV1000</div></div></div><div><div>Hi Li Zhang.</div>
<div> </div>
<div>This version looks much better than the first one,</div>
<div>some comments inline.</div>
<div> </div>
<div>W dniu 13.04.2020 o 12:26, Li Zhang pisze:</div>
<div>> This patch adds supports for GL-MV1000.</div>
<div>> </div>
<div>> Specification:</div>
<div>>         - SOC: Marvell Armada 88F3720 (1GHz)</div>
<div>>         - Flash: 16MB (W25Q128FWSIG)</div>
<div>>         - RAM: 1GB DDR4</div>
<div>>         - Ethernet: 3x GE (1 WAN + 2 LAN)</div>
<div>>         - EMMC: 8GB EMMC (KLM8G1GETF-B041)</div>
<div>>         - MicroSD: 1x microSD slot</div>
<div>>         - USB: 1x USB 2.0 port(TypeA),1x USB 3.0 port(TypeC)</div>
<div>>         - Button: 1x reset button,1x slide switch</div>
<div>>         - LED: 3x greed LED</div>
<div>>         - UART: 1x UART on PCB (JP1: 3.3V, RX, TX, GND)</div>
<div>> </div>
<div>> Signed-off-by: Li Zhang <li.zhang@gl-inet.com></div>
<div>> ---</div>
<div>>  package/boot/uboot-envtools/files/mvebu            |  3 +</div>
<div>>  .../cortexa53/base-files/etc/board.d/02_network    |  3 +-</div>
<div>>  .../boot/dts/marvell/armada-gl-mv1000-emmc.dts     | 68 ++++++++++++++++++++++</div>
<div>>  target/linux/mvebu/image/Makefile                  |  9 +++</div>
<div>>  target/linux/mvebu/image/cortexa53.mk              |  9 +++</div>
<div>>  target/linux/mvebu/image/gen_mvebu_sdcard_img.sh   |  6 ++</div>
<div>>  .../mvebu/image/generic-arm64-emmc.bootscript      | 12 ++++</div>
<div>>  7 files changed, 109 insertions(+), 1 deletion(-)</div>
<div>>  create mode 100644 target/linux/mvebu/files-4.19/arch/arm64/boot/dts/marvell/armada-gl-mv1000-emmc.dts</div>
<div>>  create mode 100644 target/linux/mvebu/image/generic-arm64-emmc.bootscript</div>
<div>> </div>
<div>> diff --git a/package/boot/uboot-envtools/files/mvebu b/package/boot/uboot-envtools/files/mvebu</div>
<div>> index 7902384..9d23c77 100644</div>
<div>> --- a/package/boot/uboot-envtools/files/mvebu</div>
<div>> +++ b/package/boot/uboot-envtools/files/mvebu</div>
<div>> @@ -24,6 +24,9 @@ globalscale,espressobin-v7-emmc|\</div>
<div>>  marvell,armada8040-mcbin)</div>
<div>>    ubootenv_add_uci_config "/dev/mtd0" "0x3f0000" "0x10000" "0x10000" "1"</div>
<div>>    ;;</div>
<div>> +glinet,gl-mv1000-emmc)</div>
<div>> +       ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x8000" "0x8000" "1"</div>
<div>> +       ;;</div>
<div>>  linksys,caiman|\</div>
<div>>  linksys,cobra|\</div>
<div>>  linksys,shelby)</div>
<div>> diff --git a/target/linux/mvebu/cortexa53/base-files/etc/board.d/02_network b/target/linux/mvebu/cortexa53/base-files/etc/board.d/02_network</div>
<div>> index ba4b930..e5ff667 100755</div>
<div>> --- a/target/linux/mvebu/cortexa53/base-files/etc/board.d/02_network</div>
<div>> +++ b/target/linux/mvebu/cortexa53/base-files/etc/board.d/02_network</div>
<div>> @@ -14,7 +14,8 @@ case "$board" in</div>
<div>>  globalscale,espressobin|\</div>
<div>>  globalscale,espressobin-emmc|\</div>
<div>>  globalscale,espressobin-v7|\</div>
<div>> -globalscale,espressobin-v7-emmc)</div>
<div>> +globalscale,espressobin-v7-emmc|\</div>
<div>> +glinet,gl-mv1000-emmc)</div>
<div>>    ucidef_set_interfaces_lan_wan "lan0 lan1" "wan"</div>
<div>>    ;;</div>
<div>>  marvell,armada-3720-db|\</div>
<div>> diff --git a/target/linux/mvebu/files-4.19/arch/arm64/boot/dts/marvell/armada-gl-mv1000-emmc.dts b/target/linux/mvebu/files-4.19/arch/arm64/boot/dts/marvell/armada-gl-mv1000-emmc.dts</div>
<div>> new file mode 100644</div>
<div>> index 0000000..fe01dfe</div>
<div>> --- /dev/null</div>
<div>> +++ b/target/linux/mvebu/files-4.19/arch/arm64/boot/dts/marvell/armada-gl-mv1000-emmc.dts</div>
<div>> @@ -0,0 +1,68 @@</div>
<div> </div>
<div>Please add a license in SPDX format, a common one is dual MIT and</div>
<div>GPL-2.0+.</div>
<div> </div>
<div>> +/*</div>
<div>> + * Device Tree file for GL.iNet GL-MV1000</div>
<div>> + */</div>
<div>> +</div>
<div>> +#include "armada-3720-espressobin.dts"</div>
<div> </div>
<div>This is different device from ESPRESSObin altogether, please make it</div>
<div>stand-alone dts (copy espressobin dts, add required nodes and</div>
<div>remove/disable nodes for devices not present on the GL-MV1000).</div>
<div>Would be good to add all LEDs and buttons as nodes, which seem to be</div>
<div>GPIO controlled as in this picture:</div>
<div>https://static.gl-inet.com/docs/en/3/hardware/mv1000/mv1000.png</div>
<div>but that's not mandatory.</div>
<div> </div>
<div>> +</div>
<div>> +/ {</div>
<div>> +       model = "GL.inet GL-MV1000 (Marvell)";</div>
<div> </div>
<div>Instead of Marvell more apropriate would be Brume, since this is used</div>
<div>on Your website.</div>
<div> </div>
<div>> +       compatible = "glinet,gl-mv1000-emmc";</div>
<div> </div>
<div>Add here to compatible array in second place "marvell,armada3720".</div>
<div>Are there any boards in cutomers hands which do not have SD card slot</div>
<div>or eMMC soldered? There is no point in indicating the eMMC presence</div>
<div>when all sold boards are the same. In case of ESPRESSObin it's there</div>
<div>because various hardware versions. So please remove all -emmc suffixes</div>
<div>from files and file names across this patch if that's the case. One</div>
<div>exeption would be if U-Boot searches for exctly this name</div>
<div>(armada-gl-mv1000-emmc.dts) when booting, but looking at the usage of</div>
<div>boot.scr that's not the case.</div>
<div> </div>
<div>> +};</div>
<div>> +</div>
<div>> +&spi0 {</div>
<div>> +        status = "okay";</div>
<div>> +</div>
<div>> +        flash@0 {</div>
<div>> +                reg = <0>;</div>
<div>> +                compatible = "jedec,spi-nor";</div>
<div>> +                spi-max-frequency = <104000000>;</div>
<div>> +                m25p,fast-read;</div>
<div>> +                partitions {</div>
<div>> +                        compatible = "fixed-partitions";</div>
<div>> +                        #address-cells = <1>;</div>
<div>> +                        #size-cells = <1>;</div>
<div>> +</div>
<div>> +                        partition@0 {</div>
<div>> +                                label = "u-boot";</div>
<div>> +                                reg = <0 0xf0000>;</div>
<div>> +                        };</div>
<div>> +</div>
<div>> +                        partition@f0000 {</div>
<div>> +                                label = "u-boot-env";</div>
<div>> +                                reg = <0Xf0000 0x8000>;</div>
<div>> +                        };</div>
<div>> +</div>
<div>> +                        art: partition@f8000 {</div>
<div>> +                                label = "art";</div>
<div> </div>
<div>The name of this partition is rather strange, since the hardware</div>
<div>specification doesn't mention any PCIe or SDIO connected wireless</div>
<div>cards (don't know if there's any USB card without eeprom). Is</div>
<div>there any calibration data stored or only MAC address/addresses?</div>
<div>Does U-Boot also read information from this partition? Anyway</div>
<div>that's not a remark to change that name, I'm just curious.</div>
<div> </div>
<div>> +                                reg = <0xf8000 0x8000>;</div>
<div>> +                        };</div>
<div> </div>
<div>On previous patch, there were additionnal partitions in dts</div>
<div>without -emmc suffix : dtb, firmware. If that space would be</div>
<div>unused it's better to add them here, so later You could</div>
<div>introduce images that could be written in SPI flash.</div>
<div> </div>
<div>> +</div>
<div>> +               };</div>
<div>> +        };</div>
<div>> +};</div>
<div>> +</div>
<div>> +&sdhci1 {</div>
<div>> +        wp-inverted;</div>
<div>> +        bus-width = <4>;</div>
<div>> +        cd-gpios = <&gpionb 17 GPIO_ACTIVE_LOW>;</div>
<div>> +        marvell,pad-type = "sd";</div>
<div>> +        no-1-8-v;</div>
<div>> +        vqmmc-supply = <&vcc_sd_reg1>;</div>
<div>> +        status = "okay";</div>
<div>> +};</div>
<div>> +</div>
<div>> +</div>
<div>> +&sdhci0 {</div>
<div>> +        bus-width = <8>;</div>
<div>> +        mmc-ddr-1_8v;</div>
<div>> +        mmc-hs400-1_8v;</div>
<div>> +        non-removable;</div>
<div>> +        no-sd;</div>
<div>> +        no-sdio;</div>
<div>> +        marvell,pad-type = "fixed-1-8v";</div>
<div>> +        status = "okay";</div>
<div>> +};</div>
<div>> +</div>
<div>> +&eth0 {</div>
<div>> +       mtd-mac-address = <&art 0x0>;</div>
<div>> +};</div>
<div>> diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile</div>
<div>> index ef92748..b848049 100644</div>
<div>> --- a/target/linux/mvebu/image/Makefile</div>
<div>> +++ b/target/linux/mvebu/image/Makefile</div>
<div>> @@ -107,6 +107,15 @@ define Device/Default-arm64</div>
<div>>    KERNEL := kernel-bin</div>
<div>>  endef</div>
<div>>  </div>
<div>> +define Device/Default-arm64-emmc</div>
<div> </div>
<div>Please don't add generic difinition for single device where only</div>
<div>image name and recipe are slightly changed, please remove it.</div>
<div> </div>
<div>> +  BOOT_SCRIPT := generic-arm64-emmc</div>
<div>> +  DEVICE_DTS_DIR := $(DTS_DIR)/marvell</div>
<div>> +  IMAGES := emmc.img</div>
<div>> +  IMAGE/emmc.img := boot-scr | boot-img-ext4 | sdcard-img-ext4 | append-metadata</div>
<div>> +  KERNEL_NAME := Image</div>
<div>> +  KERNEL := kernel-bin</div>
<div>> +endef</div>
<div>> +</div>
<div>>  define Device/NAND-128K</div>
<div>>    BLOCKSIZE := 128k</div>
<div>>    PAGESIZE := 2048</div>
<div>> diff --git a/target/linux/mvebu/image/cortexa53.mk b/target/linux/mvebu/image/cortexa53.mk</div>
<div>> index 77f5c79..4dfd0b4 100644</div>
<div>> --- a/target/linux/mvebu/image/cortexa53.mk</div>
<div>> +++ b/target/linux/mvebu/image/cortexa53.mk</div>
<div>> @@ -69,3 +69,12 @@ define Device/methode_udpu</div>
<div>>    BOOT_SCRIPT := udpu</div>
<div>>  endef</div>
<div>>  TARGET_DEVICES += methode_udpu</div>
<div>> +</div>
<div>> +define Device/glinet_gl-mv1000-emmc</div>
<div>> +  $(call Device/Default-arm64-emmc)</div>
<div> </div>
<div>Please call "Default-arm64" here. You can override image recipe</div>
<div>here adding (don't know if that'll be necessary):</div>
<div>BOOT_SCRIPT := generic-arm64-emmc</div>
<div>IMAGES := emmc.img</div>
<div>IMAGE/emmc.img := boot-scr | boot-img-ext4 | sdcard-img-ext4 | append-metadata</div>
<div> </div>
<div>> +  DEVICE_TITLE := GL.iNet GL-MV1000 EMMC</div>
<div>> +  DEVICE_DTS := armada-gl-mv1000-emmc</div>
<div>> +  SUPPORTED_DEVICES := glinet,gl-mv1000-emmc</div>
<div>> +endef</div>
<div>> +TARGET_DEVICES += glinet_gl-mv1000-emmc</div>
<div>> +</div>
<div>> diff --git a/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh b/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh</div>
<div>> index 842e591..50028fe 100755</div>
<div>> --- a/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh</div>
<div>> +++ b/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh</div>
<div>> @@ -51,6 +51,12 @@ while [ "$#" -ge 3 ]; do</div>
<div>>    shift; shift; shift</div>
<div>>  done</div>
<div>>  </div>
<div>> +model=''</div>
<div>> +model=$(echo $OUTFILE | grep "gl-mv1000-emmc")</div>
<div>> +[ "$model" != "" ] && {</div>
<div>> +       ptgen_args="$ptgen_args -t 83 -p 7093504"</div>
<div> </div>
<div>Please don't add device hacks here it's ment to be as generic</div>
<div>as posible. Instead, add possibility to override CONFIG_TARGET_ROOTFS_PARTSIZE</div>
<div>as parameter to "boot-img-ext4" command.</div>
<div> </div>
<div>> +}</div>
<div>> +</div>
<div>>  head=16</div>
<div>>  sect=63</div>
<div>>  </div>
<div>> diff --git a/target/linux/mvebu/image/generic-arm64-emmc.bootscript b/target/linux/mvebu/image/generic-arm64-emmc.bootscript</div>
<div>> new file mode 100644</div>
<div>> index 0000000..4de4d39</div>
<div>> --- /dev/null</div>
<div>> +++ b/target/linux/mvebu/image/generic-arm64-emmc.bootscript</div>
<div>> @@ -0,0 +1,12 @@</div>
<div>> +setenv bootargs "root=/dev/mmcblk0p2 rw rootwait"</div>
<div>> +</div>
<div>> +if test -n "${console}"; then</div>
<div>> +       setenv bootargs "${bootargs} ${console}"</div>
<div>> +fi</div>
<div>> +</div>
<div>> +setenv mmcdev 0</div>
<div> </div>
<div>Does the U-Boot only load "boot.scr" from first mmcdev</div>
<div>(I assume that's eMMC) or also searches for it on SD card? If</div>
<div>searched on both devices, there's no need to add this file, use</div>
<div>generic-arm64.bootscript. That way image will be applicable to</div>
<div>both storage mediums, just write this information in commit</div>
<div>message to inform users. If U-Boot searches for "boot.scr" only</div>
<div>on eMMC, then rename this file to gl-mv1000.bootscript and set</div>
<div>it in BOOT_SCRIPT variable.</div>
<div> </div>
<div>> +</div>
<div>> +load mmc ${mmcdev}:1 ${fdt_addr} @DTB@.dtb</div>
<div>> +load mmc ${mmcdev}:1 ${kernel_addr} Image</div>
<div>> +</div>
<div>> +booti ${kernel_addr} - ${fdt_addr}</div>
<div>> </div>
<div> </div>
<div>Regards, Tomasz</div>
<div>-- </div>
<div>TMN</div>
<div> </div>
</div></blockquote>
</body></html>