(+linaro-dev@lists.linaro.org. Apologies for not copying the list earlier. I thought I had added to CC)
On Wed, Nov 3, 2010 at 9:59 PM, Anand Gadiyar gadiyar@ti.com wrote:
Nicolas,
This is v2 of a pull-request I sent a few minutes ago for getting OMAP4 Pandaboard support on linux-linaro-2.6.35. Change from v1 is a different branch being used, and the commits were cherry picked with the -x option.
MMC support is still work in progress. I'll try and get that working ASAP, so we can have a slightly more useful kernel.
- Anand
The following changes since commit 5c1ae6d7d1035a335cc66b1636ed7bdff7fd0e7b: Felipe Contreras (1): video: omap: vram: remove from normal memory
are available in the git repository at:
git://dev.omapzoom.org/pub/scm/anand/linux-omap-usb.git for-linaro-v2
David Anders (1): omap4: Panda: Add DEBUG_LL support
Santosh Shilimkar (3): omap4: Update id.c and cpu.h for es2.0 omap4: l2x0: Fix init parameter for es2.0 omap4: Fix bootup crash observed with higher CPU clocks
arch/arm/mach-omap2/id.c | 38 +++++++++++++++++++++----- arch/arm/mach-omap2/omap4-common.c | 10 +++++-- arch/arm/plat-omap/dmtimer.c | 2 +- arch/arm/plat-omap/include/plat/cpu.h | 5 +++- arch/arm/plat-omap/include/plat/uncompress.h | 1 + 5 files changed, 44 insertions(+), 12 deletions(-)
Anand,
What kernel config should I use? Thanks for working on this.
John
On Wed, Nov 3, 2010 at 3:00 PM, Gadiyar, Anand gadiyar@ti.com wrote:
(+linaro-dev@lists.linaro.org. Apologies for not copying the list earlier. I thought I had added to CC)
On Wed, Nov 3, 2010 at 9:59 PM, Anand Gadiyar gadiyar@ti.com wrote:
Nicolas,
This is v2 of a pull-request I sent a few minutes ago for getting OMAP4 Pandaboard support on linux-linaro-2.6.35. Change from v1 is a different branch being used, and the commits were cherry picked with the -x option.
MMC support is still work in progress. I'll try and get that working ASAP, so we can have a slightly more useful kernel.
- Anand
The following changes since commit 5c1ae6d7d1035a335cc66b1636ed7bdff7fd0e7b: Felipe Contreras (1): video: omap: vram: remove from normal memory
are available in the git repository at:
git://dev.omapzoom.org/pub/scm/anand/linux-omap-usb.git for-linaro-v2
David Anders (1): omap4: Panda: Add DEBUG_LL support
Santosh Shilimkar (3): omap4: Update id.c and cpu.h for es2.0 omap4: l2x0: Fix init parameter for es2.0 omap4: Fix bootup crash observed with higher CPU clocks
arch/arm/mach-omap2/id.c | 38 +++++++++++++++++++++----- arch/arm/mach-omap2/omap4-common.c | 10 +++++-- arch/arm/plat-omap/dmtimer.c | 2 +- arch/arm/plat-omap/include/plat/cpu.h | 5 +++- arch/arm/plat-omap/include/plat/uncompress.h | 1 + 5 files changed, 44 insertions(+), 12 deletions(-)
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
On 11/4/2010 2:45 AM, John Rigby wrote:
Anand,
What kernel config should I use? Thanks for working on this.
I had a custom config based on the omap3_defconfig. I notice now that with plain old omap3_defconfig, as also with omap_4430sdp_defconfig, there're a couple of build breaks. I'll send a follow on series to fix that.
For now, you can use: - omap3_defconfig with CONFIG_USB_MUSB disabled (you get a non-SMP kernel that boots on OMAP3/4)
- Anand
On Thu, 4 Nov 2010, Anand Gadiyar wrote:
On 11/4/2010 2:45 AM, John Rigby wrote:
Anand,
What kernel config should I use? Thanks for working on this.
I had a custom config based on the omap3_defconfig. I notice now that with plain old omap3_defconfig, as also with omap_4430sdp_defconfig, there're a couple of build breaks. I'll send a follow on series to fix that.
I merged your previous pull request BTW. If you have more fixes please add them on top.
Nicolas