summaryrefslogtreecommitdiffstats
path: root/baseconfig/arm
Commit message (Collapse)AuthorAgeFilesLines
* Minor ARM config cleanups, new bcm283x mmc driver (enabling us to get wifi ↵Peter Robinson2017-03-133-0/+2
| | | | on RPi3)
* Update kernel source location now ftp is retired, Enable STi h407 SoCPeter Robinson2017-03-1340-1/+40
|
* disable XGENE_DMA as it's causing numerous issuesPeter Robinson2017-03-021-1/+1
|
* - Enable Tiny DRM on ARM platformsPeter Robinson2017-03-0148-13/+39
| | | | | | - ARM config updates - General config cleanups - Add patch to fix desktop lockups on RPi (vc4) RHBZ# 1389163
* Linux v4.10-10531-g86292b3Laura Abbott2017-02-282-2/+2
|
* Linux v4.10-10320-ge5d56efLaura Abbott2017-02-273-0/+3
|
* Linux v4.10-9579-gf1ef09fLaura Abbott2017-02-2421-0/+21
| | | | Includes config options from yesterday that were missed
* Linux v4.10-2512-g7bb0338Laura Abbott2017-02-225-1/+4
|
* Linux v4.10-1242-g9763dd6Laura Abbott2017-02-215-0/+5
|
* minor config cleanups (NFC)Peter Robinson2017-02-211-1/+0
|
* Update RPi3 DT, minor ARM config updatePeter Robinson2017-01-161-0/+0
|
* Minor ARM config updatesPeter Robinson2017-01-067-3/+7
|
* Enable Amlogic (meson) SoCs for ARMv7/aarch64Peter Robinson2016-12-2724-1/+24
|
* Linux v4.10-rc1 (didn't adjust debug options), ARM config updates, minor ↵Peter Robinson2016-12-2783-22/+67
| | | | general config cleanups
* Add script to check config generationLaura Abbott2016-12-2268-40/+55
| | | | | | | | | | | 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>
* Enable some Qualcomm QDF2432 server platform optionsPeter Robinson2016-12-203-1/+3
|
* Minor ARM config updatesPeter Robinson2016-12-205-2/+2
|
* Enable QDF2400 Onboard NetworkingJustin M. Forbes2016-12-192-0/+2
|
* Linux v4.9-7150-gcdb98c2Justin M. Forbes2016-12-147-0/+7
|
* Change method of configuration generationLaura Abbott2016-12-062166-0/+2168
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.