1
0
Fork 0
remarkable-uboot/drivers/net/fm
Timur Tabi f2717b47ea powerpc/85xx: clean up and document the QE/FMAN microcode macros
Several macros are used to identify and locate the microcode binary image
that U-boot needs to upload to the QE or Fman.  Both the QE and the Fman
use the QE Firmware binary format to package their respective microcode data,
which is why the same macros are used for both.  A given SOC will only have
a QE or an Fman, so this is safe.

Unfortunately, the current macro definition and usage has inconsistencies.
For example, CONFIG_SYS_FMAN_FW_ADDR was used to define the address of Fman
firmware in NOR flash, but CONFIG_SYS_QE_FW_IN_NAND contains the address
of NAND.  There's no way to know by looking at a variable how it's supposed
to be used.

In the future, the code which uploads QE firmware and Fman firmware will
be merged.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-11-29 08:48:06 -06:00
..
Makefile powerpc/p3060: Add SoC related support for P3060 platform 2011-10-03 09:36:28 -05:00
dtsec.c powerpc/85xx: fix null pointer dereference when init the SGMII TBI PHY 2011-10-09 17:57:53 -05:00
eth.c powerpc/85xx: fix null pointer dereference when init the SGMII TBI PHY 2011-10-09 17:57:53 -05:00
fm.c powerpc/85xx: clean up and document the QE/FMAN microcode macros 2011-11-29 08:48:06 -06:00
fm.h fm-eth: Add ability for board code to disable a port 2011-10-03 08:52:15 -05:00
init.c fm-eth: Don't mark the MAC we use for MDIO as disabled in device tree 2011-10-18 00:36:15 -05:00
p1023.c fm: Don't allow disabling of FM1-DTSEC1 2011-10-18 00:36:15 -05:00
p3060.c fm: Don't allow disabling of FM1-DTSEC1 2011-10-18 00:36:15 -05:00
p4080.c fm: Don't allow disabling of FM1-DTSEC1 2011-10-18 00:36:15 -05:00
p5020.c fm: Don't allow disabling of FM1-DTSEC1 2011-10-18 00:36:15 -05:00
tgec.c powerpc/85xx: Add support for FMan ethernet in Independent mode 2011-09-29 19:01:05 -05:00
tgec_phy.c powerpc/85xx: Add support for FMan ethernet in Independent mode 2011-09-29 19:01:05 -05:00