All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] TI changes for v2020.07-rc2
@ 2020-05-11 12:42 Lokesh Vutla
  2020-05-11 18:23 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Lokesh Vutla @ 2020-05-11 12:42 UTC (permalink / raw)
  To: u-boot

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

-- 
2.23.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] TI changes for v2020.07-rc2
  2020-05-11 12:42 [GIT PULL] TI changes for v2020.07-rc2 Lokesh Vutla
@ 2020-05-11 18:23 ` Tom Rini
  2020-05-12  5:54   ` Vignesh Raghavendra
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Rini @ 2020-05-11 18:23 UTC (permalink / raw)
  To: u-boot

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.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200511/f1492ff2/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] TI changes for v2020.07-rc2
  2020-05-11 18:23 ` Tom Rini
@ 2020-05-12  5:54   ` Vignesh Raghavendra
  2020-05-12 12:06     ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Vignesh Raghavendra @ 2020-05-12  5:54 UTC (permalink / raw)
  To: u-boot



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] TI changes for v2020.07-rc2
  2020-05-12  5:54   ` Vignesh Raghavendra
@ 2020-05-12 12:06     ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2020-05-12 12:06 UTC (permalink / raw)
  To: u-boot

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 at 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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200512/8c039ff7/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-12 12:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 12:42 [GIT PULL] TI changes for v2020.07-rc2 Lokesh Vutla
2020-05-11 18:23 ` Tom Rini
2020-05-12  5:54   ` Vignesh Raghavendra
2020-05-12 12:06     ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.