Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2009 17:34:00 +0400
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        Tom Judge <tom@tomjudge.com>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: Adding support for the Intel SS4000-E NAS aka the EM-7210
Message-ID:  <20090925173400.48407c77.stas@FreeBSD.org>
In-Reply-To: <4AB7A398.4040905@tomjudge.com>
References:  <4AB7A398.4040905@tomjudge.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--Signature=_Fri__25_Sep_2009_17_34_00_+0400__U0UczWXkXcK3Y1.
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, 21 Sep 2009 16:02:32 +0000
Tom Judge <tom@tomjudge.com> mentioned:

> Hi,
>=20
> I am trying to add support for the Intel SS4000-E/EM7210 to FreeBSD, I
> have copied all of the files for the EP80219 as this seems to be what
> the board is based on, and modified the interrupt assignment code.  See
> the patch agains sys/arm here: http://www.tomjudge.com/tmp/em-7210-patch
>=20

Hi, Tom!

It's great to hear you're working on this project!  It's hard to say what's
wrong with your setup, but here're some things I noteced.

First, KERNVIRTADDR appears to be incorrect in your setup as you're trying =
to map
the kernel very low (0x01008000).  In this case very low amount of virtual
address space will be left for user-level applications.  Try to map it to
some address above 0xc0000000, e.g. to 0xc1008000.

I also do not quite understand why you're using address 0xa0100000 for the
first helper page mapping?  What is the layout of memory on your board?
Is anything useable is mapped here?

Good luck!

--=20
Stanislav Sedov
ST4096-RIPE

--Signature=_Fri__25_Sep_2009_17_34_00_+0400__U0UczWXkXcK3Y1.
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----

iQIcBAEBAgAGBQJKvMbIAAoJEKN82nOYvCd01OkP/jlG/ib9fOE3vGA15mJHuvJJ
uyOPBhso2favUM4wqyDRklQdlX4QP4pempxBNp/XObYiXurdgAhw4JFNn3t8byTl
bpFzrcPaiVpWREF7ijV2wsV8Q6k9CeKORK2iMW3TSkn4DWfJyxppukVzFG3PkTXY
xZjNoBikeGyYgkF4ZRyaJMhhVftc5ur87f2HFGai3mwsJRBbEzIvY7en2BF8XG3V
DTtbz3fbaKc/89lrSegu3uI+O5ksyaST9QTlw5yi+4DGv0aGc19WVAMLH84OrXdJ
RDPCkYCPv+Rk/LZJ3Q/1/pU+OC24rgQ5qwKZw5eAd/cSyCAKkzmq5A605j6xcB5Z
MrZrW44SAFfWGXPIBlngdjoeUKG2OwSvYJY8INpfIU2a1/ecUmTs6ZrFlhpZ1159
ibRINHHp7i2g3Bcw1gvho3Fw1WsYdViuX8fs3nisZPLGQTCp88T+P61ppBHf9Hc1
33c9kI+B7ffhyGxSFzOEdvMyK8xML3nuq2cY+cBmjZeEYTRsrPjyv8lAvAeolnKM
9zxZVyJT0B6NyE+JIV2Vp2fKTV9JrMAf2vieFv14Hp06DkMjTmEyfE6SO6N1uMtT
RG7AGb5+1h70XVkWptkg0kGzV/FxcR5k/njKZ/4+0usSiI4CtbVBCBUJM7Ctaktx
5sN1TRuUL+HpmEDnnMzr
=YFu3
-----END PGP SIGNATURE-----

--Signature=_Fri__25_Sep_2009_17_34_00_+0400__U0UczWXkXcK3Y1.--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090925173400.48407c77.stas>