Re: [pok-devel] Porting POK to ARM Cortex A9 processor |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/pok-devel Archives
]
- To: Julien Delange <julien@xxxxxxxxx>
- Subject: Re: [pok-devel] Porting POK to ARM Cortex A9 processor
- From: Elvis Dowson <elvis.dowson@xxxxxxxxx>
- Date: Mon, 5 Nov 2012 20:59:33 +0400
- Cc: pok-devel@xxxxxxxxxxxxxxxxxxx
- 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:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=d4wRkrs+1kmaeCP6d9D9U1vgrrsDLndM54JAJJChiVk=; b=sfZAu76Q5nFux9U+lyXOntuDfcDuvLsu0LOhtlsOhpE8YP3DQKqcNBGop8PYdbk/5h A9cERh4oKGpHpRyZoHDFT7MXS8NkU3vIl4tClDDVKHsh5IzkwOknDECemJ6xdF8RXuO4 1iyRSLJhvI+TyCquFBOZtaIyL1NaH9glR12yJa/kd5sj/vv4feDILL8sH5p/Uu1zPGEz wkthi4bujytuQXpCPQhW8RezbCsjUg++0cvEgaebWDvDGlvVQF2rD5c4wDs5NBdAiFnm w79ZorCXmnpW0C25zDleaofxgE9nF4X/QFDMThyrPedfMaLEbZP7peiH5v8kxLGoEtao JmNw==
Hi Julien,
On Nov 5, 2012, at 8:43 PM, Julien Delange <julien@xxxxxxxxx> wrote:
> As far as I know, there is no plan to port POK on other architecture
> than the existing one. If you would like to port the project on
> another architecture, I would recommend you have a look at the arch/
> directory of both kernel and libpok subdirectories. They contain the
> arch-dependent code and thus, would give you an idea of the necessary
> effort to adapt POK for another target.
Thanks for the reply. I've taken a look at the arch folder, and it gives me
an initial indication of the effort required to port to the ARM Cortex A9
processor.
Im not sure if I want to attempt this, because I feel the return on investment
would be low, since there is no supporting eco-system, in terms of driver
support for various peripherals (graphics, lcd display, hdmi display, etc).
I can just see support for a console output using a COM port, and a
realtek ethernet driver.
It's going to be more work than just the processor architecture support,
one has to also invest time in building the eco-system around it, for
specific platforms in terms of bsp support.
Best regards,
Elvis Dowson