All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH OSSTEST v5 00/13] support for ARM32 arndale and cubietruck platforms
@ 2015-01-22 10:56 Ian Campbell
  2015-01-22 11:04 ` [PATCH OSSTEST v5 01/14] make-flight: Run a basic test on each arm platform Ian Campbell
                   ` (14 more replies)
  0 siblings, 15 replies; 22+ messages in thread
From: Ian Campbell @ 2015-01-22 10:56 UTC (permalink / raw)
  To: Ian Jackson, Stefano Stabellini; +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

The series is completely acked now, reposting just because some of the
acks were given preemptively to give a chance for objections etc.

I've managed to make a habit of forgetting to mention one important
point (including hitting send on this bit in reply to v4!)

Both the cubietruck and the arndale are (for different reasons) not
supported by the 3.14 kernel which we currently use as a baseline for
osstest testing.

I'm not sure if another LTS kernel is due from upstream soon or not, if
not then I think we will need to resurrect the linux-arm-xen branch and
use it for all arm platforms (including midway, since I don't think we
want to take on the complexity of differing per platform).

So far I've been testing using v3.16.7, which is the last 3.16 longterm
release, however canonical are carrying it on at
http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.16.y
(up to 3.16.7-ckt4 at the moment). This is the same base as Debian will
be shipping in Jessie. So that is one option.

Stefano, do you have another preference?

WRT deploying we need to figure out the sequence in which we push these
patches, reenable the linux-arm-xen branch and commissioning the new
boards.

Ian.

PlatformsArmhf midway cubietruck arndale

HostProp_arndale-metrocentre_PowerMethod eth008 arm-pdu-01.cam.xci-test.com admin password 1
HostProp_arndale-westfield_PowerMethod eth008 arm-pdu-01.cam.xci-test.com admin password 2
HostProp_arndale-lakeside_PowerMethod eth008 arm-pdu-01.cam.xci-test.com admin password 3
HostProp_arndale-bluewater_PowerMethod eth008 arm-pdu-01.cam.xci-test.com admin password 4

HostProp_cubietruck-braque_PowerMethod eth008 arm-pdu-01.cam.xci-test.com admin password 5
HostProp_cubietruck-picaso_PowerMethod eth008 arm-pdu-01.cam.xci-test.com admin password 6
HostProp_cubietruck-metzinger_PowerMethod eth008 arm-pdu-01.cam.xci-test.com admin password 7
HostProp_cubietruck-gleizes_PowerMethod eth008 arm-pdu-01.cam.xci-test.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_UBootSetXenAddrR 0x41000000
HostGroupProp_arndale_Serial sympathy osstser1
HostGroupProp_arndale_PowerCycleTime 15
HostGroupProp_arndale_TftpScope xenclient

HostGroupFlags_arndale suite-wheezy,platform-arndale,need-kernel-deb-armmp,no-di-kernel,force-mac-address,need-uboot-bootscr

HostGroup_arndale-metrocentre arndale
HostProp_arndale-metrocentre_Fqdn arndale-metrocentre.cam.xci-test.com
HostProp_arndale-metrocentre_Ether 9e:04:00:59:64:5a

HostGroup_arndale-westfield arndale
HostProp_arndale-westfield_Fqdn arndale-westfield.cam.xci-test.com
HostProp_arndale-westfield_Ether a6:46:13:77:e8:2f

HostGroup_arndale-lakeside arndale
HostProp_arndale-lakeside_Fqdn arndale-lakeside.cam.xci-test.com
HostProp_arndale-lakeside_Ether e2:e7:75:3f:df:4c

HostGroup_arndale-bluewater arndale
HostProp_arndale-bluewater_Fqdn arndale-bluewater.cam.xci-test.com
HostProp_arndale-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_UBootSetXenAddrR 0x41000000
HostGroupProp_cubietruck_Serial sympathy arm-serial-01
HostGroupProp_cubietruck_TftpScope xenclient

HostGroupFlags_cubietruck suite-wheezy,platform-cubietruck,need-kernel-deb-armmp,no-di-kernel,need-uboot-bootscr

HostGroup_cubietruck-braque cubietruck
HostProp_cubietruck-braque_Fqdn cubietruck-braque.cam.xci-test.com

HostGroup_cubietruck-picaso cubietruck
HostProp_cubietruck-picaso_Fqdn cubietruck-picaso.cam.xci-test.com

HostGroup_cubietruck-metzinger cubietruck
HostProp_cubietruck-metzinger cubietruck-metzinger.cam.xci-test.com

HostGroup_cubietruck-gleizes cubietruck
HostProp_cubietruck-gleizes_Fqdn cubietruck-gleizes.cam.xci-test.com

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

end of thread, other threads:[~2015-01-26 11:08 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-22 10:56 [PATCH OSSTEST v5 00/13] support for ARM32 arndale and cubietruck platforms Ian Campbell
2015-01-22 11:04 ` [PATCH OSSTEST v5 01/14] make-flight: Run a basic test on each arm platform Ian Campbell
2015-01-22 11:04 ` [PATCH OSSTEST v5 02/14] Osstest/PDU: Add eth008.pm method to control the ARM rack PDU Ian Campbell
2015-01-22 11:04 ` [PATCH OSSTEST v5 03/14] Osstest/Debian: Install dtbs into target filesystem in /boot/dtbs Ian Campbell
2015-01-22 11:04 ` [PATCH OSSTEST v5 04/14] Osstest/Debian: Support for loading an FDT from u-boot script Ian Campbell
2015-01-22 11:04 ` [PATCH OSSTEST v5 05/14] Osstest/Debian: Refactor setting of dom0 kernel command line Ian Campbell
2015-01-22 11:04 ` [PATCH OSSTEST v5 06/14] Osstest/Debian.pm: Refactor common kernel cmdline setup Ian Campbell
2015-01-22 11:05 ` [PATCH OSSTEST v5 07/14] Osstest/Debian: support adding a rootdelay property to bootargs Ian Campbell
2015-01-22 11:05 ` [PATCH OSSTEST v5 08/14] Osstest/Debian: Remove hardcoded addresses from boot.scr Ian Campbell
2015-01-22 11:05 ` [PATCH OSSTEST v5 09/14] Osstest/Debian: Add "clk_ignore_unused" to default command line Ian Campbell
2015-01-22 11:05 ` [PATCH OSSTEST v5 10/14] Osstest/Debian: Add 0x prefix to $filesize Ian Campbell
2015-01-22 11:05 ` [PATCH OSSTEST v5 11/14] ts-kernel-build: Adjust kernel .config to work on the arndale boards Ian Campbell
2015-01-22 11:05 ` [PATCH OSSTEST v5 12/14] Debian: Create boot.scr with a suffix and copy to boot.scr Ian Campbell
2015-01-22 11:05 ` [PATCH OSSTEST v5 13/14] TestSupport: replace power_cycle_timeout with power_cycle_sleep Ian Campbell
2015-01-22 11:05 ` [PATCH OSSTEST v5 14/14] Debian: create boot.scr.nat when installing Xen on u-boot Ian Campbell
2015-01-22 15:52 ` [PATCH OSSTEST v5 00/13] support for ARM32 arndale and cubietruck platforms Ian Campbell
2015-01-22 15:57   ` Ian Campbell
2015-01-26 11:08     ` Ian Campbell
2015-01-22 18:54   ` Stefano Stabellini
2015-01-23  9:46     ` Ian Campbell
2015-01-23 12:03       ` Stefano Stabellini
2015-01-23 12:57         ` 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.