u-boot/drivers/qe
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 Exclude drivers/qe/fdt.c without CONFIG_QE 2010-11-18 15:22:10 +01:00
fdt.c Exclude drivers/qe/fdt.c without CONFIG_QE 2010-11-18 15:22:10 +01:00
qe.c powerpc/85xx: clean up and document the QE/FMAN microcode macros 2011-11-29 08:48:06 -06:00
qe.h drivers/qe: Add more SNUM number for QE 2009-06-12 17:17:00 -05:00
uccf.c drivers/qe: Move conditional compilation to Makefile 2008-08-13 01:40:41 +02:00
uccf.h net: uec: Fix uccf.h and uec.h headers to include headers they depend on 2009-09-25 18:25:50 -05:00
uec.c drivers/qe/uec.c: Fix GCC 4.6 build warning 2011-11-11 07:49:01 -06:00
uec.h fsl: Change fsl_phy_enet_if to phy_interface_t 2011-04-20 15:09:35 -05:00
uec_phy.c fsl: Change fsl_phy_enet_if to phy_interface_t 2011-04-20 15:09:35 -05:00
uec_phy.h UEC: Fix compiler warnings introduced by linux/mii.h change 2011-01-25 21:15:10 +01:00