* Dejan Gačnik <dejan.gacnik@xxxxxxxxx> [120927 07:13]: > > I and my colleagues have developed a brand new very enhanced board having > AM35xx CPU, 512MB DDR2, DVI, true dual Ethernet support (not using PRUSS), > CAN, SPI, I2C, 7 USBs, etc…Board is already materialized and operational. > > > According to our board we have create new machine type in the kernel > (version: linux-3.2-psp04.06.00.07.sdk) and all other required stuff to > support our board, modify some things, like adding support for dual eth, > etc. Our goal is to provide this new board to the market (let say with > large quantity) and therefore I am wondering how to start or if it is even > possible to transfer our kernel change the main stream of this distro? > During this kernel modification process we have been looking to not > changing anything in kernel, what could affect other machine types. For the mainline kernel, you should go with device tree based booting to start with, we are no longer adding new board-*.c files. For older distro kernels you need to maintain a separate board-*.c file until we have moved everything to use device tree and distros are using that kernel. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html