Re: [pok-devel] Porting POK to ARM Cortex A9 processor |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/pok-devel Archives
]
- To: pok-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [pok-devel] Porting POK to ARM Cortex A9 processor
- From: Julien Delange <julien@xxxxxxxxx>
- Date: Mon, 5 Nov 2012 11:43:18 -0500
- Cc: elvis.dowson@xxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=ujF0LmaxJX0b8EEuJTlKzdMJmyG2FgQjW87u2o84SdQ=; b=N01Oo05nJOBE31P1CPZDX4c4iGgoqteNKodG+CKMGh5CdkhsHdXoqtf239Y5V4sOTp St5eCMLPHo3VKoyxxmsaXIQuhPrb0Yxl0ArpJ/+4yasR2+krkHFHFfreqshX+r/ABVjO P4kd5fYW72eyGM4UsqlgfrNngjNsLezVjKDDZ7X9ASXYxOT+upEk8uTpWm8Wij9BTfgb e15MsK5PDU4SW9iMBfFvPhVZpJA4QZ8BOMlThQJoaP5ecs+E/idVfaHvCmJgfTCf1vN4 hNhfl6J61lspBnWdCpO/pV8xAoGam92b0DSnbrx5dUKy1mB21VbBY7l1K9+VZVTXQ+kj NKtA==
Hello,
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.
Hope that helps, you are also welcome to post on this list if you have
any question.
Regards,