[GIT PULL] TI changes for v2020.07-rc2

Hi Tom, Please find the pull request for v2020.07-rc2 containing TI specific changes.
Travis-CI build: https://travis-ci.org/github/lokeshvutla/u-boot/builds/685502396
Thanks and regards, Lokesh
The following changes since commit c5c657644bc35fd6b3d6e5517698721e90646b8d:
Merge branch '2020-05-08-assorted-fixes' (2020-05-08 18:58:19 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2020.07-rc2
for you to fetch changes up to 42e05704d8c0e84e8d0eb0bb52253adaa7c9eb86:
Nokia RX-51: Update README.nokia_rx51 (2020-05-11 10:16:49 +0530)
---------------------------------------------------------------- Below are the major changes in this PR: - Fix boot issues on Nokia RX-51 - Configure AM6 CPSW for 10Mbps in rgmii mode. - Minor changes for J721e ---------------------------------------------------------------- Andrew F. Davis (1): arm: K3: Increase default SYSFW image size allocation
Dario Binacchi (1): video: omap: change include order
Murali Karicheri (1): net: ethernet: ti: am65-cpsw-nuss: enable 10Mbps link speed in rgmii mode
Pali Rohár (10): Nokia RX-51: Update my email address Nokia RX-51: Add README.nokia_rx51 file to MAINTAINERS Nokia RX-51: Move comment about CONFIG_SYS_TEXT_BASE to correct place Nokia RX-51: Move code from defconfig back to C header file Nokia RX-51: Revert back onenand defitions Nokia RX-51: Remove PART* macros Nokia RX-51: Remember setup_console_atag option Nokia RX-51: Enable CONFIG_CONSOLE_MUX Nokia RX-51: Disable some unused features to decrease size of u-boot binary Nokia RX-51: Update README.nokia_rx51
Suman Anna (1): configs: ti: Fix usage of undefined variable overlay_files
arch/arm/mach-k3/Kconfig | 2 +- board/nokia/rx51/MAINTAINERS | 3 +- board/nokia/rx51/lowlevel_init.S | 11 ++++- board/nokia/rx51/rx51.c | 43 +++++++++++-------- board/nokia/rx51/rx51.h | 2 +- board/nokia/rx51/tag_omap.h | 4 +- cmd/bootmenu.c | 2 +- configs/nokia_rx51_defconfig | 27 +++++++++++- doc/README.bootmenu | 2 +- doc/README.nokia_rx51 | 32 +++++++------- drivers/net/ti/am65-cpsw-nuss.c | 4 ++ drivers/video/am335x-fb.c | 8 ++-- include/ansi.h | 2 +- include/configs/nokia_rx51.h | 88 ++++++++++++--------------------------- include/configs/ti_armv7_common.h | 2 +- 15 files changed, 119 insertions(+), 113 deletions(-)

On Mon, May 11, 2020 at 06:12:59PM +0530, Lokesh Vutla wrote:
Hi Tom, Please find the pull request for v2020.07-rc2 containing TI specific changes.
Travis-CI build: https://travis-ci.org/github/lokeshvutla/u-boot/builds/685502396
Thanks and regards, Lokesh
The following changes since commit c5c657644bc35fd6b3d6e5517698721e90646b8d:
Merge branch '2020-05-08-assorted-fixes' (2020-05-08 18:58:19 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2020.07-rc2
for you to fetch changes up to 42e05704d8c0e84e8d0eb0bb52253adaa7c9eb86:
Nokia RX-51: Update README.nokia_rx51 (2020-05-11 10:16:49 +0530)
Applied to u-boot/master, thanks!
Please note that both before and after this change, I don't have ethernet working on the am65x_evm_a53 here.

On 11/05/20 11:53 pm, Tom Rini wrote:
On Mon, May 11, 2020 at 06:12:59PM +0530, Lokesh Vutla wrote:
Hi Tom, Please find the pull request for v2020.07-rc2 containing TI specific changes.
Travis-CI build: https://travis-ci.org/github/lokeshvutla/u-boot/builds/685502396
Thanks and regards, Lokesh
The following changes since commit c5c657644bc35fd6b3d6e5517698721e90646b8d:
Merge branch '2020-05-08-assorted-fixes' (2020-05-08 18:58:19 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2020.07-rc2
for you to fetch changes up to 42e05704d8c0e84e8d0eb0bb52253adaa7c9eb86:
Nokia RX-51: Update README.nokia_rx51 (2020-05-11 10:16:49 +0530)
Applied to u-boot/master, thanks!
Please note that both before and after this change, I don't have ethernet working on the am65x_evm_a53 here.
Works for me with latest tip and v2019.12b sysfw:
https://pastebin.ubuntu.com/p/QPKMHpdXCQ/
What version of SYSFW was used? Could you please share the full log and what exactly fails with etherent? Does basic ping work?
Regards Vignesh

On Tue, May 12, 2020 at 11:24:10AM +0530, Vignesh Raghavendra wrote:
On 11/05/20 11:53 pm, Tom Rini wrote:
On Mon, May 11, 2020 at 06:12:59PM +0530, Lokesh Vutla wrote:
Hi Tom, Please find the pull request for v2020.07-rc2 containing TI specific changes.
Travis-CI build: https://travis-ci.org/github/lokeshvutla/u-boot/builds/685502396
Thanks and regards, Lokesh
The following changes since commit c5c657644bc35fd6b3d6e5517698721e90646b8d:
Merge branch '2020-05-08-assorted-fixes' (2020-05-08 18:58:19 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2020.07-rc2
for you to fetch changes up to 42e05704d8c0e84e8d0eb0bb52253adaa7c9eb86:
Nokia RX-51: Update README.nokia_rx51 (2020-05-11 10:16:49 +0530)
Applied to u-boot/master, thanks!
Please note that both before and after this change, I don't have ethernet working on the am65x_evm_a53 here.
Works for me with latest tip and v2019.12b sysfw:
https://pastebin.ubuntu.com/p/QPKMHpdXCQ/
What version of SYSFW was used? Could you please share the full log and what exactly fails with etherent? Does basic ping work?
I'm using 19.12.2-v2019.12b
and I see: => dhcp cpsw_nuss@046000000 Waiting for PHY auto negotiation to complete......... TIMEOUT !
That said, I've tried all 3 ethernet ports on the board and none of them have any link lights when I run dhcp. Thanks!
participants (3)
-
Lokesh Vutla
-
Tom Rini
-
Vignesh Raghavendra