Skip to content
Snippets Groups Projects
Select Git revision
  • d35b508a55508535b6e8445b718585d27df733d3
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
8 results

include

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
user avatar
Andy Fleming authored
Actually, fixed a large bug in the UEC for *all* platforms.
How did this ever work?

uec_init() did not follow the spec for eth_init(), and returned
0 on success.  Switch it to return the link like tsec_init()
(and 0 on error)

The immap for the 8568 was defined based on MPC8568, rather than
CONFIG_MPC8568

CONFIG_QE was off

CONFIG_ETHPRIME was set to "Freescale GETH".  Now is "FSL UEC0"

Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
enabled

Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
b96c83d4
History
Name Last commit Last update
..