| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
There is a bug found in FSL SDK:
kernel can't boot up (or hang for a long time) when board connects
with a HDD (has extended partition) via pcie sata controller card.
avoid auto-mounting disk partitions. user can do it via fstab.
And move all the customized rules to qoriq-ppc folers.
Signed-off-by: Ting Liu <ting.liu@freescale.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* For PCIe ports, renaming breaks the ability to look at the PCIe driver's boot
output to determine what its ethN is, disable it.
* For macless ports, rename to maclessN instead of ethN
* extend renaming rules to fsl_dpa* as shared-mac driver may be named
as fsl_dpa_shared. macless interfaces will not match on this rule as they
do not have device address. legacy interfaces' names are not affected by
this change.
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Cristian Sovaiala <cristian.sovaiala@freescale.com>
|
|
|
|
|
|
|
| |
Currently both macless0 port and PCIe Ethernet port in slot3 use "eth2",
update udev rules to rename macless0 to eth4.
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In kernel-3.8, PCIe Ethernet port is the last one to be brought up,
so the name of PCIe Ethernet card is ethN(N is variant) instead of eth0.
The udev rules update is to unify the PCIe Ethernet port of DPAA targets:
Ethernet card in PCIe slot0: eth0
Ethernet card in PCIe slot1: eth1
Ethernet card in PCIe slot2: eth2
Ethernet card in PCIe slot3: eth3
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Change-Id: Ia2a9cc3eb5b6c49e911bb6cc067a2d2d3cfaec0a
|
|
Signed-off-by: Ting Liu <b28495@freescale.com>
|