Hi Aditya, > > > On 18.12.2013 07:56, Aditya Kousik wrote: > Hello Martin > > On further examination, I've noticed you've added the commands to > generate uImage in build_uboot_image in tool/run (but it doesn't > generate the uImage in var/run/<script>). Please see my reply to your previous mail. > > Secondly, On what basis have you filled the enumerations in > board_base.h ? Because there are different values for pbxa9, vea9x4 > and pandaboard. I understand that every SoC might have a different > driver implementation, but how did you get around to building one, say > for pbxa9? Can you share some insight into the process: the use of > mmio regions, IRQ handlers etc.? Each of these enumerations has at least one concrete component in base/include/drivers or base-hw/ that depends on it. Separating these values from e.g. the device drivers came due to the fact that they do not depend on the device specification but on the board that integrates the device. For instance you might want to reuse the PL011 timer but different boards integrate it with a different clock or interrupt number (see base/include/platform/rpi/drivers/board_base.h and base/include/platform/pbxa9/drivers/board_base.h). A board might even integrate multiple PL011 chips with different values (see PBXA9). > > Thanks in advance > Aditya > > Greetings, Martin
------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
