mbox

[S/master-next] support for an armhf/generic-lpae flavour

Message ID 20130725164323.GB5197@luxor.wired.org
State New
Headers show

Pull-request

git://kernel.ubuntu.com/ppisati/ubuntu-saucy.git master_generic-lpae

Message

Paolo Pisati July 25, 2013, 4:43 p.m. UTC
This patch series creates a new armhf flavour called generic-lpae:

-the only non-config patch is the one we just introduced in R/master to enable
 the new calxeda silicon 'Midway'

-support for all the chips that don't support LPAE was turned off (and BTW
 those chips won't boot when this option is turned on)

-------------------------------------------------------------------------------

The following changes since commit 4d55822aeaf0ab1e6a9cd96d2b16428c2d203192:

  UBUNTU: [Packaging] fix SRCPKGNAME-udebs-FLAVOUR handling for complex flavours (2013-07-25 15:24:34 +0100)

are available in the git repository at:

  git://kernel.ubuntu.com/ppisati/ubuntu-saucy.git master_generic-lpae

for you to fetch changes up to 3796765237744dadfc81e8a16bba90e0a3b55575:

  UBUNTU: [Config] disable Nvidia tegra support (ARCH_TEGRA) (2013-07-25 17:52:30 +0200)

----------------------------------------------------------------
Paolo Pisati (10):
      UBUNTU: Start new release
      UBUNTU: [Config] updateconfigs
      UBUNTU: [Config] add an armhf/generic-lpae flavour
      UBUNTU: [Config] Disable modules and abi checks
      UBUNTU: [Config] ARM_LPAE=y
      UBUNTU: [Config] disable TI OMAP2+ support (ARCH_OMAP2PLUS)
      UBUNTU: [Config] disable Freescale imx support (ARCH_MXC)
      UBUNTU: [Config] disable Broadcom bcm support (ARCH_BCM)
      UBUNTU: [Config] disable Allwinner a1x support (ARCH_SUNXI)
      UBUNTU: [Config] disable Nvidia tegra support (ARCH_TEGRA)

Rob Herring (1):
      ARM: highbank: Only touch common coherency control register fields

 arch/arm/mach-highbank/highbank.c                  |     7 +-
 debian.master/abi/3.10.0-5.14/amd64/generic        | 15196 -------------------
 .../abi/3.10.0-5.14/amd64/generic.compiler         |     1 -
 .../abi/3.10.0-5.14/amd64/generic.modules          |  3837 -----
 .../abi/3.10.0-5.14/i386/generic.compiler          |     1 -
 .../abi/{3.10.0-5.14 => 3.10.0-5.15}/abiname       |     0
 .../abi/{3.10.0-5.14 => 3.10.0-5.15}/armhf/generic |     0
 .../armhf/generic.compiler                         |     0
 .../armhf/generic.modules                          |     0
 debian.master/abi/3.10.0-5.15/armhf/ignore         |     0
 debian.master/abi/3.10.0-5.15/armhf/ignore.modules |     0
 .../abi/{3.10.0-5.14 => 3.10.0-5.15}/fwinfo        |     1 -
 .../abi/{3.10.0-5.14 => 3.10.0-5.15}/i386/generic  |     0
 .../abi/3.10.0-5.15/i386/generic.compiler          |     1 +
 .../i386/generic.modules                           |     0
 debian.master/changelog                            |     8 +
 debian.master/config/amd64/config.common.amd64     |    11 +
 debian.master/config/armhf/config.common.armhf     |     9 +-
 debian.master/config/armhf/config.flavour.generic  |    29 +
 .../config/armhf/config.flavour.generic-lpae       |    32 +
 debian.master/config/config.common.ubuntu          |    23 -
 debian.master/config/i386/config.common.i386       |    11 +
 debian.master/control.d/vars.generic-lpae          |     6 +
 .../d-i/exclude-firmware.armhf-generic-lpae        |     2 +
 .../d-i/exclude-modules.armhf-generic-lpae         |    10 +
 debian.master/d-i/kernel-versions.in               |     2 +
 debian.master/etc/getabis                          |     1 +
 debian.master/rules.d/armhf.mk                     |     4 +-
 28 files changed, 121 insertions(+), 19071 deletions(-)
 delete mode 100644 debian.master/abi/3.10.0-5.14/amd64/generic
 delete mode 100644 debian.master/abi/3.10.0-5.14/amd64/generic.compiler
 delete mode 100644 debian.master/abi/3.10.0-5.14/amd64/generic.modules
 delete mode 100644 debian.master/abi/3.10.0-5.14/i386/generic.compiler
 rename debian.master/abi/{3.10.0-5.14 => 3.10.0-5.15}/abiname (100%)
 rename debian.master/abi/{3.10.0-5.14 => 3.10.0-5.15}/armhf/generic (100%)
 rename debian.master/abi/{3.10.0-5.14 => 3.10.0-5.15}/armhf/generic.compiler (100%)
 rename debian.master/abi/{3.10.0-5.14 => 3.10.0-5.15}/armhf/generic.modules (100%)
 create mode 100644 debian.master/abi/3.10.0-5.15/armhf/ignore
 create mode 100644 debian.master/abi/3.10.0-5.15/armhf/ignore.modules
 rename debian.master/abi/{3.10.0-5.14 => 3.10.0-5.15}/fwinfo (99%)
 rename debian.master/abi/{3.10.0-5.14 => 3.10.0-5.15}/i386/generic (100%)
 create mode 100644 debian.master/abi/3.10.0-5.15/i386/generic.compiler
 rename debian.master/abi/{3.10.0-5.14 => 3.10.0-5.15}/i386/generic.modules (100%)
 create mode 100644 debian.master/config/armhf/config.flavour.generic-lpae
 create mode 100644 debian.master/control.d/vars.generic-lpae
 create mode 100644 debian.master/d-i/exclude-firmware.armhf-generic-lpae
 create mode 100644 debian.master/d-i/exclude-modules.armhf-generic-lpae

Comments

Tim Gardner July 25, 2013, 6:25 p.m. UTC | #1

Tim Gardner July 25, 2013, 7:26 p.m. UTC | #2
Also applied to unstable, but I'm having trouble getting ARCH_OMAP2
disabled. Perhaps you could take a look.

rtg