[PATCH] arm: at91: gardena-smart-gateway-at91sam: Adjust to production values

2021-06-17 Thread Reto Schneider
From: Reto Schneider This commit updates the default config with the values that will be used soon on the Atmel / Microchip AT91SAM9G25 based GARDENA smart gateway. Signed-off-by: Reto Schneider --- This patch applies to current u-boot-atmel/next configs/gardena-smart-gateway

[PATCH v1] mtd: spi-nor-ids: Add support for XMC XM25QH64C

2021-06-17 Thread Reto Schneider
From: Reto Schneider This chip has been (briefly) tested on the MediaTek MT7688 based GARDENA smart gateway. Datasheet: http://xmcwh.com/Uploads/2020-12-17/XM25QH64C_Ver1.1.pdf Signed-off-by: Reto Schneider --- drivers/mtd/spi/spi-nor-ids.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] mips: mt7688: gardena-smart-gateway: Adjust to production values

2021-06-17 Thread Reto Schneider
From: Reto Schneider This commit updates the default config with the values that will be used soon on the MediaTek MT7688 based GARDENA smart gateway. CONFIG_SPL_SYS_MALLOC_F_LEN had to be increased due to the more demanding new configuration. Signed-off-by: Reto Schneider --- configs

[PATCH v2] arm: at91: gardena-smart-gateway-at91sam: Adjust to production values

2021-04-15 Thread Reto Schneider
From: Reto Schneider This commit updates the default config with the values that are actually used "in the wild" and which are close to what is used on the MediaTek MT7688 based, 2nd generation of the GARDENA smart gateway: - Reduce startup time by setting bootdelay to 0 (still allows

[PATCH] arm: at91: gardena-smart-gateway-at91sam: Adjust to production values

2021-04-14 Thread Reto Schneider
From: Reto Schneider This commit updates the default config with the values that are actually used "in the wild" and which are close to what is used on the MediaTek MT7688 based, 2nd generation of the GARDENA smart gateway: - Reduce startup time by setting bootdelay to 0 (still allows

[PATCH v2 2/2] mtd: nand: spi: Support GigaDevice GD5F1GQ5UExxG

2021-02-11 Thread Reto Schneider
From: Reto Schneider The relevant changes to the already existing GD5F1GQ4UExxG support has been determined by consulting the GigaDevice product change notice AN-0392-10, version 1.0 from November 30, 2020. As the overlaps are huge, variable names have been generalized accordingly. Apart form

[PATCH v2 1/2] mtd: nand: spi: Only one dummy byte in QUADIO

2021-02-11 Thread Reto Schneider
From: Hauke Mehrtens The datasheet only lists one dummy byte in the 0xEB operation for the following chips: * GD5F1GQ4xExxG * GD5F1GQ4xFxxG * GD5F1GQ4UAYIG * GD5F4GQ4UAYIG Reto Schneider: - Linux patch ported to U-Boot - Checked for compatibility with GD5F1GQ4xBxxG - Fixed operation code

[PATCH v2 1/2] mtd: nand: spi: Only one dummy byte in QUADIO

2021-02-11 Thread Reto Schneider
From: Hauke Mehrtens The datasheet only lists one dummy byte in the 0xEB operation for the following chips: * GD5F1GQ4xExxG * GD5F1GQ4xFxxG * GD5F1GQ4UAYIG * GD5F4GQ4UAYIG Reto Schneider: - Linux patch ported to U-Boot - Checked for compatibility with GD5F1GQ4xBxxG - Fixed operation code

[PATCH 2/2] mtd: nand: spi: Support GigaDevice GD5F1GQ5UExxG

2021-02-10 Thread Reto Schneider
From: Reto Schneider The relevant changes to the already existing GD5F1GQ4UExxG support has been determined by consulting the GigaDevice product change notice AN-0392-10, version 1.0 from November 30, 2020. As the overlaps are huge, variable names have been generalized accordingly. Apart form

[PATCH 1/2] mtd: nand: spi: Only one dummy byte in QUADIO

2021-02-10 Thread Reto Schneider
From: Reto Schneider The datasheet only lists one dummy byte in the 0xEH operation for the following chips: * GD5F1GQ4xBxxG * GD5F1GQ4xExxG * GD5F1GQ4xFxxG * GD5F1GQ4UAYIG * GD5F4GQ4UAYIG This patch and its commit message reflects what has been done in Linux and has not been tested by me