From: "rajeev s" <rajeev2174@rediffmail.com>
To: linux_omap_open_source <linux-omap-open-source@linux.omap.com>
Subject: Accessing DSP MMU on OMAP SDP2430
Date: 22 Jan 2007 09:55:04 -0000 [thread overview]
Message-ID: <20070122095504.11749.qmail@webmail25.rediffmail.com> (raw)
Hi All,I have an sdp2430 board (OMAP2430 based).I want to access the DSP MMU registers from the ARM side .The Address base of this DSP MMU Register is on the Address range 0x5d000000. To access these registers from ARM to setup the MMU Translation i added the following code in the file:include/asm/arch-omap/io.h (Linux source is 2.6-19):#define IO_VIRT_DSP_L2_RAM 0xED000000 /* va of DSP MMU */I arrived at this address using the following logic :0x5d000000 + 0x90000000 = 0xED000000.When i access the DSP MMU address registers from the Virtual Address base 0xED000000 , i get an kernel crash.Also i have created an entry for this address in the io.c file as well.Could anybody let me know am i following the correct procedure.ThanksRajeev
raj
next reply other threads:[~2007-01-22 9:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-22 9:55 rajeev s [this message]
2007-01-22 13:23 ` Accessing DSP MMU on OMAP SDP2430 Woodruff, Richard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070122095504.11749.qmail@webmail25.rediffmail.com \
--to=rajeev2174@rediffmail.com \
--cc=linux-omap-open-source@linux.omap.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox