Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change method of configuration generation | Laura Abbott | 2016-12-06 | 1 | -129/+0 |
| | | | | | | | | | | The existing method of managing configuration files gets unweildy. Changing individual lines in text files gets difficult without manual organization. Switch to a method of configuration generation that's inspired from the method used inside Red Hat. Each configuration option gets its own file which are then combined to form the configuration files. This makes confirming what's actually enabled much easier. | ||||
* | Reorganisation and cleanup of the powerpc configs | Peter Robinson | 2015-06-26 | 1 | -13/+10 |
| | |||||
* | Remove ppc32 support | Josh Boyer | 2014-09-08 | 1 | -11/+1 |
| | | | | | | | | | | | | | | | | The powerpc secondary arch team has disabled all ppc32 builds in koji for F21 and beyond: https://lists.fedoraproject.org/pipermail/ppc/2014-May/002801.html FESCo also recently said that dropped or new architectures must essentially prove they have an active and viable effort behind them before being considered for Secondary Arch support. This effort has not materialized in the interim since the current powerpc team dropped ppc32. There's little point in keeping support for ppc32 support in the kernel package when it will never be built. This also removes the -smp variant and with_smp* support, as that was only used on ppc32. | ||||
* | Add ppc64le support from Brent Baude (rhbz 1073102) | Josh Boyer | 2014-03-06 | 1 | -1/+8 |
| | |||||
* | use $^ and specify config-{no,}debug in the dependencies | Kyle McMartin | 2014-01-21 | 1 | -4/+4 |
| | | | | no functional change | ||||
* | disable extras on arm | Kyle McMartin | 2013-10-03 | 1 | -1/+4 |
| | |||||
* | Add initial arm64 support | Kyle McMartin | 2013-06-16 | 1 | -3/+19 |
| | | | | | | | | Based on a working config by Paul Whalen. The generated config ends up being the same, so hopefully this marks the first ARMv8 Fedora kernel. Signed-off-by: Kyle McMartin <kyle@redhat.com> | ||||
* | kernel-$VERSION == $CFG | Kyle McMartin | 2013-06-10 | 1 | -14/+14 |
| | | | | ... and it's used above, so... use it. | ||||
* | ARM 3.10 merge and general cleanup, Drop dedicated tegra kernel as now ↵ | Peter Robinson | 2013-05-03 | 1 | -7/+0 |
| | | | | Multiplatform enabled, Enable Tegra and UX500 (Snowball) in Multiplatform | ||||
* | - Make tegra inherit armv7-generic, fix and re-enable tegra | Peter Robinson | 2013-04-01 | 1 | -5/+2 |
| | | | | | | - Enable SPI on ARM - Drop config-arm-generic - ARM config updates | ||||
* | further ARM OMAP updates | Peter Robinson | 2013-03-29 | 1 | -7/+1 |
| | |||||
* | Initial merge OMAP support into ARM unified kernel | Peter Robinson | 2013-03-17 | 1 | -12/+11 |
| | | | | | | Add ARM LPAE kernel for Cortex A-15 devices that support LPAE and HW virtualisation Unified ARM kernel provides highbank and OMAP support Drop remantents of ARM softfp kernels | ||||
* | - Drop ARM kirkwood kernel | Peter Robinson | 2013-02-28 | 1 | -7/+0 |
| | | | | | - Enable SPI on ARM - General 3.9 updates | ||||
* | Fixup sparc removal | Justin M. Forbes | 2013-01-07 | 1 | -8/+1 |
| | |||||
* | Initial update of ARM configs for 3.8, Enable DRM driver for tegra, Drop ↵ | Peter Robinson | 2013-01-05 | 1 | -10/+0 |
| | | | | separate imx kernel. Will be reintroduced soon in unified | ||||
* | Update ARM configs for latest 3.7, Drop highbank kernel build variant as its ↵ | Peter Robinson | 2012-12-11 | 1 | -17/+0 |
| | | | | in unified kernel | ||||
* | fix the ARM Makefile.config for softfp unified kernel | Peter Robinson | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | Update ARM unified config | Peter Robinson | 2012-11-07 | 1 | -1/+1 |
| | |||||
* | The initial ARM unified kernel support (vexpress, highbank, mvebu to begin). ↵ | Peter Robinson | 2012-10-26 | 1 | -2/+9 |
| | | | | WOO HOO | ||||
* | Add support for ppc64p7 subarch | Josh Boyer | 2012-08-08 | 1 | -3/+9 |
| | |||||
* | add patch to fix ftbfs on tegra due to sdhci MODULE_DEVICE_TABLE mismatch | Dennis Gilmore | 2012-05-23 | 1 | -4/+1 |
| | | | | dont make a arm config file we do not use it anywhere | ||||
* | Restructure ARM configs to minimise duplication and pull all generic options | Peter Robinson | 2012-05-09 | 1 | -11/+14 |
| | |||||
* | rename config-arm-omap-generic to config-arm-omap | Peter Robinson | 2012-04-12 | 1 | -3/+3 |
| | |||||
* | Update ARM components in Makefile.config | Peter Robinson | 2012-02-14 | 1 | -4/+5 |
| | |||||
* | Build an ARM hardfp base versatile/qemu kernel | Peter Robinson | 2012-02-06 | 1 | -1/+4 |
| | |||||
* | iadd support for building highbank, imx and kirkwood kernel images on arm | Dennis Gilmore | 2011-12-23 | 1 | -0/+26 |
| | |||||
* | Drop ia64. | Josh Boyer | 2011-10-27 | 1 | -9/+2 |
| | | | | Goodbye, ia64. Prarit will miss you. | ||||
* | tweak the arm configs a little | Dennis Gilmore | 2011-08-16 | 1 | -1/+12 |
| | | | | | | build a up image on armv5tel its a basic qemu image. setup to make configs for building kernels on hardware floating point arm arches | ||||
* | setup config for tegra based arm boards, add device tree | Dennis Gilmore | 2011-08-16 | 1 | -1/+7 |
| | | | | patches for arm build tegra and omap kernel on arm | ||||
* | From: David Marlin <dmarlin@redhat.com> | Josh Boyer | 2011-08-16 | 1 | -2/+12 |
| | | | | | | | | | Modify to split the ARM config files to work more like other archs. Rename: config-arm -> config-arm-generic Add: config-arm-omap-generic | ||||
* | Split out the 32bit only options from x86-32 | Dave Jones | 2011-08-09 | 1 | -6/+12 |
| | | | | | | Remove unnecessary duplicates, consolidate. This should reduce having to set the same option twice on 32/64. | ||||
* | initial srpm import | Jesse Keating | 2010-07-29 | 1 | -0/+105 |