
This patch adds basic support for the AMCC 460EX/460GT PPC's.
Enable high bandwidth access on 460EX/GT. This should/could probably be done on other PPC's too, like 440SPe. This is currently not used, but with this setup it is possible to use it later on in e.g. the Linux EMAC driver for performance gain.
Signed-off-by: Stefan Roese sr@denx.de --- cpu/ppc4xx/44x_spd_ddr2.c | 41 +++- cpu/ppc4xx/4xx_enet.c | 369 ++++++++++++++++++++----- cpu/ppc4xx/4xx_pci.c | 9 +- cpu/ppc4xx/4xx_pcie.c | 203 +++++++++++++- cpu/ppc4xx/4xx_uart.c | 24 +- cpu/ppc4xx/cpu.c | 45 +++- cpu/ppc4xx/cpu_init.c | 1 + cpu/ppc4xx/ndfc.c | 3 +- cpu/ppc4xx/speed.c | 125 ++++++++- cpu/ppc4xx/start.S | 11 +- include/405_mal.h | 1 + include/4xx_i2c.h | 3 +- include/asm-ppc/4xx_pcie.h | 79 +++++- include/asm-ppc/ppc4xx-intvec.h | 71 +++++ include/asm-ppc/processor.h | 4 + include/asm-ppc/u-boot.h | 6 +- include/common.h | 4 +- include/ppc405.h | 23 ++- include/ppc440.h | 590 +++++++++++++++++++++++++++++++++------ include/ppc4xx_enet.h | 18 +- 20 files changed, 1426 insertions(+), 204 deletions(-)
Unfortunately this patch is too big for the list (101k). So please find a gzipped version attached.
Best regards, Stefan