xref: /openbmc/u-boot/doc/README.fsl-dpaa (revision cc19c25e2752bb8b446463eb627e258e659d73d9)
1*cc19c25eSShengzhou LiuThis file documents Freescale DPAA-specific options.
2*cc19c25eSShengzhou Liu
3*cc19c25eSShengzhou LiuFMan (Frame Manager)
4*cc19c25eSShengzhou Liu  - CONFIG_FSL_FM_10GEC_REGULAR_NOTATION
5*cc19c25eSShengzhou Liu	on SoCs earlier(e.g. T4240, T2080), the notation between 10GEC and MAC as below:
6*cc19c25eSShengzhou Liu		10GEC1->MAC9, 10GEC2->MAC10, 10GEC3->MAC1, 10GEC4->MAC2
7*cc19c25eSShengzhou Liu	on SoCs later(e.g. T1024, etc), the notation between 10GEC and MAC as below:
8*cc19c25eSShengzhou Liu		10GEC1->MAC1, 10GEC2->MAC2
9*cc19c25eSShengzhou Liu	so we introduce CONFIG_FSL_FM_10GEC_REGULAR_NOTATION to identify the new SoCs on
10*cc19c25eSShengzhou Liu	which 10GEC enumeration is consistent with MAC enumeration.
11