I just hit an issue cross-compiling the linux-linaro-2.6.37.git source.
I'm seeing errors for arch/arm/mach-omap2/sleep34xx.S like:
Error: selected processor does not support ARM mode `smc #1'
It appears to be related to commit:
98be69a ARM: omap3: Remove hand-encoded SMC instructions
After d
On Sat, 2011-02-19 at 02:54 +0900, sola wrote:
> From 7784102e184c134eaa11b5986f31c892748f1604 Mon Sep 17 00:00:00 2001
> From: Masashi YOKOTA
> Date: Sat, 19 Feb 2011 02:40:56 +0900
> Subject: [PATCH 1/2] Add virtual battery driver
>
> This patch adds virtual battery driver.
> This is based on
>
On Fri, Feb 18, 2011 at 5:15 PM, Jim Huang wrote:
> 2011/2/19 Alexander Sack :
>> On Fri, Feb 18, 2011 at 4:42 PM, Jim Huang wrote:
> [...]
>>> To be precise, this patch works with Beagleboard-xM only.
>>> Beagleboard xM has one Ethernet port connected over USB, and the
>>> driver model makes it
>From 8eab2223b35024e56fd8868626b2fc1958eada47 Mon Sep 17 00:00:00 2001
From: Akihiro MAEDA
Date: Sat, 19 Feb 2011 02:44:31 +0900
Subject: [PATCH 2/2] virtual battery driver changed for linux kernel
2.6.37 or later
This patch is virtual battery driver changed for linux kernel 2.6.37 or later.
Thi
>From 7784102e184c134eaa11b5986f31c892748f1604 Mon Sep 17 00:00:00 2001
From: Masashi YOKOTA
Date: Sat, 19 Feb 2011 02:40:56 +0900
Subject: [PATCH 1/2] Add virtual battery driver
This patch adds virtual battery driver.
This is based on
git://git.linaro.org/people/jstultz/linux.git dev/linaro.andr
From: Kurt Taylor
Date: Fri, 18 Feb 2011 14:30:03 +
Subject: [PATCH] PulseAudio: added IT block to fix thumb conditional
instruction build error messages
---
src/pulsecore/svolume_arm.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/pulsecore/svolume_arm.c b/sr
Hi,
In order to expand this knowledge outside of Linaro I took the Liberty of
inviting both linux-me...@vger.kernel.org and
gstreamer-de...@lists.freedesktop.org. For any newcomer I really recommend
to do some catch-up reading on
http://lists.linaro.org/pipermail/linaro-dev/2011-February/thread.h
2011/2/19 Alexander Sack :
> On Fri, Feb 18, 2011 at 4:42 PM, Jim Huang wrote:
[...]
>> To be precise, this patch works with Beagleboard-xM only.
>> Beagleboard xM has one Ethernet port connected over USB, and the
>> driver model makes it usable
>> as a normal network device on device node, usb0.
On Fri, Feb 18, 2011 at 4:42 PM, Jim Huang wrote:
> 2011/2/18 Jeremy Chang :
>> Try to enable network interface and fetch IP via DHCP in boot script.
>>
>> This will give the network interface a shot to fetch IP via DHCP.
>
> To be precise, this patch works with Beagleboard-xM only.
>
>> --- a/ini
Enclosed you'll find a link to the agenda, notes and actions from the
Linaro Developer Platforms Weekly Status meeting held on February 16th
in #linaro-meeting on irc.freenode.net at 16:00 UTC.
https://wiki.linaro.org/Platform/Foundations/2011-02-16
Actions from the meeting where as follows:
*
2011/2/18 Jeremy Chang :
> Try to enable network interface and fetch IP via DHCP in boot script.
>
> This will give the network interface a shot to fetch IP via DHCP.
To be precise, this patch works with Beagleboard-xM only.
> --- a/init.omap3.sh
> +++ b/init.omap3.sh
> @@ -15,3 +15,5 @@ do
>
The OMAP4430 processor on Pandaboard is ARMv7 architecture that has hardware
TLS (Thread Local Storage). Enable TLS.
Signed-off-by: Jeremy Chang
---
BoardConfig.mk |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/BoardConfig.mk b/BoardConfig.mk
index d77507e..76c2577 100
Signed-off-by: Jeremy Chang
---
ZeroXBenchmark.mk | 96 +
pandaboard.mk |5 ++-
2 files changed, 100 insertions(+), 1 deletions(-)
create mode 100644 ZeroXBenchmark.mk
diff --git a/ZeroXBenchmark.mk b/ZeroXBenchmark.mk
new file mode
The OMAP3530 processor on Beagleboard is ARMv7 architecture that has hardware
TLS (Thread Local Storage). Enable TLS.
Signed-off-by: Jeremy Chang
---
BoardConfig.mk |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/BoardConfig.mk b/BoardConfig.mk
index f05973e..f0703c7 10
adbd depends on this property to be capable of listening on network so that adb
can connect to the device through network. Without this property set, adbd will
only try to listen on the alternative usb gadget interface when it starts.
Set the property 'service.adb.tcp.port' to the default port 555
Try to enable network interface and fetch IP via DHCP in boot script.
This will give the network interface a shot to fetch IP via DHCP.
Signed-off-by: Jeremy Chang
---
init.omap3.sh |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/init.omap3.sh b/init.omap3.sh
index 997
Signed-off-by: Jeremy Chang
---
ZeroXBenchmark.mk | 96 +
beagleboard.mk|6 +++-
2 files changed, 101 insertions(+), 1 deletions(-)
create mode 100644 ZeroXBenchmark.mk
diff --git a/ZeroXBenchmark.mk b/ZeroXBenchmark.mk
new file mode
Jason,
On 02/18/2011 02:12 AM, Jason Liu wrote:
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):
Hi,
I have started to use the new cpuidle tracepoint and created a plugin
for pytimechart.
I'm not sure if it's the right way to add this cpuidle trace format
update but it's the less intrusive one.
I also have a plugin for new cpu_hotplug trace points but i'm waiting
for trace approval before se
Hi Jason,
The patch looks good, but I noticed a few details that can be improved.
On Friday 18 February 2011, Jason Liu wrote:
> index dfcf4b1..3388599
> --- a/drivers/tty/serial/imx.c
> +++ b/drivers/tty/serial/imx.c
> @@ -52,6 +52,10 @@
> #include
> #include
> #include
> +#ifdef CONFIG_OF
Signed-off-by: Jason Liu
---
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-m
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/
Signed-off-by: Jason Liu
---
arch/arm/boot/dts/babbage.dts | 117 +
1 files changed, 117 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/babbage.dts b/arch/arm/boot/dts/babbage.dts
new file mode 100644
index 000..7ee26f1
--- /dev/null
+++
Signed-off-by: Jason Liu
---
drivers/tty/serial/imx.c | 81 --
1 files changed, 71 insertions(+), 10 deletions(-)
diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c
old mode 100644
new mode 100755
index dfcf4b1..3388599
--- a/drivers/tt
24 matches
Mail list logo