* [U-Boot] [PATCH v1 0/3] imx: Cleanup i.MX6Q mccmon6 board configuration
@ 2019-05-16 7:41 Lukasz Majewski
2019-05-16 7:41 ` [U-Boot] [PATCH v1 1/3] ARM: imx: cosmetic: Remove not needed comment from the mccmon6.h file Lukasz Majewski
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Lukasz Majewski @ 2019-05-16 7:41 UTC (permalink / raw)
To: u-boot
This patch series updates mccmon6 configuration to remove some "removal"
warnings (i.e. disables the USB related code).
It also on purpose disables gigabig ethernet, as this board works on
10/100 Mib environments.
Patches applicable on top of master branch:
SHA1: 5b4b680cfe29a67171ccbe439c66374cb31faca3
Lukasz Majewski (3):
ARM: imx: cosmetic: Remove not needed comment from the mccmon6.h file
ARM: imx: config: Disable support for USB on MCCMON6
ARM: imx: Disable 1Gbps support on MCCMON6's KSZ9031 PHY
configs/mccmon6_nor_defconfig | 2 --
configs/mccmon6_sd_defconfig | 2 --
include/configs/mccmon6.h | 8 +-------
3 files changed, 1 insertion(+), 11 deletions(-)
--
2.11.0
^ permalink raw reply [flat|nested] 7+ messages in thread* [U-Boot] [PATCH v1 1/3] ARM: imx: cosmetic: Remove not needed comment from the mccmon6.h file
2019-05-16 7:41 [U-Boot] [PATCH v1 0/3] imx: Cleanup i.MX6Q mccmon6 board configuration Lukasz Majewski
@ 2019-05-16 7:41 ` Lukasz Majewski
2019-07-20 9:06 ` sbabic at denx.de
2019-05-16 7:41 ` [U-Boot] [PATCH v1 2/3] ARM: imx: config: Disable support for USB on MCCMON6 Lukasz Majewski
2019-05-16 7:41 ` [U-Boot] [PATCH v1 3/3] ARM: imx: Disable 1Gbps support on MCCMON6's KSZ9031 PHY Lukasz Majewski
2 siblings, 1 reply; 7+ messages in thread
From: Lukasz Majewski @ 2019-05-16 7:41 UTC (permalink / raw)
To: u-boot
This comment is a leftover from the Kconfig CONFIG_*MTD* move.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
---
include/configs/mccmon6.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/configs/mccmon6.h b/include/configs/mccmon6.h
index a1774c027a..b97373512f 100644
--- a/include/configs/mccmon6.h
+++ b/include/configs/mccmon6.h
@@ -65,8 +65,6 @@
#define CONFIG_SYS_FLASH_BANKS_LIST { (CONFIG_SYS_FLASH_BASE) }
#define CONFIG_SYS_FLASH_BANKS_SIZES { (32 * SZ_1M) }
-/* MTD support */
-
/* USB Configs */
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
--
2.11.0
^ permalink raw reply related [flat|nested] 7+ messages in thread* [U-Boot] [PATCH v1 2/3] ARM: imx: config: Disable support for USB on MCCMON6
2019-05-16 7:41 [U-Boot] [PATCH v1 0/3] imx: Cleanup i.MX6Q mccmon6 board configuration Lukasz Majewski
2019-05-16 7:41 ` [U-Boot] [PATCH v1 1/3] ARM: imx: cosmetic: Remove not needed comment from the mccmon6.h file Lukasz Majewski
@ 2019-05-16 7:41 ` Lukasz Majewski
2019-07-20 8:46 ` sbabic at denx.de
2019-05-16 7:41 ` [U-Boot] [PATCH v1 3/3] ARM: imx: Disable 1Gbps support on MCCMON6's KSZ9031 PHY Lukasz Majewski
2 siblings, 1 reply; 7+ messages in thread
From: Lukasz Majewski @ 2019-05-16 7:41 UTC (permalink / raw)
To: u-boot
The IMX6Q based MCCMON6 is not using USB for any purpose.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
---
configs/mccmon6_nor_defconfig | 2 --
configs/mccmon6_sd_defconfig | 2 --
include/configs/mccmon6.h | 5 -----
3 files changed, 9 deletions(-)
diff --git a/configs/mccmon6_nor_defconfig b/configs/mccmon6_nor_defconfig
index af2a106644..ddbcd69316 100644
--- a/configs/mccmon6_nor_defconfig
+++ b/configs/mccmon6_nor_defconfig
@@ -20,7 +20,6 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_SF=y
-CONFIG_CMD_USB=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_MTDPARTS=y
@@ -50,5 +49,4 @@ CONFIG_MII=y
CONFIG_SPI=y
CONFIG_MXC_SPI=y
CONFIG_DM_THERMAL=y
-CONFIG_USB=y
CONFIG_OF_LIBFDT=y
diff --git a/configs/mccmon6_sd_defconfig b/configs/mccmon6_sd_defconfig
index aac433c13b..a018d804f8 100644
--- a/configs/mccmon6_sd_defconfig
+++ b/configs/mccmon6_sd_defconfig
@@ -21,7 +21,6 @@ CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_SF=y
-CONFIG_CMD_USB=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_MTDPARTS=y
@@ -51,5 +50,4 @@ CONFIG_MII=y
CONFIG_SPI=y
CONFIG_MXC_SPI=y
CONFIG_DM_THERMAL=y
-CONFIG_USB=y
CONFIG_OF_LIBFDT=y
diff --git a/include/configs/mccmon6.h b/include/configs/mccmon6.h
index b97373512f..231b2af87a 100644
--- a/include/configs/mccmon6.h
+++ b/include/configs/mccmon6.h
@@ -65,11 +65,6 @@
#define CONFIG_SYS_FLASH_BANKS_LIST { (CONFIG_SYS_FLASH_BASE) }
#define CONFIG_SYS_FLASH_BANKS_SIZES { (32 * SZ_1M) }
-/* USB Configs */
-#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
-#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
-#define CONFIG_MXC_USB_FLAGS 0
-
/* Ethernet Configuration */
#define CONFIG_FEC_MXC
#define IMX_FEC_BASE ENET_BASE_ADDR
--
2.11.0
^ permalink raw reply related [flat|nested] 7+ messages in thread* [U-Boot] [PATCH v1 2/3] ARM: imx: config: Disable support for USB on MCCMON6
2019-05-16 7:41 ` [U-Boot] [PATCH v1 2/3] ARM: imx: config: Disable support for USB on MCCMON6 Lukasz Majewski
@ 2019-07-20 8:46 ` sbabic at denx.de
0 siblings, 0 replies; 7+ messages in thread
From: sbabic at denx.de @ 2019-07-20 8:46 UTC (permalink / raw)
To: u-boot
> The IMX6Q based MCCMON6 is not using USB for any purpose.
> Signed-off-by: Lukasz Majewski <lukma@denx.de>
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH v1 3/3] ARM: imx: Disable 1Gbps support on MCCMON6's KSZ9031 PHY
2019-05-16 7:41 [U-Boot] [PATCH v1 0/3] imx: Cleanup i.MX6Q mccmon6 board configuration Lukasz Majewski
2019-05-16 7:41 ` [U-Boot] [PATCH v1 1/3] ARM: imx: cosmetic: Remove not needed comment from the mccmon6.h file Lukasz Majewski
2019-05-16 7:41 ` [U-Boot] [PATCH v1 2/3] ARM: imx: config: Disable support for USB on MCCMON6 Lukasz Majewski
@ 2019-05-16 7:41 ` Lukasz Majewski
2019-07-20 8:45 ` sbabic at denx.de
2 siblings, 1 reply; 7+ messages in thread
From: Lukasz Majewski @ 2019-05-16 7:41 UTC (permalink / raw)
To: u-boot
mccmon6 works in 10/100 MiB Ethernet environment, so disabling 1GiB support
improves robustness of the network after power up (as one don't need to
wait for autoneg).
Signed-off-by: Lukasz Majewski <lukma@denx.de>
---
include/configs/mccmon6.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/mccmon6.h b/include/configs/mccmon6.h
index 231b2af87a..667dac7340 100644
--- a/include/configs/mccmon6.h
+++ b/include/configs/mccmon6.h
@@ -78,6 +78,7 @@
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
"boot_os=yes\0" \
+ "disable_giga=yes\0" \
"download_kernel=" \
"tftpboot ${kernel_addr} ${kernel_file};" \
"tftpboot ${fdt_addr} ${fdtfile};\0" \
--
2.11.0
^ permalink raw reply related [flat|nested] 7+ messages in thread* [U-Boot] [PATCH v1 3/3] ARM: imx: Disable 1Gbps support on MCCMON6's KSZ9031 PHY
2019-05-16 7:41 ` [U-Boot] [PATCH v1 3/3] ARM: imx: Disable 1Gbps support on MCCMON6's KSZ9031 PHY Lukasz Majewski
@ 2019-07-20 8:45 ` sbabic at denx.de
0 siblings, 0 replies; 7+ messages in thread
From: sbabic at denx.de @ 2019-07-20 8:45 UTC (permalink / raw)
To: u-boot
> mccmon6 works in 10/100 MiB Ethernet environment, so disabling 1GiB support
> improves robustness of the network after power up (as one don't need to
> wait for autoneg).
> Signed-off-by: Lukasz Majewski <lukma@denx.de>
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-07-20 9:06 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-16 7:41 [U-Boot] [PATCH v1 0/3] imx: Cleanup i.MX6Q mccmon6 board configuration Lukasz Majewski
2019-05-16 7:41 ` [U-Boot] [PATCH v1 1/3] ARM: imx: cosmetic: Remove not needed comment from the mccmon6.h file Lukasz Majewski
2019-07-20 9:06 ` sbabic at denx.de
2019-05-16 7:41 ` [U-Boot] [PATCH v1 2/3] ARM: imx: config: Disable support for USB on MCCMON6 Lukasz Majewski
2019-07-20 8:46 ` sbabic at denx.de
2019-05-16 7:41 ` [U-Boot] [PATCH v1 3/3] ARM: imx: Disable 1Gbps support on MCCMON6's KSZ9031 PHY Lukasz Majewski
2019-07-20 8:45 ` sbabic at denx.de
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox