Commit Graph

27 Commits

Author SHA1 Message Date
YunQiang Su 3d19078b07 mips: Disable O32_FP64_SUPPORT
MSA will also be disabled on 32bit flavor, so bump abi version

since golang hasn't been migrate to FPXX yet.
This will broken the golang packages on Octeon hardware.
2020-07-07 23:56:35 +02:00
YunQiang Su 947fbc6618 mips: enable O32_FP64 and MSA
CONFIG_MIPS_O32_FP64_SUPPORT is required to support MSA for O32.
It requires CPU >= mips32r1. It is OK for us: currently our
baseline is mips32r2/mips64r2.

Malta can use different CPUs, some of them may support MSA.
Loongson 3A/B 4000 will support MSA.
The only CPU currently we support has no MSA is octeon.

Commit-ID in master: b1d08a0cffbe181cbb94e3fc72a91c2e8a8a38e7
2019-12-27 17:34:42 +08: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 f945a0b98b [mips*] Increase RELOCATION_TABLE_SIZE to 0x00140000 (fixes FTBFS) 2018-06-22 18:01:42 +01:00
Ben Hutchings 945bac5e39 [mips*] Increase RELOCATION_TABLE_SIZE to 0x00120000 (fixes FTBFS) 2017-10-20 00:21:19 +01:00
Ben Hutchings cc3ac57d1d [mips*] Increase RELOCATION_TABLE_SIZE to 0x00110000 for all flavours (fixes FTBFS)
The latest build failed on mips for the 4kc-malta flavour (which is the first):

  RELOCS vmlinux
Relocations overflow available space!
Please adjust CONFIG_RELOCATION_TABLE_SIZE to at least 0x0010f000

So do the same thing we did for the octeon flavour.
2017-10-04 02:35:11 +01:00
Ben Hutchings 4dd019592e fbdev: Enable FRAMEBUFFER_CONSOLE by default
FRAMEBUFFER_CONSOLE is enabled in almost all configurations.  So make
this the top level default, and disable it in the few exceptional
configurations (armel/marvell, mips*/octeon, s390x).
2017-10-04 02:25:04 +01:00
Aurelien Jarno f5fd64d72e [mips*/*-malta] Enable POWER_RESET and POWER_RESET_SYSCON. 2017-05-08 21:12:41 +02:00
Ben Hutchings b30786ada7 [arm64] video: Change FB from module to built-in
Currently we don't explicitly set CONFIG_FB for arm64, and the only
reason it's enabled as a module is that the DRM drivers (which are
built as modules) select it.  We *do* explicitly set CONFIG_FB=y on
almost all other architectures and flavours.

Simplify this by setting CONFIG_FB=y at the top level and overriding
where needed (not arm64).
2017-01-24 05:22:28 +00:00
Ben Hutchings 88d5cdd0e7 Update kconfig for 4.9
- Various ancient SCSI drivers were removed; delete config for them
- r8723au was replaced by rtl8xxxu; enable the latter instead and for
  all architectures
- netfilter config symbols were renamed; enable the new ones
- Various other config symbols are obsolete; delete them
- Various other config symbols moved to different Kconfig files
2016-11-13 03:23:23 +00:00
Aurelien Jarno b2080e6bd9 [mips*] Enable RELOCATABLE, required to enabled RANDOMIZE_BASE. 2016-10-10 20:53:23 +02:00
Ben Hutchings 0118390eaa [mips*] Enable RANDOMIZE_BASE 2016-10-05 21:13:04 +01:00
Ben Hutchings 9873448a4d [mips*] Move FRAMEBUFFER_CONSOLE, FB to per-kernel-arch config
This only needs to be overridden for octeon.
2016-05-23 12:49:26 +01:00
Ben Hutchings b3a4c37834 [mips*] Move some common options to per-kernel-arch config 2016-05-23 12:06:08 +01:00
Aurelien Jarno 081ba19db9 [mips*] Build ext4 as module. Add core-modules and ext4-modules udeb. Fixes FTBFS. 2015-08-20 16:21:08 +02:00
Ben Hutchings da9022cd10 Explicitly enable SGETMASK_SYSCALL on various architectures per default
svn path=/dists/sid/linux/; revision=21804
2014-09-11 03:01:06 +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
Ben Hutchings e729f75329 Move CONFIG_KEXEC=y from mips/config to kernelarch-mips/config
This just explicitly sets the default (except for some flavours
where it is forced off) so it does not change anything for mipsel.

svn path=/dists/trunk/linux/; revision=21373
2014-06-02 03:27:15 +00:00
Ben Hutchings 237ce42cac Move disabling of CONFIG_RAPIDIO to kernelarch-mips/config
svn path=/dists/trunk/linux/; revision=21372
2014-06-02 03:14:29 +00:00
Ben Hutchings f7a6212709 Move CONFIG_KEXEC=y from more specific config files to kernelarch-{arm,mips}/config
svn path=/dists/trunk/linux/; revision=21371
2014-06-02 03:11:19 +00:00
Bastian Blank dd10090e07 * debian/changelog: Update.
* debian/config/config
  - Set EXT4_USE_FOR_EXT23.
  - Unset EXT2_FS, EXT3_FS.
* debian/config/kernelarch-mips/config, debian/config/m68k/config:
  Remove overrides.

svn path=/dists/trunk/linux/; revision=20606
2013-09-11 19:46:34 +00:00
Ben Hutchings 3937ca5280 Merge changes from sid up to 3.2.41-1
Drop all changes to backported features and to rt.

svn path=/dists/trunk/linux/; revision=19940
2013-03-23 07:15:51 +00:00
Aurelien Jarno 19e3a23aaf Move CONFIG_VGA_CONSOLE setting introduced in r19878 from mips and mipsel directories into kernelarch-mips directory.
svn path=/dists/sid/linux/; revision=19881
2013-03-01 23:36:43 +00:00
Bastian Blank 244bc7b9e0 debian/config: Move some mips options.
svn path=/dists/trunk/linux/; revision=19554
2012-11-27 18:52:43 +00:00
Bastian Blank 47deacdd18 debian/config/kernelarch-mips/config,
debian/config/mips/config, debian/config/mipsel/config:
Move common mips options.

svn path=/dists/sid/linux-2.6/; revision=18714
2012-02-20 13:38:22 +00:00
Bastian Blank aa71c851fa [mips,mipsel] Use ext4 for all ext-variants
* debian/changelog: Update.
* debian/config/kernelarch-mips/config
  - Add common mips config.
  - Disable EXT2_FS and EXT3_FS.
  - Set EXT4_FS and EXT4_USE_FOR_EXT23.
* debian/config/mips/defines, debian/config/mipsel/defines:
  Use common config.
* debian/config/mips/config.*, debian/config/mipsel/config.*:
  Remove EXT2_FS and EXT3_FS.

svn path=/dists/sid/linux-2.6/; revision=18712
2012-02-20 13:27:09 +00:00