Hi Chris,
On 06.08.2012 17:31, Chris Ball wrote:
Hi,
On Mon, Aug 06 2012, Dirk Behme wrote:
On embedded devices, often there is a combination of removable mmc
devices (e.g. MMC/SD cards) and hard wired ones (e.g. eMMC).
Depending on the hardware configuration, the 'mmcblkN' node might
change i
The agenda has been posted to:
https://wiki.linaro.org/Platform/Android/Meetings/2012-08-08
Please take a look and add to it if you need to.
See everyone tomorrow in #linaro-meeting on irc.freenode.net at 13:00 UTC.
--
Zach Pfeffer
Android Platform Team Lead, Linaro Platform Teams
Linaro.org |
On 08/07/2012 02:21 PM, Konrad Rzeszutek Wilk wrote:
> On Mon, Aug 06, 2012 at 03:27:13PM +0100, Stefano Stabellini wrote:
>> bind_evtchn_to_irqhandler can legitimately return 0 (irq 0): it is not
>> an error.
>>
>> If Linux is running as an HVM domain and is running as Dom0, use
>> xenstored_local
On Mon, Aug 06, 2012 at 03:27:26PM +0100, Stefano Stabellini wrote:
> From: Ian Campbell
>
> Do not apply!
OK.
>
> This is a simple, hacky implementation of xen_remap_domain_mfn_range,
> using XENMAPSPACE_gmfn_foreign.
>
> It should use same interface as hybrid x86.
Yeah, Mukesh - can you sha
On Mon, Aug 06, 2012 at 03:27:24PM +0100, Stefano Stabellini wrote:
> Update struct xen_add_to_physmap to be in sync with Xen's version of the
> structure.
> The size field was introduced by:
>
> changeset: 24164:707d27fe03e7
> user:Jean Guyader
> date:Fri Nov 18 13:42:08 2011 +
On Mon, Aug 06, 2012 at 03:27:23PM +0100, Stefano Stabellini wrote:
> Signed-off-by: Stefano Stabellini
OK. Looks good.
> ---
> arch/arm/include/asm/xen/hypercall.h | 19 +++
> drivers/net/xen-netback/netback.c|1 +
> drivers/net/xen-netfront.c |1 +
> 3 f
On Mon, Aug 06, 2012 at 03:27:22PM +0100, Stefano Stabellini wrote:
OK. Looks good.
> Signed-off-by: Stefano Stabellini
> ---
> drivers/block/xen-blkback/blkback.c |1 +
> include/xen/interface/io/protocols.h |3 +++
> 2 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/d
On Mon, Aug 06, 2012 at 03:27:21PM +0100, Stefano Stabellini wrote:
> This patch removes the "return -ENOSYS" for auto_translated_physmap
> guests from privcmd_mmap, thus it allows ARM guests to issue privcmd
> mmap calls. However privcmd mmap calls are still going to fail for HVM
> and hybrid gues
On Mon, Aug 06, 2012 at 03:27:20PM +0100, Stefano Stabellini wrote:
> Only until we get the balloon driver to work.
OK. Acked-by be.
>
> Signed-off-by: Stefano Stabellini
> ---
> arch/arm/xen/enlighten.c | 18 ++
> 1 files changed, 18 insertions(+), 0 deletions(-)
>
> diff --
On Mon, Aug 06, 2012 at 03:27:18PM +0100, Stefano Stabellini wrote:
> Compile events.c on ARM.
> Parse, map and enable the IRQ to get event notifications from the device
> tree (node "/xen").
>
> Signed-off-by: Stefano Stabellini
> ---
> arch/arm/include/asm/xen/events.h | 18 +
On Mon, Aug 06, 2012 at 03:27:19PM +0100, Stefano Stabellini wrote:
> Reset the IRQ_NOAUTOEN and IRQ_NOREQUEST flags that are enabled by
> default on ARM. If IRQ_NOAUTOEN is set, __setup_irq doesn't call
> irq_startup, that is responsible for calling irq_unmask at startup time.
> As a result event
On Mon, Aug 06, 2012 at 03:27:16PM +0100, Stefano Stabellini wrote:
> Use Xen features to figure out if we are privileged.
>
> XENFEAT_dom0 was introduced by 23735 in xen-unstable.hg.
Looks good.
>
> Signed-off-by: Stefano Stabellini
> ---
> arch/arm/xen/enlighten.c |7 +++
>
On Mon, Aug 06, 2012 at 03:27:15PM +0100, Stefano Stabellini wrote:
> Changes in v2:
>
> - mark Xen guest support on ARM as EXPERIMENTAL.
OK. Looks good.
>
> Signed-off-by: Stefano Stabellini
> ---
> arch/arm/Kconfig | 10 ++
> 1 files changed, 10 insertions(+), 0 deletions(-)
>
> d
On Mon, Aug 06, 2012 at 03:27:14PM +0100, Stefano Stabellini wrote:
> Changes in v2:
>
> - make pci.o depend on CONFIG_PCI and acpi.o depend on CONFIG_ACPI.
>
> Signed-off-by: Stefano Stabellini
Looks good.
> ---
> drivers/xen/Makefile | 11 ---
> 1 files changed, 8 insertions(+), 3
On Mon, Aug 06, 2012 at 03:27:13PM +0100, Stefano Stabellini wrote:
> bind_evtchn_to_irqhandler can legitimately return 0 (irq 0): it is not
> an error.
>
> If Linux is running as an HVM domain and is running as Dom0, use
> xenstored_local_init to initialize the xenstore page and event channel.
>
On Mon, Aug 06, 2012 at 03:27:12PM +0100, Stefano Stabellini wrote:
> All the original Xen headers have xen_ulong_t as unsigned long type, however
> when they have been imported in Linux, xen_ulong_t has been replaced with
> unsigned long. That might work for x86 and ia64 but it does not for arm.
>
On Mon, Aug 06, 2012 at 03:27:11PM +0100, Stefano Stabellini wrote:
> All the original Xen headers have xen_pfn_t as mfn and pfn type, however
> when they have been imported in Linux, xen_pfn_t has been replaced with
> unsigned long. That might work for x86 and ia64 but it does not for arm.
> Bring
On Mon, Aug 06, 2012 at 03:27:10PM +0100, Stefano Stabellini wrote:
> Check for a "/xen" node in the device tree, if it is present set
> xen_domain_type to XEN_HVM_DOMAIN and continue initialization.
>
> Map the real shared info page using XENMEM_add_to_physmap with
> XENMAPSPACE_shared_info.
>
>
On Mon, Aug 06, 2012 at 03:27:09PM +0100, Stefano Stabellini wrote:
> Changes in v2:
> - remove pvclock hack;
> - remove include linux/types.h from xen/interface/xen.h.
I think I can take in my tree now right by itself right? Or do
you want to keep this in your patchqueue? If so, Ack from me.
>
>
On Mon, Aug 06, 2012 at 03:27:07PM +0100, Stefano Stabellini wrote:
> sync_bitops functions are equivalent to the SMP implementation of the
> original functions, independently from CONFIG_SMP being defined.
>
> We need them because _set_bit etc are not SMP safe if !CONFIG_SMP. But
> under Xen you
On Mon, Aug 06, 2012 at 03:27:08PM +0100, Stefano Stabellini wrote:
> Changes in v2:
>
> - return -ENOSYS rather than -1.
Ack.
>
> Signed-off-by: Stefano Stabellini
> ---
> arch/arm/xen/Makefile |2 +-
> arch/arm/xen/grant-table.c | 53
>
On Mon, Aug 06, 2012 at 03:27:06PM +0100, Stefano Stabellini wrote:
> ARM Xen guests always use paging in hardware, like PV on HVM guests in
> the X86 world.
>
> Signed-off-by: Stefano Stabellini
Ack.. with one nitpick
> +/* XXX: this shouldn't be here */
.. but its here b/c the frontend drive
On Mon, Aug 06, 2012 at 03:27:04PM +0100, Stefano Stabellini wrote:
> - Basic hypervisor.h and interface.h definitions.
> - Skeleton enlighten.c, set xen_start_info to an empty struct.
> - Make xen_initial_domain dependent on the SIF_PRIVILIGED_BIT.
>
> The new code only compiles when CONFIG_XEN i
From: "hongbo.zhang"
Signed-off-by: hongbo.zhang
---
cpufreq/cpufreq_04.sh |7 ++-
cpufreq/cpufreq_05.sh | 54 +
cpufreq/cpufreq_06.sh |6 ++
cpufreq/cpufreq_07.sh |6 ++
cpufreq/cpufreq_08.sh |6 ++
cpufreq/cpuf
From: "hongbo.zhang"
If we want to set one cpufreq governor mode, we must check this mode is
supported or not before setting it.
Otherwise we will get failure reported, this differs from the case that one
mode is said to be supported but doesn't work well at all.
hongbo.zhang (1):
cpufreq: g
Hi,
I'm Claude working for InSignal as open-source director. I am happy to
announce about 1st initial release of "FFmpeg-on-Android" project to be
public open-source project. InSignal and project members expect to join
anyone who interests multimedia on android platform with FFmpeg. :)
"FFmpeg on
From: Rajagopal Venkat
Update all manifest files to include new
powertop-2.0 version.
Signed-off-by: Rajagopal Venkat
---
default.xml | 2 +-
landing-snowball.xml | 2 +-
linaro-default.xml| 2 +-
staging-galaxynexus.xml | 2 +-
staging-origen.xml
27 matches
Mail list logo