Commit Graph

27 Commits

Author SHA1 Message Date
Ben Hutchings 3907fb9919 [arm64] udeb: Prepare to add sunxi_wdt to kernel-image
It's not currently built for arm64, but when we enable support for
Allwinner SoCs it will be needed to reboot them (see #866130).
2017-07-17 22:24:03 +01:00
Cyril Brulebois 1a49ee814f udeb: Ship usb3503 module in usb-modules (Closes: #865645)
This module is needed for e.g. Arndale development boards, thanks to Wei
Liu.
2017-07-17 00:48:46 +01:00
Ben Hutchings 9cb1bd16f9 udeb: Include all AHCI drivers in sata-modules (Closes: #860335) 2017-04-14 20:35:35 +01:00
Ben Hutchings daef7b18db [arm64] drm: Enable DRM_AST as module (Closes: #820168)
udeb: Add ast to fb-modules
2017-02-17 02:05:03 +00:00
Ben Hutchings 6429254d8f Release linux (4.7.6-1).
-----BEGIN PGP SIGNATURE-----
 
 iQIcBAABCgAGBQJX9/r9AAoJEOe/yOyVhhEJaFIQANHw/AYqMiP/0fnT8TRl1ISq
 1jK7KhHKs4h7O+f4r/D31FLUAC+YVhpAqw4aHCiTwg9fjVULLcxaX91AAtpdliGm
 NhWPT7/p8S6SiLTZtVxEb8MAzNqTnN4UdoBMdetWvHYSD/zq5U/BSWCTmm5pOu+X
 E6mzwHdkgzUF/Wnt3bmmSmU415BG4nW6xIroYfH3DDSoj1pkxSW9BUhIv2L5mY25
 emjFyXMqYRKJ93CBbCewNy0sLiL1V94P0r8HIdo2JDQg1QecYnYtV0AC/2kZODhm
 9l3OyB6Dp20y5ib+t6/+4WqvmXl6XrvvjZMtHXsyv44gC1j7e0ChrXbsYk//4Lpo
 FgQ8IYaNLskPEXyjzNHhwt61i0BIfZmKSJ17ldkgofAmt+Wa1926jFih5twFu5fj
 pMkkxlJUZU7QKxEtuhC7bSOzRzoXjb+xx21Zgenhc89GamagRAKncFbRlJ6K+4pS
 SMVlnXuLC0MHlUnAxZQ/N7hdhS235UxSFBp3qyOrYDWmjxyXkItyRfd7SKeSk3Vx
 ZikpGlvsvExvyzrjTdyLwBmlyj2I+XZxGxOT2pe4EYb1xxLXUTBAqU1Ycsd8XjC3
 lUqTn3r29PYeXRYC9eUsJryLJjejdkTIssM5Y9hhoi9KjMnLptRS7tJAeCO+C8QF
 Qyhb3De7DCWrkcl8YSJI
 =fl9b
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.7.6-1'
2016-10-07 21:04:15 +01:00
Ben Hutchings b324a81a22 udeb: Fold core-modules into kernel-image
So many module packages depend on core-modules already that almost
every installer image includes it.

The only obvious exceptions are the sh4 installer builds, as there
was no core-modules package on sh4.  For consistency, include the
default set of modules in its kernel-image package now.
2016-10-02 02:16:10 +01:00
Martin Michlmayr 5532e797b2 [arm64] Enable USB_DWC2 and USB_DWC3 2016-08-28 14:43:45 -07:00
Ben Hutchings 3dc11be46a Revert "i2c-modules udeb: Add modules from i2c/busses" and "Fix path for i2c/busses"
This reverts commits 80df13e527
and 742e40bb6e.  They broke the build
on amd64 (and probably other architectures as well) as various
I2C bus drivers depend on modules already present in other udebs.
2016-05-09 01:43:46 +01:00
Martin Michlmayr 80df13e527 i2c-modules udeb: Add modules from i2c/busses 2016-05-01 11:34:33 +02:00
Martin Michlmayr be9671baa2 [arm64] Enable support for NVIDIA Tegra 2016-04-23 21:28:16 -07:00
Martin Michlmayr 2df36f4196 [arm64] udeb: Add regulators and SoC modules to core-modules 2016-03-10 19:16:35 -08:00
Martin Michlmayr 58e3f5ff49 [arm64] udeb: Add leds-modules package containing leds-gpio driver 2016-03-10 19:13:17 -08:00
Martin Michlmayr a776630eb7 [arm64] Create i2c-modules udeb to avoid duplicate modules
Create i2c-modules udeb on arm64 to avoid the following build failure:

        kernel-wedge find-dups 4.4.0-1-arm64
debian/nic-modules-4.4.0-1-arm64-di lib/modules/4.4.0-1-arm64/kernel/drivers/i2c/i2c-core.ko
debian/input-modules-4.4.0-1-arm64-di lib/modules/4.4.0-1-arm64/kernel/drivers/i2c/i2c-core.ko
some modules are in more than one package
command exited with status 1
2016-02-18 18:22:43 -08:00
Ian Campbell 70e6dfd3bb [arm64] Add some modules from newly enabled options to udebs 2016-01-23 08:39:32 +00:00
Ricardo Salveti 938714cb37 sata-modules: adding ahci_platform, required by AMD Overdrive
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-01-23 08:28:07 +00:00
Ricardo Salveti 941e46b9b5 nic-modules: adding amd-xgbe
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-01-23 08:28:05 +00:00
Ben Hutchings 5f8c5807a8 udeb: Remove several redundant or ineffective exclusions
- Could-be-modules that are actually built-in are automatically skipped
  by kernel-wedge without error (since v2.84)
- Modules that are *optionally* included by other configuration files
  don't need to be explicitly excluded for flavours that don't build them
- Modules that are included as dependencies cannot be excluded
2016-01-10 22:54:14 +00:00
Ian Campbell 7d90ad211c [arm64] Enable PCI support and related modules
Adjusting udeb module lists for new modules.

svn path=/dists/sid/linux/; revision=22702
2015-05-25 12:38:44 +00:00
Ian Campbell 6fed3d5643 [arm64] udeb: Remove zlib-modules, as ZLIB_DEFLATE is now built-in (fixes FTBFS)
svn path=/dists/sid/linux/; revision=22273
2015-01-16 15:19:28 +00:00
Ian Campbell 8ae89f44df [arm64] Add cdrom-core-modules udeb
svn path=/dists/sid/linux/; revision=21862
2014-09-17 15:39:56 +00:00
Ian Campbell 64d07e85d9 [arm64] Backport xgene Ethernet and include phy-xgene in udebs
phy-xgene is needed for ahci_xgene not the Ethernet driver, so place in
sata-modules for now. While there move ahci_xgene from the toplevel list into
the arm64 specific list.

svn path=/dists/sid/linux/; revision=21828
2014-09-12 15:20:43 +00:00
Ben Hutchings edbecf46f8 [armhf,arm64] udeb: Add efi-modules
svn path=/dists/trunk/linux/; revision=21743
2014-08-24 21:27:25 +00:00
Ian Campbell 4ace2fe928 [arm64] Add xen-netfront to nic-modules udeb.
svn path=/dists/sid/linux/; revision=21567
2014-07-19 15:31:05 +00:00
Ian Campbell 948f634d12 [arm64] Add xfs-modules udeb
svn path=/dists/sid/linux/; revision=21566
2014-07-19 15:31:02 +00:00
Ian Campbell 6a7c0fe64e [arm64] Update modules included in installer udebs.
- Enable input
- Correct nic-modules and scsi-modules, no PCI on this platform yet.

svn path=/dists/sid/linux/; revision=21408
2014-06-07 07:41:57 +00:00
Ian Campbell df5e9abf74 arm64: Add some NIC drivers and virtio udebs
Used for vexpress/qemu/fastmodel.

svn path=/dists/sid/linux/; revision=21365
2014-05-31 10:34:06 +00:00
Ian Campbell 235e811596 [arm64] Initial kernel configuration and packaging.
svn path=/dists/sid/linux/; revision=21356
2014-05-22 18:23:45 +00:00