[Armadeus-commitlog] UNNAMED PROJECT branch, armadeus-2020.07, updated. 5fbc9045e06db12cea22e4fa8a
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2020-10-09 14:46:08
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, armadeus-2020.07 has been updated
via 5fbc9045e06db12cea22e4fa8a12e627cf707bd4 (commit)
from 4382548de6357342bca830dfe1fd0919cd04d9da (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5fbc9045e06db12cea22e4fa8a12e627cf707bd4
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Oct 9 16:45:35 2020 +0200
opos8mmdev_defconfig: update and add ethernet support
-----------------------------------------------------------------------
Summary of changes:
configs/opos8mmdev_defconfig | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/configs/opos8mmdev_defconfig b/configs/opos8mmdev_defconfig
index ea215d3289..59acaaa3a3 100644
--- a/configs/opos8mmdev_defconfig
+++ b/configs/opos8mmdev_defconfig
@@ -12,6 +12,7 @@ CONFIG_SYS_I2C_MXC_I2C2=y
CONFIG_SYS_I2C_MXC_I2C3=y
CONFIG_SYS_I2C_MXC_I2C4=y
CONFIG_DM_GPIO=y
+CONFIG_SPL_TEXT_BASE=0x7E1000
CONFIG_TARGET_OPOS8MMDEV=y
CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
@@ -20,7 +21,6 @@ CONFIG_SPL_STACK_R_ADDR=0x5FFFFC00
CONFIG_NR_DRAM_BANKS=1
CONFIG_SPL=y
CONFIG_ENV_OFFSET_REDUND=0x4000
-CONFIG_SPL_TEXT_BASE=0x7E1000
CONFIG_FIT=y
CONFIG_FIT_EXTERNAL_OFFSET=0x3000
CONFIG_SPL_LOAD_FIT=y
@@ -104,7 +104,14 @@ CONFIG_SPL_MMC_HS400_ES_SUPPORT=y
CONFIG_MMC_HS400_SUPPORT=y
CONFIG_SPL_MMC_HS400_SUPPORT=y
CONFIG_FSL_USDHC=y
+CONFIG_PHYLIB=y
+CONFIG_PHY_ATHEROS=y
CONFIG_DM_ETH=y
+CONFIG_DM_MDIO=y
+CONFIG_PHY_GIGE=y
+CONFIG_FEC_MXC=y
+CONFIG_RGMII=y
+CONFIG_MII=y
CONFIG_PINCTRL=y
# CONFIG_PINCTRL_GENERIC is not set
# CONFIG_PINCONF_RECURSIVE is not set
hooks/post-receive
--
UNNAMED PROJECT
|