aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/intel-x86/intel-x86.cfg
AgeCommit message (Collapse)Author
2021-03-11intel-x86: enable DesignWare PWM Controller supportLiwei Song
Enable CONFIG_PWM_DWC to support DesignWare PWM Controller on Elkhart Lake. Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-02-24bsp/intel-x86: remove invalid config fragmentsYongxin Liu
Fix the following warning: [INFO]: the following symbols were not found in the active configuration: - CONFIG_GPIO_LYNXPOINT - CONFIG_INTEL_PMC_IPC - CONFIG_ACPI_PROCFS_POWER GPIO_LYNXPOINT was renamed to PINCTRL_LYNXPOINT in kernel commit eb83479e1899 ("pinctrl: lynxpoint: Move GPIO driver to pin controller folder"), and it is included in features/intel-pinctrl/intel-pinctrl.scc. INTEL_PMC_IPC was renamed to MFD_INTEL_PMC_BXT in kernel commit 25f1ca31e2305 ("platform/x86: intel_pmc_ipc: Convert to MFD"). ACPI_PROCFS_POWER was removed in kernel commit 8830280a69dd ("ACPI: procfs: Remove last dirs after being marked deprecated for a decade"). Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-08-17bsp/intel-x86: Fix badly formatted config GPIO_GENERIC_PLATFORMYongxin Liu
Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-04-15bsp/intel-x86: enable HWPoison pages injector and mcelog legencyLiwei Song
Enable the following config to support the "legency mcelog" and "recovery from hardware memory errors": CONFIG_X86_MCELOG_LEGACY=y CONFIG_MEMORY_FAILURE=y CONFIG_HWPOISON_INJECT=m Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-12-12bsp/intel-x86: Remove duplicate PINCTRL settingsYongxin Liu
Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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>
2019-08-07bsp/intel-x86: Set CONFIG_NODES_SHIFT to 6Yongxin Liu
This config specifies the maximum number (as a power of 2) of NUMA Nodes available on the target. 2^6 is big enough for most current systems. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-03-21intel-x86: built-in nvme driver to support boot from nvme diskLiwei Song
change CONFIG_BLK_DEV_NVME=m to CONFIG_BLK_DEV_NVME=y to build-in nvme driver to kernel to support boot from nvme disk. Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-03-21x86/resctrl: Rename INTEL_RDT to RESCTRLHe Zhe
The following upstream commits have renamed INTEL_RDT to RESCTRL. 6fe07ce35e8a ("x86/resctrl: Rename the config option INTEL_RDT to RESCTRL") e6d429313ea5 ("x86/resctrl: Avoid confusion over the new X86_RESCTRL config") Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-02-27bsp/intel-x86: Rename CONFIG_R8723BE to CONFIG_RTL8723BEHongzhi.Song
CONFIG_R8723BE was written wrongly. CONFIG_RTL8723BE is right. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-02-27bsp/intel-x86: Drop configs that has been removed by kernelHongzhi.Song
List the config and the commit id from kernel: CONFIG_ACPI_PROCFS, commit id: 7919010c422 CONFIG_EDAC_MM_EDAC, commit id: e3c4ff6d8c9 CONFIG_I7300_IDLE, commit id: b65ce83f2a CONFIG_CRYPTO_ZLIB, commit id: 110492183c4 CONFIG_PM_RUNTIME was switched to CONFIG_PM, commit id: 464ed18ebd CONFIG_IWLWIFI_DEBUG_EXPERIMENTAL_UCODE, commit id: 75094dc84 CONFIG_SPI_PXA2XX_DMA, commit id: 22a33632fb Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-02-27intel-x86: Drop configs which are not defined in kernelHongzhi.Song
The following configs were introduced from SDK, not defined by kernel. So we should drop them. CONFIG_X86_INTEL_SBI_APL CONFIG_SUPPORT_HDMI CONFIG_INTEL_PMIC_THERMAL CONFIG_PINCTRL_BAYTRAIL_DEVICE CONFIG_X86_INTEL_APLI_LHCRB_AIC3107 CONFIG_X86_INTEL_APLI_LHCRB_WM8731 CONFIG_BYT_LPSS_BRD Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2018-11-12intel-x86-64: Move 'CONFIG_NR_CPUS=256' to intel-x86-64.cfgHongzhi.Song
The maximum cpus are 64 on intel-x86-32. But intel-x86-64 support ranges from 1 to 8192. So we should move the config to intel-x86-64.cfg. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-07-13intel-x86: Add intel-x86 BSPsYongxin Liu
Create intel-x86-32/64 descriptions in yocto-kernel-cache. These BSPs include all the core support for intel-x86 BSP. This is an initial step to get the machines available and testing. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>