Hi Botao, it's really late right now and I don't have time to look at it
right now, but I played with it a bit on Panda recently and it seemed to
mostly work. However I had to run 'busybox [COMMAND]' to use it, links for
running the commands directly under busybox did not seem to exist. If this
i
Key Points for wider discussion
===
* The 11.09 release and built and tested with the 11.09 toolchain.
* OMAP 4460 build bringup started.
Team Highlights
===
* Busybox, powertop, libnl and ncurses gits moved in to Android/Gerrit.
* LAVA
On Wed, Sep 21, 2011 at 8:01 AM, Tomi Valkeinen wrote:
> I don't know what MCS is.
MCS is manufacturer specific commands (Manufacturer Command Set).
> But DSI is just a bi-directional transfer
> protocol between the SoC and the peripheral, you can send arbitrary data
> over it.
>
> Normally the S
Linus Walleij wrote at Wednesday, September 21, 2011 3:17 AM:
> On Tue, Sep 20, 2011 at 11:58 PM, Stephen Warren wrote:
> > Linus Walleij wrote at Friday, September 16, 2011 6:13 AM:
> >> This creates a subsystem for handling of pin control devices.
> >> These are devices that control different as
Linus Walleij wrote at Wednesday, September 21, 2011 2:25 AM:
> On Wed, Sep 21, 2011 at 12:15 AM, Stephen Warren wrote:
> > Linus Walleij wrote at Friday, September 16, 2011 6:14 AM:
> >> + for (i = 0; i < ARRAY_SIZE(u300_mux_hogs); i++) {
> >> + struct pinmux *pmx;
> >> +
Hi Per,
On Wed, Sep 14 2011, Per Forlin wrote:
> Akinobu Mita reported that the boot option for mmc fault injection is never
> compiled in due to a fauly "ifdef KERNEL" that is never set.
> A correct ifdef would be "ifndef MODULE". This patch set adds a
> module_param_cb() and thereby no ifndef MO
Mike asked me about this in IRC. Figured I'd spin up a thread.
--
Zach Pfeffer
Android Platform Team Lead, Linaro Platform Teams
Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro
http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog
On Wed, Sep 21, 2011 at 8:30 PM, Chris Ball wrote:
> Hi Per,
>
> On Mon, Aug 29 2011, Per Forlin wrote:
>> Fixes for 3.1.
>> This patchset doesn't fix any bugs in 3.1 but it improves the documentation
>> in order to prevent new bugs.
>
> I've merged this into mmc-next now, but I'm planning on send
Hi Per,
On Mon, Aug 29 2011, Per Forlin wrote:
> Fixes for 3.1.
> This patchset doesn't fix any bugs in 3.1 but it improves the documentation
> in order to prevent new bugs.
I've merged this into mmc-next now, but I'm planning on sending it for
3.2 instead of 3.1 at this point; hope that's okay.
Hi Gang,
FYI
Today I moved the draft Roadmap process that Kiko has been toiling
over to a new and more official home:
https://wiki.linaro.org/Process/Roadmap
Joey
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman
Hi Gang,
FYI
Effective immediately #pm on the private IRC server is deprecated.
Please move over to #linaro-pm on Freenode.
We were using the private #pm to talk about operational items and
potentially some confidential landing team items. For the last few
months all of the discussion has not c
Hi,
Am Donnerstag, 15. September 2011, 14:07:05 schrieb Tomi Valkeinen:
> Now, I'm quite sure the above framework could work quite well with any
> OMAP like hardware, with unified memory (i.e. the video buffers are in
> SDRAM) and 3D chips and similar components are separate. But what I'm
> not su
Sachin Kamat wrote:
>
> This patch adds header file protection macros to prevent duplication.
>
> Signed-off-by: Sachin Kamat
> ---
> arch/arm/mach-exynos4/include/mach/pm-core.h |6 ++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-exynos4/include/ma
On Tue, Sep 20, 2011 at 10:10 PM, Stephen Warren wrote:
> ... hence I was surprised to see that you explicitly note that mapping a
> single device to multiple controllers was disallowed.
Actually it's easy to fix, I mainly wanted to keep that until we have
a solid usecase for it, it's just a few
Hi Yongqin,
Just test it can be run or not. Run some basic commands, such like busybox
top, busybox vi, busybox ps | busybox grep XXX..., something like that.
I don't have test cases at my side. And this is the first time I integrated
the entire busybox source code to our Android platform. I woul
On Tue, Sep 20, 2011 at 5:55 PM, Keith Packard wrote:
> I'm not sure we need a new abstraction that subsumes both DSI and SDVO,
Ok. SDVO fits within the current abstraction, but I guess what I'm fishing
for is more code sharing of encoders. For instance, the SDVO code in GMA500
could be shared wit
On Tue, Sep 20, 2011 at 11:58 PM, Stephen Warren wrote:
> Linus Walleij wrote at Friday, September 16, 2011 6:13 AM:
>> This creates a subsystem for handling of pin control devices.
>> These are devices that control different aspects of package
>> pins.
>
> I've read through the documentation and
-- Forwarded message --
From: Botao Sun
Date: 21 September 2011 11:42
Subject: Hi guys, could you help me to test busybox on your board?
Hi,
The busybox source code has been integrated to Linaro Android platform
for all boards, so I'd like to ask help from you to test it. I have
On Wed, Sep 21, 2011 at 12:15 AM, Stephen Warren wrote:
> Linus Walleij wrote at Friday, September 16, 2011 6:14 AM:
>> + for (i = 0; i < ARRAY_SIZE(u300_mux_hogs); i++) {
>> + struct pinmux *pmx;
>> + int ret;
>> +
>> + pmx = pinmux_get(u300_mux_hogs[i].dev
On Wed, Sep 21, 2011 at 12:31 AM, James Westby wrote:
> On Mon, 19 Sep 2011 10:03:08 +0300, Fathi Boudra
> wrote:
> > Hi,
> >
> > This is a mail sent to remind you the coming release dates:
> >
> > * Linaro 11.09 components release is September 22nd, 2011.
> > * Platform Teams: [...] linaro-ima
board/samsung/smdkv310/mmc_boot.c:
Removed the typedef for "mmc data read API (copy_sd_mmc_to_mem)"
as it is used only once and replaced hard-coded API address value
by macro.
Signed-off-by: Chander Kashyap
---
board/samsung/smdkv310/mmc_boot.c | 15 ---
include/configs/smdkv310.h
smdkv310 board was using mmc_spl framework for mmc spl support.
This patch migrates the framework from mmc_spl to spl.
Signed-off-by: Chander Kashyap
---
board/samsung/smdkv310/Makefile| 19 -
.../board => board}/samsung/smdkv310/mmc_boot.c|0
.../samsung/smdkv3
smdkv310.c: in dram_init_banksize(void) function dram size was
initialized without validation. get_ram_size() function will
validate the bank size before initialization.
Signed-off-by: Chander Kashyap
---
board/samsung/smdkv310/smdkv310.c | 12
1 files changed, 8 insertions(+), 4
Use CONFIG_MACH_TYPE generic macro to initialize board id.
Signed-off-by: Chander Kashyap
---
board/samsung/smdkv310/smdkv310.c |1 -
include/configs/smdkv310.h|3 +++
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/board/samsung/smdkv310/smdkv310.c
b/board/samsun
These patches does the following things:
uses CONFIG_MACH_TYPE generic macro to initialize machine id.
Uses get_ram_size () to initialize DRAM bank size to accurate value
Migrates mmc spl support from mmc_spl framework to spl framework
Replace hardcoded value with a macro and removes typedef in
boa
25 matches
Mail list logo