summaryrefslogtreecommitdiffstats
path: root/baseconfig/arm/armv7/armv7
Commit message (Collapse)AuthorAgeFilesLines
* configs: Rename config directories to sub-directoryDon Zickus2017-11-13622-622/+0
| | | | | | | | | | | | | | | | | | | | | | As part of an effort to foster better cross collaboration with internal Red Hat kernels, align the configs layout to match that kernel. This will allow Red Hat engineers to provide easier guidance on how to set various config options. In addition, the scripts that process the config options will migrate to the configs/ directory too in later patches. Future config workflows will stage all work in the configs/ area. A simple diff between the kernels will easily expose which config options are different. Reading the comments in the file provides guidance to Fedora to determine if that kernel should make a similar change or not. Rename debugconfig -> configs/base-debug Rename baseconfig -> configs/base-generic Rename configs/base-generic/arm/arm64 -> configs/base-generic/arm/aarch64 No code changes made.
* arm: minor config cleanups and tweaksPeter Robinson2017-09-284-4/+0
|
* cleanup some deprecated options, minor arm config tweaksPeter Robinson2017-09-243-0/+3
|
* Raspberry Pi serial console fixes, minor other Pi improvements, Various ARM ↵Peter Robinson2017-09-111-0/+1
| | | | cleanups, build mmc/pwrseq non modular
* Linux v4.13-11197-gf007cad159e9Justin M. Forbes2017-09-112-0/+2
|
* Linux v4.13-9219-g015a9e66b9b8Justin M. Forbes2017-09-084-4/+1
|
* Add fix for Tegra GPU display with IOMMU, Add QCom IOMMU for Dragonboard displayPeter Robinson2017-07-181-0/+1
|
* Minor ARM config updatesPeter Robinson2017-07-175-5/+0
|
* minor arm cleanupPeter Robinson2017-07-151-1/+1
|
* Minor updates for ARMPeter Robinson2017-07-134-0/+4
|
* remove renamed TI_SYSCON_RESETPeter Robinson2017-07-081-1/+0
|
* Linux v4.12-6090-g9b51f04Laura Abbott2017-07-061-0/+1
|
* Linux v4.12-3441-g1996454Laura Abbott2017-07-051-0/+1
|
* USB_CHIPIDEA_ULPI only does build in to base USB_CHIPIDEAPeter Robinson2017-07-021-1/+1
|
* minor QCom config cleanupsPeter Robinson2017-07-024-0/+4
|
* minor config cleanups and driver renamesPeter Robinson2017-07-025-5/+0
|
* Config improvements for Qualcomm devicesPeter Robinson2017-06-2616-7/+16
|
* Updates for ARM devices, Build ARM Chromebook specifics on all ARM architecturesPeter Robinson2017-05-292-1/+1
|
* Various ARM updatesPeter Robinson2017-05-2410-2/+10
|
* minor config cleanupsPeter Robinson2017-05-128-5/+3
|
* Linux v4.11-12441-g56868a4Justin M. Forbes2017-05-101-0/+1
|
* Linux v4.11-11413-g2868b25Justin M. Forbes2017-05-093-0/+3
|
* Enable sound SoC on aarch64, Update some ARM patches to latest upstream, ↵Peter Robinson2017-04-264-4/+0
| | | | small cleanups
* arm: disable dead driverPeter Robinson2017-04-241-1/+0
|
* Update AllWinner configsPeter Robinson2017-04-041-0/+1
|
* Fix null pointer dereference in bcm2835 MMC driver, Minor updatesPeter Robinson2017-03-261-1/+1
|
* Linux v4.11-rc3-161-gebe6482Laura Abbott2017-03-242-1/+2
|
* Update kernel source location now ftp is retired, Enable STi h407 SoCPeter Robinson2017-03-1339-0/+39
|
* - Enable Tiny DRM on ARM platformsPeter Robinson2017-03-016-4/+2
| | | | | | - ARM config updates - General config cleanups - Add patch to fix desktop lockups on RPi (vc4) RHBZ# 1389163
* Linux v4.10-1242-g9763dd6Laura Abbott2017-02-211-0/+1
|
* Minor ARM config updatesPeter Robinson2017-01-063-1/+3
|
* Linux v4.10-rc1 (didn't adjust debug options), ARM config updates, minor ↵Peter Robinson2016-12-276-2/+4
| | | | general config cleanups
* Add script to check config generationLaura Abbott2016-12-2217-8/+15
| | | | | | | | | | | The kernel configuration generation currently checks to make sure every option is defined with listnewconfig. It does not check that each option is the same as listnewconfig. This can lead to odd situations where the Fedora configuration does not match what's actually present in the generated config. Add a script to check for these kinds of changes. Based on work done by Miguel Flores Silverio <floresmigu3l@gmail.com>
* Change method of configuration generationLaura Abbott2016-12-06558-0/+558
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.