aboutsummaryrefslogtreecommitdiffstats
path: root/features/mei
AgeCommit message (Collapse)Author
2021-07-05amt: enable watchdog sysfsAlexander Usyskin
LMS service of AMT requires that watchdog sysfs be enabled. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.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>
2016-11-15mei: add missing include keywordBruce Ashfield
The inclusion of the mei feature was invalid, since it is missing the "include" keyword .. adding it gets us the features we expect Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-10-12features: Fix configcheck warnings in features used by intel-quark BSPsCalifornia Sullivan
In mei-me.cfg, CONFIG_PCI was mistakenly set to =m when its a boolean. In bosch-pressure-sensor-i2c, change CONFIG_BMP085 to =m instead of =y, as its dependency is a module. Also attempt to disable BMP280, as it conflicts with the BMP085 driver and throws a warning. In x1000.cfg, remove CONSOLE related 'is not set' CONFIGs. VGA_CONSOLE can't be disabled without enabling EXPERT (and therefore DEBUG_KERNEL), which we don't want normally. The other two configurations are missing dependencies, so they don't get set anyway, but cause warnings. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-07-27mei: restructure fragmentsTomas Winkler
1. Separate mei-me and mei-txe support and enable them only on appropriate platforms 2. Amt is not enabled on all platforms and exists only on BigCores over mei-me. To not break anything we left amt.cfg in bsp/intel-common/intel-common-drivers.scc, but this should be fine tuned later. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-07-27features: mei: add support for storage proxy driverTomas Winkler
The mei storage proxy driver is required on some of bxt-m platforms where cse firmware and bios stores it's data on the RPMB partition. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>