BSP and the kernel

Mandeep Sandhu mandeepsandhu.chd at gmail.com
Wed Sep 18 08:50:23 EDT 2013


BSP stands for board support package....so it'll contain stuff to make the
kernel run on that specific h/w (eg: header files detailing the memory map
of the attached devices etc.).

If you have a builtin driver for the attached h/w, then yes, that code will
be compiled into your vmlinux image. If its a module then it might be
outside, depending on whether you've put in some sort of rootfs or not.

HTH,
-mandeep




On Wed, Sep 18, 2013 at 6:10 PM, arun kumar <arunkr.linux at gmail.com> wrote:

> Does the BSP has any role to play in the kernel build process.
> is the Image "Vmlinux" dependent on BSP in any way?
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130918/2ca5609a/attachment.html 


More information about the Kernelnewbies mailing list