From: Ian Campbell <Ian.Campbell@citrix.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: xen-devel <xen-devel@lists.xen.org>
Subject: [PATCH OSSTEST v3 00/15] support for ARM32 arndale and cubietruck platforms
Date: Thu, 20 Nov 2014 17:37:50 +0000 [thread overview]
Message-ID: <1416505070.26869.2.camel@citrix.com> (raw)
I'm preparing a bunch of each of these boards to be racked for inclusion
in osstest. This series adds the necessary osstest support:
* Support for platforms which require us to supply a Device Tree
* Removing various hardcoded midway assumptions
* Some new features needed to workaround h/w quirks (of arndale in
particular)
* Support for the power relay switch board which these are
attached to
* Some new convenience features
I have run a full (including host reinstall) build-* job on each
platform.
I have successfully run test-armhf-armhf-xl on cubietruck and this time
around on arndale too.
For reference the relevant bits of my ~/.xen-osstest/config are below.
Since v2 I've addressed review and figured out a working arndale kernel
config.
Quite a bit of this is now acked and I think the rest is in pretty good
shape. The major blocker right now is that rerunning
mg-debian-installer-update pulls in a newer kernel from backports.org
which doesn't boot on the existing midway platform. I'm investigating
that at the moment.
Despite that in theory most of this could go in now, since the midway
kernel issue is already there if we rerun mg-debian-installer-update and
most of the rest is benign until osstest's db learns about the new
systems. "make-flight: Run a basic test on each arm platform" could be
omitted for now. Or we could just wait with the whole lot.
Ian.
#HostProp_metrocentre_PowerMethod eth008 arm-pdu-01.uk.xensource.com admin password 1
HostProp_westfield_PowerMethod eth008 arm-pdu-01.uk.xensource.com admin password 2
HostProp_lakeside_PowerMethod eth008 arm-pdu-01.uk.xensource.com admin password 3
HostProp_bluewater_PowerMethod eth008 arm-pdu-01.uk.xensource.com admin password 4
HostProp_braque_PowerMethod eth008 arm-pdu-01.uk.xensource.com admin password 5
HostProp_picaso_PowerMethod eth008 arm-pdu-01.uk.xensource.com admin password 6
HostProp_metzinger_PowerMethod eth008 arm-pdu-01.uk.xensource.com admin password 7
HostProp_gleizes_PowerMethod eth008 arm-pdu-01.uk.xensource.com admin password 8
HostGroupProp_arndale_LinuxSerialConsole ttySAC2
HostGroupProp_arndale_Build_Make_Flags -j4
HostGroupProp_arndale_XenSerialConsole dtuart
HostGroupProp_arndale_XenDTUARTPath /serial@12C20000
HostGroupProp_arndale_Interface_Force eth0
HostGroupProp_arndale_ExtraInitramfsModules clk-s2mps11 s5m8767 i2c-s3c2410 phy-exynos5250-sata
HostGroupProp_arndale_Rootdelay 3
HostGroupProp_arndale_UBootScriptEarlyCommands setenv xen_addr_r 0x41000000
HostGroupFlags_arndale suite-wheezy,equiv-arndale,need-kernel-deb-armmp,no-di-kernel,force-mac-address,need-uboot-bootscr
HostGroup_metrocentre arndale
HostProp_metrocentre_Fqdn metrocentre.uk.xensource.com
HostProp_metrocentre_Ether 9e:04:00:59:64:5a
HostGroup_westfield arndale
HostProp_westfield_Fqdn westfield.uk.xensource.com
HostProp_westfield_Ether a6:46:13:77:e8:2f
HostGroup_lakeside arndale
HostProp_lakeside_Fqdn lakeside.uk.xensource.com
HostProp_lakeside_Ether e2:e7:75:3f:df:4c
HostGroup_bluewater arndale
HostProp_bluewater_Fqdn bluewater.uk.xensource.com
HostProp_bluewater_Ether f2:dc:22:d7:e9:e9
HostGroupProp_cubietruck_LinuxSerialConsole ttyS0
HostGroupProp_cubietruck_Build_Make_Flags -j4
HostGroupProp_cubietruck_XenSerialConsole dtuart
HostGroupProp_cubietruck_XenDTUARTPath /soc@01c00000/serial@01c28000
HostGroupProp_cubietruck_UBootScriptEarlyCommands setenv xen_addr_r 0x41000000
HostGroupFlags_cubietruck suite-wheezy,equiv-cubietruck,need-kernel-deb-armmp,no-di-kernel,need-uboot-bootscr
HostGroup_braque cubietruck
HostProp_braque_Fqdn braque.uk.xensource.com
HostGroup_picaso cubietruck
HostProp_picaso_Fqdn picaso.uk.xensource.com
HostGroup_metzinger cubietruck
HostProp_metzinger metzinger.uk.xensource.com
HostGroup_gleizes cubietruck
HostProp_gleizes_Fqdn gleizes.uk.xensource.com
next reply other threads:[~2014-11-20 17:37 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-20 17:37 Ian Campbell [this message]
2014-11-21 13:16 ` [PATCH OSSTEST v3 01/15] standalone: Introduce "HostGroups" for use in OSSTEST_CONFIG Ian Campbell
2014-11-21 16:25 ` Ian Jackson
2014-11-21 13:16 ` [PATCH OSSTEST v3 02/15] ts-kernel-build: enable CONFIG_IKCONFIG{_PROC} Ian Campbell
2014-11-21 16:26 ` Ian Jackson
2014-11-21 13:16 ` [PATCH OSSTEST v3 03/15] Add simple helper to update DI for all architectures Ian Campbell
2014-11-21 13:16 ` [PATCH OSSTEST v3 04/15] make-flight: Run a basic test on each arm platform Ian Campbell
2014-11-21 16:30 ` Ian Jackson
2014-11-25 16:09 ` Ian Campbell
2014-11-21 13:16 ` [PATCH OSSTEST v3 05/15] Osstest/PDU: Add eth008.pm method to control the ARM rack PDU Ian Campbell
2014-11-21 13:16 ` [PATCH OSSTEST v3 06/15] Osstest/Debian: Refactor code to set bootargs in u-boot script Ian Campbell
2014-11-21 13:16 ` [PATCH OSSTEST v3 07/15] Osstest/Debian: Install dtbs into target filesystem in /boot/dtbs Ian Campbell
2014-11-21 13:16 ` [PATCH OSSTEST v3 08/15] Osstest/Debian: Support for loading an FDT from u-boot script Ian Campbell
2014-11-21 13:16 ` [PATCH OSSTEST v3 09/15] Osstest/Debian: Add support for "ExtraInitramfsModules" host property Ian Campbell
2014-11-21 13:16 ` [PATCH OSSTEST v3 10/15] Osstest/Debian: support adding a rootdelay property to bootargs Ian Campbell
2014-11-21 13:17 ` [PATCH OSSTEST v3 11/15] Osstest/Debian: Remove hardcoded midway specific addresses from boot.scr Ian Campbell
2014-11-21 13:17 ` [PATCH OSSTEST v3 12/15] Osstest/Debian: Add "clk_ignore_unused" to default command line Ian Campbell
2014-11-21 13:17 ` [PATCH OSSTEST v3 13/15] Osstest/Debian: Add 0x prefix to $filesize Ian Campbell
2014-11-21 13:17 ` [PATCH OSSTEST v3 14/15] ts-kernel-build: Adjust kernel .config to work on the arndale boards Ian Campbell
2014-11-21 13:17 ` [PATCH OSSTEST v3 15/15] Debian: Create boot.scr with a suffix and copy to boot.scr Ian Campbell
2014-11-21 13:17 ` [PATCH OSSTEST v3 00/15] support for ARM32 arndale and cubietruck platforms Ian Campbell
2014-11-25 16:27 ` Ian Campbell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1416505070.26869.2.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.