Hi,
There's a couple of changes in the config fragments:
* ubuntu-minimal.conf config fragment has been renamed to distribution.conf.
distribution.conf contains the minimal configurations to be able to
boot the supported distributions (Fedora, OpenEmbedded and Ubuntu). It
isn't specific to Ubuntu baseline anymore.
* ubuntu.conf has been removed.
the config fragment isn't used anymore since a long time. Obviously,
people prefer to use "minimal".
I've updated a few CI jobs. Please, make sure to update the builds
affected by this change. Thanks.
Cheers,
--
Fathi Boudra
Builds and Baselines Manager | Release Manager
Linaro.org | Open source software for ARM SoCs
I'm trying to build for versatile express to run under QEMU. When I
boot under QEMU I get errors regarding the SD voltage, and it fails. I
have not really used QEMU for testing before. Has anyone encountered
this? It's likely I've got something basic wrong. Here is the command
I'm using:
qemu-system-arm -kernel zImage -M vexpress-a9 -cpu cortex-a9 -serial
stdio -m 1024 -initrd initrd \
-append 'root=/dev/mmcblk0p2 rw mem=1024M raid=noautodetect
console=ttyAMA0,38400n8 rootwait vmalloc=256MB devtmpfs.mount=0' \
-sd sd.img -dtb vexpress-v2p-ca9.dtb
I made sd.img with l-m-c, and replaced the kernel and dtb with the
output of my build.
-dl
Hi All,
I'd like to investigate kernel crashdump debuging for armv8.
For this I need a crashdump, basically I would be happy with a vmlinux with
debuginfos (-g compiled) either as 1 a.out or a splitted a.out ( ala suse)
a save state of some sort (a crash notes records) and a vmcore that could
be a simple raw file, a core file, an elf file, a kdump format.
I am not to picky on the crashdump format for the time being.
What would be my best bet?
- Does someone as a crashdump at hand, I would simply download the
vmlinux/vmcore/crashnotes.
- Make it myself as a qemu guest crash.
If qemu is able to produce a guest core dump, I could build a kernel -g
then trig a guest dump (if someone did this any receipe would be
appreciated :) )
- Make it myself with a manual kdump (ideal) or kexec phases.
I would then have to install linaro, get the source, build the -g vmlinux,
then try some kexec sequence and catch the kcore, or better if available I
could do a makedumpfile to get a kdump.
Again if one did this, any help appreciated.
Cheers,
Phi
This series patch begins the process of splitting ohci-platform up
into independent driver modules and add a name for the platform-private field.
Patch 1/2 separate ohci-platform into independent driver modules.
Patch 2/2 adds an ohci->priv field for private use by OHCI platform drivers.
Manjunath Goudar (2):
USB: OHCI: make ohci-platform a separate driver
USB: OHCI: add a name for the platform-private field
drivers/usb/host/Kconfig | 2 +-
drivers/usb/host/Makefile | 1 +
drivers/usb/host/ohci-hcd.c | 6 +--
drivers/usb/host/ohci-platform.c | 88 ++++++++++++++++++--------------------
drivers/usb/host/ohci.h | 3 ++
5 files changed, 47 insertions(+), 53 deletions(-)
--
1.7.9.5
Hi Guys,
Few of my ARM colleagues are facing issues in obtaining git tree for
13.03 release.
They are referring:
https://releases.linaro.org/13.03/android/vexpress
file: linaro_kernel_build_cmds.sh
Which has got following line to go to checkout released tree.
git checkout 0f66281a18ce706b4de2d4c208a852d358ecaf43
We tried to search this commit in the top right search box (with commit
selected in dropdown box) at this page:
https://git.linaro.org/gitweb?p=kernel/linux-linaro-tracking.git;a=summary
and couldn't find it. I tried to see it in my local repo and found it:
commit 0f66281a18ce706b4de2d4c208a852d358ecaf43
Merge: 754a723 4f0d8f6
Author: Andrey Konovalov <andrey.konovalov(a)linaro.org>
Date: Fri Mar 22 15:06:02 2013 +0400
Automatically merging tracking-ll-v3.9-misc-fixes into merge-linux-linaro
Conflicting files:
scripts/mod/Makefile
tools/perf/config/utilities.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
But they want a link from linux-linaro which they can share with external
people..
--
viresh
Linaro Virtualization Team's Weekly Report - Weeks 20-22 2013
=============================================================
Starting from 28 May 2013, Christoffer Dall, an effective co-maintainer
of KVM ARMv7, Joined Linaro and stepped in as a Technical Lead for
Virtualization and gradual knowledge transfer from Geoff Levand is
taking place.
During the last three weeks (9 - 29 May 2013) the team has been working
on the following areas. More detailed information can be found on the
meeting reports Wiki page:
[https://wiki.linaro.org/LEG/Engineering/Virtualization/TeamMeetingReports].
Ongoing work
------------
* BOOTLOADER HYP MODE SUPPORT FOR ARMv7
[http://cards.linaro.org/browse/CARD-361]
by Andre Przywara
* implement HYP command to let u-boot switch into HYP mode
[http://cards.linaro.org/browse/VIRT-71]
by Andre Przywara
Working on:
- preparing another release of patches.
* rebase existing Versatile Express patches against upstream u-boot
[http://cards.linaro.org/browse/VIRT-70]
Done:
- completed - patches are upstream.
* HYP mode support for Arndale board
[http://cards.linaro.org/browse/VIRT-81]
by Christoffer Dall
To be done:
- analysis of the outstanding not upstreamed patches for
Arndale that are needed to implement proper HYP mode
support.
* ARMv7 KVM GUEST MIGRATION
[http://cards.linaro.org/browse/CARD-363]
by Peter Maydell and Andre Przywara
* QEMU: implement full cp15 sync with kernel
[http://cards.linaro.org/browse/VIRT-49]
by Peter Maydell
Done:
- last bits of patch cleanup complete
- realized that KVM migration can be tested without any
timer or vgic patches; did so and sent first version of
patches out to qemu-devel
* QEMU: fix cp15 register reset
[http://cards.linaro.org/browse/VIRT-50]
by Peter Maydell
Done:
- VIRT-49 patches on their own break reset handling for the
KVM case, so we need to include VIRT-50 work in the same
patchset. Fortunately it turned out to be a small
extension; patch done and tested, and submitted as part of
the VIRT-49 patchset.
* QEMU: test migration
[http://cards.linaro.org/browse/VIRT-55]
by Peter Maydell
Working on:
- started to draft basic notes on what we want to test:
https://wiki.linaro.org/PeterMaydell/MigrationTesting
* kernel: agree on a data structure to describe timer state
[http://cards.linaro.org/browse/VIRT-42]
* kernel: implement save and restore of timer state in kernel
[http://cards.linaro.org/browse/VIRT-43]
by Andre Przywara
Done:
- got feedback from Marc Zyngier and Peter Maydell.
- produced new version, sent for review.
* kernel: agree on a data structure to hold GIC state
[http://cards.linaro.org/browse/VIRT-44]
by Christoffer Dall
Working on:
- Investigating, taking the task from Andre.
* add some basic unit testing bits to LAVA
[http://cards.linaro.org/browse/VIRT-79]
by Christoffer Dall
Working on:
- Investigating, taking the task from Andre.
* ARMv8 KVM QEMU prototype
[http://cards.linaro.org/browse/CARD-221]
by john Rigby -> Peter Maydell
* Add arm64 mach-virt system model skeleton
[http://cards.linaro.org/browse/VIRT-53]
* Add kvm guest creation and launching of armv8/mach-virt
[http://cards.linaro.org/browse/VIRT-56]
Done:
- ARMv8 guest boots on an ARMv8 host running on Foundation
Model.
Working on:
- Finishing the implementation work.
- Transferring the code and knowledge to Peter Maydell.
- Leaving Linaro/Canonical.
* KVM ARMV8 SMP HARDWARE BRING-UP
[http://cards.linaro.org/browse/CARD-555]
by Anup Patel and Pranavkumar Sawargaonkar
Done:
- ARM32 Guest (UP) working on v8 Foundation Model.
- ARM64 Guest (UP) works on APM Board (SMP). No issues seen so
far for ARM64 Guest (UP) on SMP host.
Working on:
- Submit remaining patches.
- Try ARM32 Guest (UP) on APM Board (UP).
- Prepare for KVM ARMv8 on HW demo at LCE13.
* XEN - MULTI-PLATFORM ARMV7 BINARIES
[http://cards.linaro.org/browse/CARD-560]
by Jullien Grall
Done:
- Completely upstream.
Working on:
- Card close out.
* CI Bring-up: Xen
[http://cards.linaro.org/browse/CARD-561]
by Jullien Grall
Working on:
- Starting.
* CI BRING UP: KVM ARMv7
[http://cards.linaro.org/browse/CARD-233]
by Riku Voipio
Working on:
- Card close out.
--
Best Regards,
Serge Broslavsky <serge.broslavsky(a)linaro.org>
Project Manager, Linaro
M: +37129426328 IRC: ototo Skype: serge.broslavsky
http://linaro.org | Open source software for ARM SoCs