Re: i.MX6 support

2015-03-29 Thread Martin Stein
Hi Madhu, Praveen, On 27.03.2015 13:24, Praveen B wrote: We have tested the ported code on SABRE Lite board and it is working, except that we need to change UART1 to UART2(0x021e8000). ... Apart from these typical configuration changes, we have verified that the image generated from this

Re: i.MX6 support

2015-03-28 Thread Praveen B
Okay We will follow Martin's suggestion of using a different board_base.h file for our board. Regards Praveen On Sat, Mar 28, 2015 at 9:53 AM, Madhu (Macaque Labs) ma...@macaque.in wrote: Praveen, What are are asking for (default UART, RAM size) are board specific features. can't these be

Re: i.MX6 support

2015-03-27 Thread Martin Stein
Hi Praveen, On 26.03.2015 18:30, Praveen B wrote: Taking into consideration all the issues, we have forked another repository, https://github.com/iitmadras/genode and updated the commits. Please take a look at it. Good that you've re-based and merged your work. This way, it shouldn't be a

Re: i.MX6 support

2015-03-27 Thread Praveen B
Hi Martin, We have tested the ported code on SABRE Lite board and it is working, except that we need to change UART1 to UART2(0x021e8000). Our default console for u-boot is UART2. We tried to see the output of Genode runscript on UART1(by keeping actual values for UART) also but for some reason

Re: i.MX6 support

2015-03-27 Thread Madhu (Macaque Labs)
Praveen, What are are asking for (default UART, RAM size) are board specific features. can't these be added to files for board specific configuration ? They can be added to make but Make anyway will need to have config for each board and it is better not to hard code that config in the Makefile.

Re: i.MX6 support

2015-03-26 Thread Praveen B
Hi Martin, Good to know the similarities in ESDHC and USDHC. Same method can be adopted for USDHC as the driver does not use CID register(only other 132 bit register). Taking into consideration all the issues, we have forked another repository, https://github.com/iitmadras/genode and updated the