
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(-)