Re: [pok-devel] Porting POK to ARM Cortex A9 processor |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/pok-devel Archives
]
- To: POK Developer Mailing List <pok-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [pok-devel] Porting POK to ARM Cortex A9 processor
- From: Elvis Dowson <elvis.dowson@xxxxxxxxx>
- Date: Mon, 5 Nov 2012 21:42:12 +0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=YYDABKVSgznFSsNUvLnd3Je2RaXb8wXdq5MQ1kT+//k=; b=HKzpK5HxZSjlslllakBIfujrmBbvaO7ZheNF5VhCcCkVvu9ArIXFjZDAq6tHiZJVGr hIXzZbN1qWggKj4JfQegwmqe0iAE3+0KqqDG4hLKVIs2vnoit3aTb+2pNOcAuhc6l6uj vt0QMAhuSoNf8rNYuTGNmkpktPWGF2fl2b6+6SjUCxWvnQSw8MZ8LEqSz+TV8XAvZ4AY xujbuMkWBT3Lfq82nhfkh/k6OEIaKjo44Rs6bNIZpL9ICp1smjJKw+pMPn5e19NSvcjY ZQHR7o4ILzcEetqXQRm+r7+7Sdvo5kNSjrSDTnYrdy1nBFB0jV0yg+QUBga28vgXWFAA cBjw==
Hi Joel,
On Nov 5, 2012, at 9:22 PM, Joel Sherrill <joel.sherrill@xxxxxxxxx> wrote:
> Speaking from an RTEMS perspective, the various *BSD trees are great
> sources for driver code that should be licensed appropriately for Pok.
>
> It is also possible that the RTEMS source tree would be able to offer some
> help here.
I guess what you're implying is that I could potentially take a look at the
RTEMS support for arm processors and adapt it for POK.
http://git.rtems.org/rtems/tree/cpukit/score/cpu/arm
> Just depends on what ARM SoC you are looking at. Getting even the
> basics in with a COM port would be a great addition.
The CPU is an ARM Cortex A9 processor, which implements the
armv7a architecture. I need to check if it implements the optional
divide instructions.
Which processor platforms was RTEMS ported to:
- TI OMAP 3530 (ARM Cortex A8)
- TI OMAP 4430 (ARM Cotex A9)
I've got both these platforms with me, but i was thinking of trying a port
with the Freescale i.MX 6 quad core platform (ARM Cortex A9).
Best regards,
Elvis Dowson