Revision 13ea307f799ba76164354325a0c76c11b7b9c494 authored by Camelia Groza on 11 June 2021, 12:28:08 UTC, committed by Priyanka Jain on 17 June 2021, 06:16:11 UTC
Under DM, we rely on u-boot's device tree to provide the correct PHY
addresses. The board_fix_fdt callback is intended to be used for
device tree fixups before relocation. Unfortunately, this isn't an
option when booting from flash since the device tree isn't writable
before relocation.

This patch introduces the CONFIG_T2080RDB_REV_D option to signal that a
board revision D or up is the target. The config option is used to set
the correct Aquantia PHY address in the board's u-boot device tree.

Defconfig files with the option enable explicitly are added for
convenience.

Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
1 parent 4e21a55
History
File Mode Size
Kconfig -rw-r--r-- 2.5 KB
Makefile -rw-r--r-- 1.1 KB
arp.c -rw-r--r-- 6.3 KB
arp.h -rw-r--r-- 864 bytes
bootp.c -rw-r--r-- 27.0 KB
bootp.h -rw-r--r-- 2.3 KB
cdp.c -rw-r--r-- 7.6 KB
cdp.h -rw-r--r-- 476 bytes
dns.c -rw-r--r-- 5.1 KB
dns.h -rw-r--r-- 792 bytes
dsa-uclass.c -rw-r--r-- 11.6 KB
eth-uclass.c -rw-r--r-- 13.2 KB
eth_common.c -rw-r--r-- 2.9 KB
eth_internal.h -rw-r--r-- 1.2 KB
eth_legacy.c -rw-r--r-- 8.3 KB
fastboot.c -rw-r--r-- 8.2 KB
link_local.c -rw-r--r-- 8.5 KB
link_local.h -rw-r--r-- 519 bytes
mdio-mux-uclass.c -rw-r--r-- 5.9 KB
mdio-uclass.c -rw-r--r-- 5.4 KB
net.c -rw-r--r-- 36.5 KB
net_rand.h -rw-r--r-- 1.1 KB
nfs.c -rw-r--r-- 23.8 KB
nfs.h -rw-r--r-- 2.1 KB
pcap.c -rw-r--r-- 2.9 KB
ping.c -rw-r--r-- 2.8 KB
ping.h -rw-r--r-- 683 bytes
rarp.c -rw-r--r-- 2.3 KB
rarp.h -rw-r--r-- 608 bytes
sntp.c -rw-r--r-- 2.4 KB
tftp.c -rw-r--r-- 23.0 KB
udp.c -rw-r--r-- 673 bytes
wol.c -rw-r--r-- 2.0 KB
wol.h -rw-r--r-- 1.4 KB

back to top