original_kernel/arch/arm/mach-davinci
David Brownell 0d04eb4705 davinci: soc-specific SRAM setup
Package on-chip SRAM.  It's always accessible from the ARM, so
set up a standardized virtual address mapping into a 128 KiB
area that's reserved for platform use.

In some cases (dm6467) the physical addresses used for EDMA are
not the same as the ones used by the ARM ... so record that info
separately in the SOC data, for chips (unlike the OMAP-L137)
where SRAM may be used with EDMA.

Other blocks of SRAM, such as the ETB buffer or DSP L1/L2 RAM,
may be unused/available on some system.  They are ignored here.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
2009-05-28 15:18:12 -07:00
..
include/mach davinci: soc-specific SRAM setup 2009-05-28 15:18:12 -07:00
Kconfig davinci: Integrate cp_intc support into low-level irq code 2009-05-28 15:17:47 -07:00
Makefile davinci: Integrate cp_intc support into low-level irq code 2009-05-28 15:17:47 -07:00
Makefile.boot
board-dm355-evm.c
board-dm355-leopard.c
board-dm644x-evm.c davinci: Factor out emac mac address handling 2009-05-28 15:17:47 -07:00
board-dm646x-evm.c davinci: Factor out emac mac address handling 2009-05-28 15:17:47 -07:00
board-sffsdr.c davinci: Move emac platform_data to SoC-specific files 2009-05-28 15:17:45 -07:00
clock.c
clock.h
common.c davinci: Integrate cp_intc support into low-level irq code 2009-05-28 15:17:47 -07:00
cp_intc.c
devices.c davinci: Factor out emac mac address handling 2009-05-28 15:17:47 -07:00
dm355.c davinci: soc-specific SRAM setup 2009-05-28 15:18:12 -07:00
dm644x.c davinci: soc-specific SRAM setup 2009-05-28 15:18:12 -07:00
dm646x.c davinci: soc-specific SRAM setup 2009-05-28 15:18:12 -07:00
dma.c
gpio.c davinci: Make GPIO code more generic 2009-05-28 15:16:30 -07:00
io.c
irq.c
mux.c
mux.h
psc.c
serial.c davinci: Move serial platform_device into SoC-specific files 2009-05-28 15:17:41 -07:00
time.c davinci: Move PINMUX defines to SoC files 2009-05-28 15:17:48 -07:00
usb.c