Re: Android libjpeg

2011-06-29 Thread Vladimir Pantelic
Måns Rullgård wrote: > Mandeep Kumar writes: > >>> Vladimir Pantelic writes: >>> > Either I am doing something wrong or this libjpeg-turbo is not so turbo. >>> >>> Libjpeg (turbo or regular) is full of inefficiencies. I guess they all >>> add up. >>> >> My numbers should only be used for

Re: Pandaboard is / x-loader flow and official branch

2011-06-29 Thread Andy Green
On 06/29/2011 11:06 PM, Somebody in the thread at some point said: Hi - Btw I don't yet fully understand Panda boot architecture. This X-Loader appear to come from SD card. But what boots it then? How that piece is called, where it comes from, how it should be upgraded, and is that ever needed?

Re: lava-dev-tool + lava-server installation/development and local data

2011-06-29 Thread Michael Hudson-Doyle
On Wed, 29 Jun 2011 11:51:18 +0100, Zygmunt Krynicki wrote: > Hi. > > This is just a reminder for Michael but I think it's worth to share that > to the rest of the validation team. > > When using lava-dev-tool to hack on lava-dashboard or any other > component that is based on lava-server the

Re: Pandaboard is dumb after reset if USB OTG cable attached to the host

2011-06-29 Thread Dechesne, Nicolas
Paul, On Thu, Jun 30, 2011 at 12:06 AM, Paul Sokolovsky < paul.sokolov...@linaro.org> wrote: > Btw I don't yet fully understand Panda boot architecture. This X-Loader > appear to come from SD card. But what boots it then? How that piece is > called, where it comes from, how it should be upgraded,

Re: [CALL FOR TESTING] Linaro 11.06 Candidate

2011-06-29 Thread Paul Sokolovsky
Hello Alexander, On Wed, 29 Jun 2011 06:06:10 +0200 Alexander Sack wrote: [] > Known Issues > > > Android: > * Problems with HDMI output on monitors using a hdmi2dvi connector > have been reported >- See https://launchpad.net/bugs/803014 for more info > * Display glitches for

Re: trouble with should-be-bootable SD cards and kernel versions

2011-06-29 Thread AJ ONeal
The cards are from the same manufacturer, and exactly the same size. I've tried dd and not only does it take closer to 2.5 hours instead of 10 minutes, it yields the same results. dd if=/dev/sde of=/dev/sdf bs=8M The only difference between a card that boots and a card that fails with `[ 1.00

[RFC pm-qa 1/2] cpufreq: add a test set for cpufreq

2011-06-29 Thread Daniel Lezcano
These tests are described at: https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/QA/Scripts Signed-off-by: Daniel Lezcano --- Makefile |6 ++ cpufreq/test_01.sh | 43 +++ cpufreq/test_02.sh | 43 +++ cpufreq/test_03.sh | 64

[RFC pm-qa 2/2] cpufreq: check the frequency affect the performances

2011-06-29 Thread Daniel Lezcano
This test program increase the frequency for each cpu and launch the cpucycle program. A computation is made to check the deviation of the ratio (counter / frequency) is consistent between the frequencies. More informations can be found at: https://wiki.linaro.org/WorkingGroups/PowerManagement

[RFC pm-qa 0/2] tests for cpufreq

2011-06-29 Thread Daniel Lezcano
These tests are used to test the cpufreq driver on ARM architecture. As the cpufreq is not yet complete, the test suite is based on the cpufreq sysfs API exported on intel architecture, assuming it is consistent across architecture. The different tests are described at: https://wiki.linaro.org/Wo

Re: trouble with should-be-bootable SD cards and kernel versions

2011-06-29 Thread Tom Gall
If you want to avoid l-m-c which is the image creation route we support, once you've created the first master and have it booting and setup the way you want, and presuming all your SD cards are exactly the same, I suspect you'd fine more success to dd from master to create an image file and then dd

Re: trouble with should-be-bootable SD cards and kernel versions

