summaryrefslogtreecommitdiff
path: root/arch/cris/arch-v32/mach-fs/vcs_hook.c
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03CRIS: Remove VCS simulator specific codeJesper Nilsson1-100/+0
The VCS simulator was a tool used in the development of the chip and is no longer used or necessary. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
2008-10-29[CRIS] Move header files from include to arch/cris/include.Jesper Nilsson1-2/+2
Change all users of header files to correct path. Remove some unneeded headers for arch-v32. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
2008-02-08CRIS v32: Update vcs_hook.c for ETRAX FS.Jesper Nilsson1-62/+66
- Clean up some formatting and whitespace.
2008-02-08CRIS v32: Move vcs_hook to machine specific directory.Jesper Nilsson1-66/+62
These files are different for ETRAX FS and ARTPEC-3.
2008-02-08CRIS v32: Add new machine dependent files for Etrax-FS and Artpec-3.Jesper Nilsson1-0/+100
The two chips are somewhat different, and needs different handling. Adds handing of the dma, dram initialization, hardware settings, io, memory arbiter and pinmux Also moves the dma, dram initialization and io from CRIS v32 common files.