aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/intel-x86
AgeCommit message (Collapse)Author
2020-04-26feathures/intel-th: Add support for Intel Trace HubJun Miao
Intel Trace Hub is a new concept/mechanism, used to transport messages from the SoC to external monitor through a USB connector. Add the Intel Trace Hub support on Tiger Lake UP3/UP4 Platform. Signed-off-by: Jun Miao <jun.miao@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>
2020-03-17bsp/intel-x86: remove invalid config item CRYPTO_AES_X86_64Yanfei Xu
Item CONFIG_CRYPTO_AES_X86_64 has been dropped from v5.4 kernel, therefore, we drop it too. Reference: https://github.com/torvalds/linux/commit/1d2c3279311e4f03fcf164e1366f2fda9f4bfccf Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-12-29bsp/intel-x86: Include features/thunderboltYongxin Liu
Signed-off-by: Yongxin Liu <yongxin.liu@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-09-04intel-x86: add MGA G200 series VGA supportLiwei Song
Enable CONFIG_DRM_MGAG200=m to support Matrox Electronics MGA G200 and include it in intel-x86 bsp. Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-08-07bsp/intel-x86: Enable NUMA balancing for intel-x86-64Yongxin Liu
Add support for automatic NUMA aware memory/task placement. Enable automatic NUMA balancing as default. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.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: add Intel VMD supportLiwei Song
Enable CONFIG_VMD=y to support Intel VMD and VROC feature. Signed-off-by: Liwei Song <liwei.song@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-13intel-x86-32: Set CONFIG_NR_CPUS to 64 explicitlyHongzhi.Song
Since 'CONFIG_NR_CPUS=256' was moved to intel-x86-64.cfg, seeing commit [11917e28727], we would better explicitly set CONFIG_NR_CPUS to 64 in intel-x86-32.cfg for a future re-org of the fragments. And the '64' is also the default value for intel-x86-32. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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-11-12intel-x86-64: Move some configs from x86 and x86-64 shared to x86-64Hongzhi.Song
These configs are possessed privately by x86-64. CONFIG_IXGBE_DCA depends on CONFIG_DCA. CONFIG_DCA depends on x86-64. So I abstract configs related to DCA and put them to *-x86-64.cfg. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-08-20bsp: Add tiny config entries for intel-x86He Zhe
Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2018-07-19intel-x86: Add preemp-rt config entriesHe Zhe
Signed-off-by: He Zhe <zhe.he@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>