This patchset adds FSL mx51 device tree support. This
is based on
git://git.secretlab.ca/git/linux-2.6 devicetree/test
This patch has been tested on MX51 babbage board and can
boot up succesfully to linux console with DT enabled.
Jason Liu (3):
arm/dt: add basic mx51 device tree support
arm/dt: add very basic dts file for babbage board
serial/imx: parse from device tree support
arch/arm/boot/dts/babbage.dts | 117 +++++++++++++++++++++++++++++++
arch/arm/mach-mx5/Kconfig | 6 ++
arch/arm/mach-mx5/Makefile | 1 +
arch/arm/mach-mx5/board-dt.c | 64 +++++++++++++++++
arch/arm/mach-mx5/clock-mx51-mx53.c | 45 ++++++++++++-
arch/arm/plat-mxc/include/mach/common.h | 1 +
drivers/tty/serial/imx.c | 81 +++++++++++++++++++---
7 files changed, 304 insertions(+), 11 deletions(-)
create mode 100644 arch/arm/boot/dts/babbage.dts
create mode 100644 arch/arm/mach-mx5/board-dt.c
mode change 100644 => 100755 drivers/tty/serial/imx.c
Hi everybody,
Link to the Engineering Resources team's weekly meeting minutes:
https://wiki.linaro.org/Mentoring/Status/WeeklyMeeting/2011-03-03https://wiki.linaro.org/Mentoring/Status/WeeklyMeeting/2011-03-04
Summary of action items:
* Move FAQ and HowTo to a higher level - Andy
* Investigate putting FAQ & HowTo on the menu bar - Andy
* Add instructions to put links in Google calendar invites - Matt
* Investigate adding Wiki dir structure page - Matt
* Publish wiki templates location - Matt
* FAQ for Tech Leads - Matt
* Include conference call setup - Matt
* Blueprints and Specs for this round - Andy
* Respond to items from TL+ER Meeting - Andy
* Tech Lead + Engineering Resources meeting weekly - Matt
* Patches analysis - Andy (working with Salgado)
* Start organizing a ER demo at UDS - Matt
* Activity reports to linaro-dev - Both
* Reading List suggestion from James - Andy
* Category Tags - Both
Hi All,
I saw the release notes for Alpha 3 stating that there was support for
the EfikaMX and decided to give it a go. Following the instructions
on
https://wiki.linaro.org/Releases/MilestoneBuilds . I am using Ubuntu
10.10 on an amd64 dual core Gateway NV52 (laptop.) I've got the
linaro ppa added to my system, and I've updated as of 6:33PM CST on
Thursday March 3rd. I've got linaro-image-tools
0.4.3-0ubuntu2~linaro1 installed. When I enter the command
'linaro-media-create --rootfs ext3 --mmc /dev/sdb --binary
linaro-n-developer-tar-20110302-0.tar.gz --hwpack
hwpack_linaro-efikamx_20110302-1_armel.tar.gz --dev efikamx'
It spits back
linaro-media-create: error: argument --dev: invalid choice: 'efikamx'
(choose from 'overo', 'vexpress', 'ux500', 'igep', 'mx51evk',
'beagle', 'panda')
Is there a newer version of linaro-image-tools I'm supposed to be
using, or am I doing something else wrong?
Thanks for any help!
--
Steev Klimaszewski <steev(a)genesi-usa.com>
Senior Software Engineer, Genesi USA, Inc.
Enclosed you'll find a link to the agenda, minutes and actions from the
Linaro toolchain working group weekly meetings of Feb 28 & Mar 02, 2011.
https://wiki.linaro.org/WorkingGroups/ToolChain/Meetings/2011-02-28https://wiki.linaro.org/WorkingGroups/ToolChain/Meetings/2011-03-02
== Summary ==
* Continuing on the GCC SMS performace improvement
* Continuing on general GDB correctness
* Now handles unwinding from inside kernel vector pages
* Next is adding unwind information into GLIBC system calls
* Decided to take over and upstream QEMU Versatile Express support. Gives
us a decent A9 board
* First couple of optimised string routines are now in Ubuntu
* Have approval for working on libunwind. Beginning this work.
* Investigating excessive memory usage when compiling QEMU on ARM (as
opposed to targeting ARM)
* Continuing with benchmarks.
Regards,
Mounir
Hi,
The Linaro team is pleased to announce the availability of the 11.05
Alpha-3 images. These are still very early developer images but we
encourage all with supported hardware to use and test them by
downloading from:
http://releases.linaro.org/platform/linaro-n/
Highlights of this release include:
* Added Samsung s5pv310, ST-E u8500 and EfikaMX support.
* New Ubuntu Desktop build utilizing the latest Ubuntu Unity desktop.
* New Nano image for smaller installations.
* Kernel 2.6.38-rc5.
The images consist of two parts. A hardware pack which can be found
under the ./hwpacks directory which contains hardware specific packages
such as the kernel and bootloader. The second part is the roofs which
is combined with the hardware pack to create a complete image. For
For information on how to create an image please see:
http://wiki.linaro.org/Releases/MilestoneBuilds
More information on Linaro in general and the 11.05 plans can be
found at:
* Homepage: http://www.linaro.org
* Wiki: http://wiki.linaro.org
* 11.05: http://wiki.linaro.org/Releases/1105
Also subscribe to the important Linaro mailing lists and join our IRC
channels to stay on top of Linaro developments:
* Announcements:
http://lists.linaro.org/mailman/listinfo/linaro-announce
* Development:
http://lists.linaro.org/mailman/listinfo/linaro-dev
* IRC:
#linaro on irc.linaro.org or irc.freenode.net
For any errata issues please see:
http://wiki.linaro.org/Releases/1105/Alpha3#Issues
Bug reports for this release should be filed in Launchpad against the
individual packages that are affected, if a suitable package cannot be
identified, feel free to assign them to:
http://www.launchpad.net/linaro
Regards,
Jamie.
--
Linaro Release Manager | Platform Project Manager
Enclosed you'll find a link to the agenda, minutes, actions and IRC logs
from the
Linaro kernel working group weekly meeting of Feb 28, 2011.
https://wiki.linaro.org/WorkingGroups/KernelConsolidation/Meetings/2011-02-…
== Symmary ==
* Created and announced linaro-2.6.38 availability
* Merged basic device tree support in the linaro-2.6.38 branch.
* Finished the SPL work, patches submitted.
* Kconfig
* Workaround the set value and unset issue by adding one config item into
the mx51.Kconfig file.
* Complete the full Kconfig fragment config file for mx51 babbage which
can output the same .config file with as mx51_defconfig.
* Generated a patch queue for Config work
* Refreshed CLOCK_BOOTTIME And sent a git pull request to tglx for 2.6.39.
* Merged clocksource fix from Russell King into my 2.6.39 clocksource queue
* WIP patch to clean up register allocation in kernel/head.S.
* Run IOZone test and block device test on newly upgraded mmci driver to
compare asynchronous request vs synchronous request.
* Patch reworking the zImage wrapper code was accepted by RMK
* Got a patch merged to put "thumb2" in the module vermagic.
Regards,
Mounir
Hi all,
In connection with the recent discussion with the tools guys about how
to document the availability of binary toolchains, I wonder whether
www.linaro.org really links to the best pages on launchpad, the wiki
etc.
Keeping these in sync and coherently structured is a maintenance
requirement, and we can't expect to eliminate that.
But I'm wondering whether we have some way to track:
a) HTTP requests with no Referrer
b) Pages reached directly from Google or some other search facility
(such as the wiki or launchpad search)
Pages reached in these ways indicate where developers are using a
shortcut and visiting pages directly (I know I do this) or where the
page is at least sufficiently hard to find that Google or the wiki
search is more efficient (I know I do this too). If we could come up
with a list of such pages and frequency of visits, this might give us
some interesting information about what we really should be linking to
from the main website. It might also help to flag up drift, where
activity hotspots move away from the pages accessible from the website
over time.
Cheers
---Dave
Enclosed you'll find a link to the agenda, notes and actions from the
Linaro Developer Platforms Weekly Status meeting held on March 2nd
in #linaro-meeting on irc.freenode.net at 16:00 UTC.
https://wiki.linaro.org/Platform/Foundations/2011-03-02
Actions from the meeting where as follows:
* JamieBennett to send out a call for testing for alpha3
* slangasek to grab latest libturbo-jpeg package from git
* slangasek to try to reproduce kunal's missing libc6 shlibs bug:
http://paste.ubuntu.com/574464/
* aviksil to get lttng ready for merge into linux-linaro by end of next week
* jcrigby to check with dmart about progress on porting kprobes to thumb-2
* tgall_foo to check with Amaranth on status of ARM desktop porting efforts
* tgall_foo to press MM WG to confirm they understand the
implications for 11.05 release to target libjpeg8 for work
* ppearse to investigate how libtool does ldopen for GObject
Introspection work
Regards,
Tom (tgall_foo)
Developer Platforms Team
"We want great men who, when fortune frowns will not be discouraged."
- Colonel Henry Knox
w) tom.gall att linaro.org
w) tom_gall att vnet.ibm.com
h) tom_gall att mac.com
Hi, John:
I have one question about the origin/dev/linaro.android branch
right now for beagleboard xM.
After tried, I still can not see the terminal log after the "Virtual
kernel memory layout" message with EARLY_PRINTK enabled., even printk
messages in omap3_beagle_init() can not be seen.
I see With 2.6.36/37+: the console should be changed to
'ttyO2,115200n8' in u-boot. but the problem still exists for me.
Could you give some clue for me how to solve this?
Thanks.
Regards,
-Jeremy