- Attach problem - mpc85xx_probe() relies on fact that 0xfff0 mask
matches all QorIQ CPUs what is not true since e6500. This shall be reworked to match
against all supported CPUPs.
- IMO there is no any reason for operating system to re-program or anyhow else touch the LaWs programmed by
firmware (u-boot). Right now mpc85xx_attach() removes all LaW entries except for DRAM. This causes
MCE to be generated when later any of driver maps DTB-provided hardware addresses which do not exist
anymore because corresponding LaWs were removed.