| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Added CONFIG_IPV6 configuration to enable ipv6 modules
in ppc64le.
|
| |
|
|
|
|
|
| |
we have this enabled on the other arches and it may become handy for
mounting host filesystem in qemu guests
|
|
|
|
| |
needed for boot usb
|
|
|
|
|
|
|
| |
- enable vfat
- enable nvme dirver
- enable NLS for filesystems
- enable configfs module
|
|
|
|
|
|
|
|
|
|
|
| |
vmlinuz 4.9.28 was not booting on ppc64le because some configurations
was missing in ppc64le config file.
The most important configurations that were missing are:
CONFIG_PPC_OF_BOOT_TRAMPOLINE and CONFIG_PPC_PSERIES.
Another configurations were consequently added because of these
two configurations.
|
|
|
|
|
|
|
| |
- fix netfilter modules config (needed netfilter advanced)
- enable CRYPT_PCRYPT (and PADATA) for wireguard
- include crtsavres.o in the -dev subpackage
http://bugzilla.kernel.org/show_bug.cgi?id=11143
|
|
|
|
|
|
|
|
|
|
| |
Keep CONFIG_NETFILTER Xtables matches similar to x86_64.
The main motivation for this change is to enable wireguard-vanilla to be
built on ppc64. wireguard-vanilla requires special Xtable
configurations, as reported in:
https://www.wireguard.io/install/#kernel-requirements
|
|
|
|
|
|
|
|
| |
Enable PCI hot plug on PowerNV (aka Bare metal) model. Not all cards
support PCI Hot plug, tho.
Also, adding support for CXL bimodal, a feature that comes with PCI
hot plug.
|
|
|
|
|
| |
This patch is improving the config file for ppc64le to generate a
smaller kernel, and to be more similar to x86.
|
|
|
|
|
|
|
|
|
|
|
| |
Current kernel 4.9 is not being built with the current config file,
since a lot of extra CONFIG is required, and it is undefined on the
current config file.
This patch's intention is to be less invasive possible, just adding
the new CONFIGs. The new CONFIG are as near as possible with x86.
This work was based on original patch from Roberto Olivera.
|
| |
|
|
This is a patch that adds supports for ppc64le platform.
The config file was generated with "make powernv_defconfig".
On top of it, I just changed CONFIG_POWER8=y, since I do not expect to have any
PPC64LE/ABIv2 distro running on machines older than POWER8.
Also, all PowerPC platform is considered powerpc inside the kernel.
|