Commit Graph

276 Commits

Author SHA1 Message Date
Ben Hutchings 25aadd8f22 [powerpc,ppc64,ppc64el] linux-image: Recommend grub-ieee1275 2019-04-21 23:56:01 +01:00
Uwe Kleine-König 85da926d38 Revert "wip" which was pushed by mistake
This reverts commit 331fdb5fb8.
2018-10-16 20:18:50 +02:00
Uwe Kleine-König 331fdb5fb8 wip 2018-10-16 08:44:27 +02:00
Ben Hutchings ddd31e5a9a [powerpc/powerpc-smp,powerpcspe] Explicitly set NR_CPUS=4 2017-04-15 02:50:21 +01:00
Ben Hutchings 9a6aa4816a linux-image-dbg: Include debugging symbols for VDSOs 2016-01-13 15:08:47 +00:00
Ben Hutchings 10f7943320 Merge changes from sid up to 3.16.7-ckt4-1
svn path=/dists/trunk/linux/; revision=22265
2015-01-16 02:43:15 +00:00
Ben Hutchings e50021ff04 [powerpc/powerpc{,-smp}] video/fb: Change FB_RADEON back to module (Closes: #748398)
Thanks to John Paul Adrian Glaubitz for thoroughly testing this change.


svn path=/dists/sid/linux/; revision=22260
2015-01-14 12:43:36 +00:00
Ben Hutchings c5b5fd3366 Delete unused compiler relations
svn path=/dists/trunk/linux/; revision=22070
2014-11-18 03:47:25 +00:00
Ben Hutchings 9078c0ce33 [powerpc/powerpc64,ppc64*] video/fb: Change FB_MATROX, FB_RADEON, FB_ATY, FB_SIS, FB_3DFX, FB_VOODOO1 back to modules (Closes: #748398)
svn path=/dists/sid/linux/; revision=21899
2014-09-24 03:36:38 +00:00
Ben Hutchings 0abba0422b [arm*,ia64,ppc64el,s390*,sh4] Disable SYSFS_SYSCALL, only needed for SVR4 compatibility
svn path=/dists/trunk/linux/; revision=21716
2014-08-09 17:52:47 +00:00
Bastian Blank 895585e136 debian/config: Reorder config.
svn path=/dists/trunk/linux/; revision=21671
2014-08-03 19:05:53 +00:00
Ben Hutchings a50e53cccf Merge changes from sid up to 3.14.7-1
Replace 'powerpc/powernv: Add calls to support little endian host'
with the version committed upstream.

Drop the ABI-preserving changes.

svn path=/dists/trunk/linux/; revision=21452
2014-06-16 12:24:52 +00:00
Ben Hutchings 88eeb109ec [powerpc] Build-depend on gcc-4.8 (>= 4.8.2-1) to ensure that JUMP_LABEL works
We aren't trying to avoid ABI changes on trunk.

svn path=/dists/trunk/linux/; revision=21425
2014-06-12 20:45:04 +00:00
Ben Hutchings 09ef47c5c7 ppc64el: kernel: config: split common/big-endian powerpc64 options
Move big-endian exclusive options into config-arch-64-be. Mostly things
that don't support little-endian mode: Cell, PS3, PASemi, Maple, PowerMac.

Signed-off-by: Mauricio Faria de Oliveira <mauricfo@linux.vnet.ibm.com>

svn path=/dists/sid/linux/; revision=21420
2014-06-12 19:57:52 +00:00
Ben Hutchings 18c24a0d32 Merge changes from sid up to 3.14.4-1
Except for:
- ABI reference
- ABI workarounds
- rt patch changes
- Backported patches not needed here

svn path=/dists/trunk/linux/; revision=21348
2014-05-14 13:35:05 +00:00
Ben Hutchings 99d726c577 Instead of bumping ABI for powerpc, disable JUMP_LABEL for powerpc/powerpc64
svn path=/dists/sid/linux/; revision=21337
2014-05-14 00:33:02 +00:00
Ben Hutchings 2599615276 [powerpc,ppc64] Add versioned build-dependency on gcc-4.8
Compiler changes have resulted in a different kernel module ABI.
[powerpc] Bump ABI to 1a as 3.14.2-1 was built with an older compiler.

svn path=/dists/sid/linux/; revision=21327
2014-05-13 15:57:45 +00:00
Ben Hutchings beca0a507f Reorganise common powerpc config files
powerpc/config is shared by powerpc, powerpcspe and ppc64, so move
it to kernelarch-powerpc/config where it will be automatically used
for all of them.

powerpc/config.powerpc64 is also used by ppc64, so move it to
kernelarch-powerpc/config-arch-64.

powerpcspe has only one flavour, so rename its config file to config.

svn path=/dists/trunk/linux/; revision=21265
2014-04-24 02:46:03 +00:00
Ben Hutchings d37c253865 Merge install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_image rules
The filename of the kernel image to be installed, and the stem of the
installed name, varies between architectures, so we define several
different rules to install it for different sets of architectures.
However the basic fact that we need to install this file in /boot does
not.

We also duplicate this name information in gencontrol.py and in
debian/config/{armel,armhf,sh4}/defines (used by buildcheck.py).

To address this:

* Define [image]install-stem and [build]image-file for each architecture
* Copy these settings to make-flags in gencontrol.py
* Copy [image]install-stem to the image-stem template variable in
  gencontrol.py
* Replace the per-architecture rules with a single rule using those
  make-flags

The per-architecture rules for ARM and PowerPC also installed DTB
and DTS files, respectively.  Include those commands in the single
rule with appropriate conditions around them.


svn path=/dists/trunk/linux/; revision=21253
2014-04-21 01:28:25 +00:00
Ben Hutchings 11de119c8a Explicitly set various config symbols to their default values
svn path=/dists/trunk/linux/; revision=21218
2014-04-09 02:02:22 +00:00
Ben Hutchings f9344cb5f5 [powerpc] Change I2C_POWERMAC from module to built-in (Closes: #713943)
svn path=/dists/sid/linux/; revision=21110
2014-02-24 00:14:40 +00:00
Ben Hutchings 04aa0d4809 Merge changes from sid up to 3.12.8-1
svn path=/dists/trunk/linux/; revision=20985
2014-01-20 03:07:26 +00:00
Ben Hutchings 2a4321bb7f crypto: Enable more processor-specific algorithms and drivers
svn path=/dists/sid/linux/; revision=20960
2014-01-07 03:31:32 +00:00
Ben Hutchings 7515c3d6df Enable a large number of new(ish) config symbols
svn path=/dists/trunk/linux/; revision=20935
2013-12-30 01:23:52 +00:00
Ben Hutchings e6e8404b08 Enable EXPERT and adjust config files to avoid consequent changes
1. Reset or remove values for config symbols that were only
   configurable if EXPERT.
2. Set additional configurable symbols to their default values.

This should have no effect on the actual configuration, except for
sh4 where EXPERT is *always* set and so the settings in 1 were
still being followed.

svn path=/dists/trunk/linux/; revision=20825
2013-11-27 07:39:11 +00:00
Bastian Blank 43571530a4 debian/config: Unify BLK_DEV_RAM_SIZE.
svn path=/dists/trunk/linux/; revision=20608
2013-09-11 20:37:26 +00:00
Ben Hutchings e9b2b7d072 Remove configuration for symbols which no longer exist
svn path=/dists/trunk/linux/; revision=20586
2013-09-09 04:09:34 +00:00
Ben Hutchings 071eae0e5e [powerpc/powerpc64] Enable CPU_FREQ_CBE (previously CBE_CPUFREQ) as module
svn path=/dists/trunk/linux/; revision=20583
2013-09-09 03:20:27 +00:00
Bastian Blank 84c91afe33 * debian/changelog: Update.
* debian/config: Remove FONT* overrides.

svn path=/dists/trunk/linux/; revision=20575
2013-09-08 14:35:12 +00:00
Bastian Blank 2f58661684 debian/config: Reorder config.
svn path=/dists/trunk/linux/; revision=20574
2013-09-08 14:24:32 +00:00
Ben Hutchings 631523075f bluetooth: Disable BT_HCIBTUART
This driver doesn't bind to any device IDs, and instead has a comment
saying that the serial_cs and hci_uart drivers should be used instead.
So there's not much point in building it.

svn path=/dists/trunk/linux/; revision=20559
2013-09-02 03:27:20 +00:00
Ben Hutchings 7a10a53c96 ehci-hcd: Enable USB_EHCI_ROOT_HUB_TT and USB_EHCI_TT_NEWSCHED everywhere
USB_EHCI_ROOT_HUB_TT adds about 10 lines of code and is safe even if
not needed, so it's never worth turning off.

USB_EHCI_TT_NEWSCHED was 'new' in 2006 and is now the default, so
hardly anyone will be testing the 'old' code now.

svn path=/dists/trunk/linux/; revision=20546
2013-09-01 03:50:25 +00:00
Ben Hutchings 0d239d8220 [powerpc,x86] hid: Enable HID_APPLEIR as module
svn path=/dists/trunk/linux/; revision=20528
2013-08-28 12:22:20 +00:00
Ben Hutchings da659f9a32 Enable KPROBES at top level
This enables it for the arm*, mips*, s390 and sh4 ports.
Keep it disabled for the reduced armel images.

svn path=/dists/trunk/linux/; revision=20479
2013-08-11 17:38:12 +00:00
Ben Hutchings e89ab58a57 radeon: Remove obsolete DRM_RADEON_KMS config symbol; enable DRM_RADEON_UMS on powerpc
svn path=/dists/sid/linux/; revision=20156
2013-05-31 04:39:08 +00:00
Ben Hutchings 0c8eb822de Enable various new drivers and driver options
svn path=/dists/sid/linux/; revision=20152
2013-05-31 04:14:16 +00:00
Ben Hutchings f272bfc1ae [powerpc] Enable DMADEVICES as PPC_BESTCOMM now depends on it
svn path=/dists/sid/linux/; revision=20146
2013-05-30 04:23:59 +00:00
Bastian Blank 9d6a2689a6 debian/config: Reorder config.
svn path=/dists/trunk/linux/; revision=19891
2013-03-02 22:06:05 +00:00
Ben Hutchings a3590a7797 Merge changes from sid up to 3.2.39-1
Drop most patches as they're already upstream in 3.8 or early.

Refresh some others for 3.8.  In particular, remove use of __devinit from
debian/radeon-firmware-is-required-for-drm-and-kms-on-r600-onward.patch
as this macro is no longer defined or needed.

svn path=/dists/trunk/linux/; revision=19856
2013-02-25 03:35:39 +00:00
Ben Hutchings d5ac75ce5d wanrouter: Disable as broken and unused
Since Linux 2.6.29, this subsystem would crash if anyone tried to use
it, but no-one noticed.  It will be removed upstream in Linux 3.9.

svn path=/dists/trunk/linux/; revision=19835
2013-02-21 04:52:25 +00:00
Ben Hutchings f56a70f3a6 Update config selections for 3.8
All Atheros wireless drivers depend on a new symbol ATH_CARDS.

Two comedi drivers were merged into others and no longer have their
own config symbols.

drivers/staging/telephony has been removed.

svn path=/dists/trunk/linux/; revision=19832
2013-02-21 03:11:37 +00:00
Ben Hutchings 500933e7a9 net: Disable WAN_ROUTER
A change in Linux 2.6.29 completely broke it (it would oops on load)
but no-one reported this, therefore it has no users.  It was removed
upstream and will clearly not be supportable in Debian.

svn path=/dists/sid/linux/; revision=19787
2013-02-06 04:16:13 +00:00
Ben Hutchings 22628d7a86 [!powerpc] radeon: Reenable DRM_RADEON_KMS, as it apparently works on most non-PowerMac systems
svn path=/dists/sid/linux/; revision=19740
2013-01-17 13:13:53 +00:00
Bastian Blank b68afeea11 debian/config: Remove a lot of not longer supported options.
svn path=/dists/trunk/linux/; revision=19533
2012-11-25 13:52:33 +00:00
Bastian Blank 9418523080 * debian/changelog: Update.
* debian/config: Enable POWER_SUPPLY.

svn path=/dists/trunk/linux/; revision=19518
2012-11-21 17:33:43 +00:00
Bastian Blank e0ca22e6db * debian/changelog: Update.
* debian/config: Always enable IPV6.

svn path=/dists/trunk/linux/; revision=19495
2012-11-11 11:51:12 +00:00
Bastian Blank 22adf879f4 debian/config: Automatically reorder config.
svn path=/dists/trunk/linux/; revision=19410
2012-10-04 19:22:36 +00:00
Ben Hutchings 6eb32a96cc [powerpc] Enable PPC_DISABLE_WERROR
svn path=/dists/sid/linux/; revision=19185
2012-06-23 19:24:30 +00:00
Ben Hutchings 07300ab0ef DFSG: video: Remove nvidiafb and rivafb (Closes: #383481)
These drivers include apparently obfuscated code.  The nouveau driver
supports all the same hardware, aside from RIVA 128 (NV3).

svn path=/dists/sid/linux-2.6/; revision=19057
2012-06-02 20:21:18 +00:00
Ben Hutchings 44cb2fdf60 [powerpc] Enable KVM_GUEST
svn path=/dists/sid/linux-2.6/; revision=18849
2012-03-18 02:38:56 +00:00