u-boot-brain/cpu/mpc85xx
Peter Tyser 2f21ce4d54 fsl/85xx, 86xx: Sync up DMA code
The following changes were made to sync up the DMA code between the 85xx
and 86xx architectures which will make it easier to break out common
8xxx DMA code:

85xx:
- Don't set STRANSINT and SPCIORDER fields in SATR register.  These bits
  only have an affect when the SBPATMU bit is set.
- Write 0xffffffff instead of 0xfffffff to clear errors in the DMA
  status register.  We may as well clear all 32 bits of the register...

86xx:
- Add CONFIG_SYS_MPC86xx_DMA_ADDR define to address DMA registers
- Add clearing of errors in the DMA status register when initializing
  the controller
- Clear the channel start bit in the DMA mode register after a transfer

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-06-12 17:17:58 -05:00
..
commproc.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
config.mk 85xx: Add -mno-spe to e500/85xx builds 2008-04-29 20:08:43 +02:00
cpu_init.c 85xx: Add support for additional e500mc features 2009-03-30 13:33:50 -05:00
cpu.c fsl/85xx, 86xx: Sync up DMA code 2009-06-12 17:17:58 -05:00
ddr-gen1.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ddr-gen2.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ddr-gen3.c fsl-ddr: add the DDR3 SPD infrastructure 2009-03-30 13:33:50 -05:00
ether_fcc.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
fdt.c 85xx: Always attempt ethernet device tree fixup 2009-06-12 17:16:26 -05:00
interrupts.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
Makefile MPC85xx: Add MPC8569 CPU support 2009-03-30 13:33:51 -05:00
mp.c 85xx: Introduce determine_mp_bootpg() helper. 2009-04-01 15:29:49 -05:00
mp.h 85xx: Introduce determine_mp_bootpg() helper. 2009-04-01 15:29:49 -05:00
mpc8536_serdes.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
pci.c 85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards 2009-01-23 17:03:13 -06:00
qe_io.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
release.S 85xx: Add support for additional e500mc features 2009-03-30 13:33:50 -05:00
resetvec.S * Patches by Xianghua Xiao, 15 Oct 2003: 2003-10-15 23:53:47 +00:00
serial_scc.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
speed.c 85xx: Add QE clk support 2009-06-12 17:16:59 -05:00
start.S MPC85xx: Add MPC8569 CPU support 2009-03-30 13:33:51 -05:00
tlb.c 85xx: Use print_size to report amount of memory not mapped by TLBs 2009-06-12 09:15:48 -05:00
traps.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00