2011-06-29 Thread AJ ONeal
> > Were you using Linaro-media-create to put things onto the SD card or > some other route? > > Yes. created the master card using `linaro-media-create` booted it once and added some secret sauce to it. duplicated that card to 20 cards using `sfdisk` and `partimage`. (Half of those cards did no

Re: Pandaboard is dumb after reset if USB OTG cable attached to the host

2011-06-29 Thread Paul Sokolovsky
On Wed, 29 Jun 2011 21:33:18 +0100 Andy Green wrote: > On 06/29/2011 07:58 PM, Somebody in the thread at some point said: > > Hi - > > > Month ago, during 11.05 release testing, we had a case when > > Pandaboard didn't boot with one particular build and one particular > > card, while worked wel

Re: LAVA Documentation

2011-06-29 Thread Paul Larson
On Tue, Jun 28, 2011 at 9:03 PM, Christian Robottom Reis wrote: > On Tue, Jun 28, 2011 at 09:55:07AM +0100, Paul Larson wrote: > > I've started on some basic documentation for LAVA at > > https://wiki.linaro.org/Platform/Validation/LAVA/Documentation > > Good job! I think you should probably split

RE: [PATCH 1/2] drivers: create a pinmux subsystem v3

2011-06-29 Thread Stephen Warren
Linus Walleij wrote at Monday, June 27, 2011 8:35 AM: > On Thu, Jun 16, 2011 at 9:10 PM, Stephen Warren wrote: ... > > Now, we can have multiple entries with the same .map_name: > > > > static struct pinmux_map pmx_mapping[] = { > >       { > >               .dev_name = "tegra-sdhci.0", > >      

Re: Android libjpeg

2011-06-29 Thread Mandeep Kumar
My numbers should only be used for relative comparison purpose as djpeg decoding time that I sent also include time to read input file from filessystem. Actual decoding speed may be higher when special modification are done in djpeg application to read input from memory. Thanks & Regards, Mandeep

Re: Pandaboard is dumb after reset if USB OTG cable attached to the host

2011-06-29 Thread Andy Green
On 06/29/2011 07:58 PM, Somebody in the thread at some point said: Hi - Month ago, during 11.05 release testing, we had a case when Pandaboard didn't boot with one particular build and one particular card, while worked well with with other combinations. During this test cycle, I hit similar co

Re: Android libjpeg

2011-06-29 Thread Vladimir Pantelic
Mandeep Kumar wrote: Hi All, I have done some benchmarking on OMAP4 running Ubuntu for various versions of libjpegs. Benchmarks were collected with modified version of djpeg that prints out ms time taken for decoding. Sample used for benchmarking is a 12MP image downloaded from a photography

Pandaboard is dumb after reset if USB OTG cable attached to the host

2011-06-29 Thread Paul Sokolovsky
Hello, Month ago, during 11.05 release testing, we had a case when Pandaboard didn't boot with one particular build and one particular card, while worked well with with other combinations. During this test cycle, I hit similar conditions, which I however was able to trace to the following: if at

trouble with should-be-bootable SD cards and kernel versions

2011-06-29 Thread AJ ONeal
I have a few inter-related issues: - Why would one kernel boot a card that another kernel can't? - Why would a card's disk geometry matter for boot? - Who is a good manufacturer for getting hardware-identical cards in bulk? - How can I probe the actual "disk geometry" of an sd card?

Re: [CALL FOR TESTING] Linaro 11.06 Candidate

2011-06-29 Thread Fathi Boudra
Hi, On 29 June 2011 06:06, Alexander Sack wrote: >  * u-boot 2011.06 is broken for Android beagleXM images >   - See https://launchpad.net/bugs/803142 for a workaround and fix It has been fixed and image has been updated. Cheers, Fathi ___ linaro-de

ARM Porting Jam today!

2011-06-29 Thread Riku Voipio
Dear ARM fans, Linaro Developer Platform team organises every week (Wednesday 14:00 - 18:00 UTC) an ARM porting Jam. The idea is to gather all developers together to fix userspace portability issues across the board. The list of bugs being worked on is at launchpad: https://bugs.launchpad.net/ubu

Re: [PATCH 1/11] MFD: DA9052 MFD core module v1

2011-06-29 Thread Arnd Bergmann
On Tuesday 28 June 2011, ashishj3 wrote: > The DA9052 is a highly integrated PMIC subsystem with supply domain > flexibility > to support wide range of high performance application. > > It provides voltage regulators, GPIO controller, Touch Screen, RTC, Battery > control and other functionality.

Re: [PATCH 6/11] HWMON: DA9052 hwmon driver v1

2011-06-29 Thread Ashish Jangam
On Tue, 2011-06-28 at 23:05 +0530, Guenter Roeck wrote: > On Tue, 2011-06-28 at 10:24 -0400, ashish jangam wrote: > > +static ssize_t da9052_read_vddout(struct device *dev, > > + struct device_attribute *devattr, char > > *buf) > > +{ > > + struct da9052_hwmo

Re: [PATCH 1/11] MFD: DA9052 MFD core module v1

2011-06-29 Thread Mark Brown
On Tue, Jun 28, 2011 at 07:46:49PM +0530, ashishj3 wrote: > +static int da9052_add_subdevs(struct da9052 *da9052) > +{ > + struct da9052_pdata *pdata = da9052->dev->platform_data; > + int ret; > + > + static struct mfd_cell __initdata da9052_subdev_info[] = { > + {"da9052-o

lava-dev-tool + lava-server installation/development and local data

2011-06-29 Thread Zygmunt Krynicki
Hi. This is just a reminder for Michael but I think it's worth to share that to the rest of the validation team. When using lava-dev-tool to hack on lava-dashboard or any other component that is based on lava-server the location of the database and the actual data contained is easily lost.

Re: [CALL FOR TESTING] Linaro 11.06 Candidate

2011-06-29 Thread Alexander Sack
On Wed, Jun 29, 2011 at 8:43 AM, Bee Hock Goh wrote: > Where can I see the list of features added since 1105? We didn't prepare release highlights/summary for the candidate images this time around but planned to publish them with the final release. But now that you say it I agree we should get th