All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH OSSTEST v3 00/15] support for ARM32 arndale and cubietruck platforms
@ 2014-11-20 17:37 Ian Campbell
  2014-11-21 13:16 ` [PATCH OSSTEST v3 01/15] standalone: Introduce "HostGroups" for use in OSSTEST_CONFIG Ian Campbell
                   ` (16 more replies)
  0 siblings, 17 replies; 22+ messages in thread
From: Ian Campbell @ 2014-11-20 17:37 UTC (permalink / raw)
  To: Ian Jackson; +Cc: xen-devel

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

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2014-11-25 16:27 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-20 17:37 [PATCH OSSTEST v3 00/15] support for ARM32 arndale and cubietruck platforms Ian Campbell
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

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.