Hey All;
I've got a series of kernel patch files to provide support for a new board.
What I'd like to know is where to place board specific kernel config information.
Are there any docs on the build-system layout for implementing new board support ?
I've got my kernel patch files under target/linux/ixp4xx/patches-2.6.32
my board profile under target/linux/ixp4xx/generic
Am I suppose to stick my kernel config settings in the target/linux/ixp4xx/config-default ?
It builds and loads if I just replace the config-default with a .config file from a configured kernel source tree.
Also what files must I edit to get an image file built for the board ?
This board requires the kernel on the same filesystem as the image so I assume as custom image build script is in order.
Thanks for any help or pointers to docs .
GPW