aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/x86.scc
AgeCommit message (Collapse)Author
2019-10-07meta: add SPDX License Identifier and updates 00-README with License policyYann CARDAILLAC
Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2015-07-08cfg/x86*: refactor to use x86_baseSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-15cfg: strip off redundant path prefixesPaul Gortmaker
If we are in the cfg dir already, we don't need a leading cfg prefix on the paths. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-15cfg: create timer subdir for HZ and HPET related settingsPaul Gortmaker
This seems like a logical grouping to reduce the cluster accumulation in cfg for another while. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-15x86/x86_64: consolidate ACPI and EFI settingsPaul Gortmaker
The efi.cfg calls out EFI and ACPI settings. Make sure it is in both x86 and x86_64, and then delete all x86/x86_64 BSP specific references directly to the efi.scc Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-15x86/x86_64: enable CONFIG_NO_HZ=y by default.Paul Gortmaker
This matches the upstream defconfig settings for each of x86 and x86_64 respectively in kernel.org 3.4 tree. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-15x86/x86_64: use HZ=1000Paul Gortmaker
This is in keeping with the upstream defconfigs Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-15x86/x86_64: enable SMP by defaultPaul Gortmaker
You are hard pressed to find a true single core x86 chip now, even those which are a single core typically have hyperthread, and so we'd want SMP+SCHED_SMT from the smp config frag anyway. Delete the now redundant include from the existing BSPs too. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-15cfg: relocate/add a frag for HPET / RTC enablementPaul Gortmaker
It is on by default for 64bit x86 and only optional if you are x86 32 bit. Ensure it is on for the latter so we are aligned with the kernel.org x86 defconfig. This was listed as a feature, but since HPET has been around for a while now, we'll not likely be carrying extra patches for HPET as per the other features. By sticking it in the shared x86 and x86_64 frags, we can delete BSP specific mentions of it. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-06-15cfg: make a common landing ground for ARCH=x86Paul Gortmaker
There will be a significant amount of cfg data that is common across all x86 BSPs. Make a landing ground for it here, similar to what ARM has, so that we don't duplicate a bunch of stuff in every x86 BSP file. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>