aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf527/head.S (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-07-14Blackfin arch: Fix bug - Kernel does not boot if re-program clocksMichael Hennerich1-9/+3
Don't write conflicting data to EBIU_SDBCTL after the SDRAM is configured. This can cause data corruption, since we might change SDRAM row and column addressing modes. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
2008-04-24[Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S filesMike Frysinger1-18/+0
theres no need to declare ram{end,start,base} in the head.S files when declaring them with the other memory related variables in setup.c is so much simpler/nicer Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
2007-10-21Blackfin arch: add new processor ADSP-BF52x arch/mach supportMichael Hennerich1-0/+456
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>