]> git.baikalelectronics.ru Git - uboot.git/commit
mips: octeon: ebb7304: Enable ethernet support
authorStefan Roese <sr@denx.de>
Thu, 7 Apr 2022 07:11:53 +0000 (09:11 +0200)
committerStefan Roese <sr@denx.de>
Wed, 4 May 2022 05:05:51 +0000 (07:05 +0200)
commit358b10101101c0537179afb2d64e31143a748111
tree74663c38e9d7196eec1f659ebb9e303ae9e0f4ff
parent6cf27380c180760c9f89b5813e2188c9e9c0b36c
mips: octeon: ebb7304: Enable ethernet support

This patch enables the Kconfig symbols needed for full ethernet support
on the EBB7304. Also the PHY autonegotiation timeout is increased, as
the default 5 seconds are sometime a bit short. With this, ethernet can
be used on this board. Here an example of a tftp load:

=> tftp ffffffff81000000 big
ethernet-mac-nexus@11800e0000000 Waiting for PHY auto negotiation to complete....... done
Using ethernet-mac-nexus@11800e0000000 device
TFTP from server 192.168.1.5; our IP address is 192.168.1.243
Filename 'big'.
Load address: 0xffffffff81000000
Loading: ##################################################  10 MiB
         13.2 MiB/s
done
Bytes transferred = 10485760 (a00000 hex)

Signed-off-by: Stefan Roese <sr@denx.de>
configs/octeon_ebb7304_defconfig
include/configs/octeon_ebb7304.h