Kevin, I tested booting the DM644x and DM646x with a single kernel image built with davinci_all_defconfig. The booting is successful. Serial, I2C and timer drivers are found to be working fine. I find this feature pretty useful as now I can have a binary out of the single build process which can boot on 3 EVMs.
Thanks, Sudhakar ________________________________________ From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Kevin Hilman [EMAIL PROTECTED] Sent: Saturday, November 15, 2008 2:16 AM To: [email protected] Subject: DaVinci git updated to 2.6.28-rc4 Hello, DaVinci git is now updated to 2.6.28-rc4. In addition to the merge, I've pulled in the various rework patches that I sent out for comment last week. This patchset reworks where base addresses and init functions are defined to ease the addition of new boards and devices. The other new feature is that a single kernel binary can be built that will boot on dm6446, dm6467 or dm355. In Kconfig, where you select the device, instead of picking one, you can pick as many as you like. The same for boards. I'm now using this feature to build a single kernel which I can then test on dm6446, dm6467 and dm355. I've added a 'davinci_all_defconfig' which will build a kernel that will boot on any of the supported boards. Kevin _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
