summaryrefslogtreecommitdiff
path: root/meta-lenovo/meta-hr855xg2
AgeCommit message (Collapse)AuthorFilesLines
2021-03-22openbmc: add meta-security layerAnton D. Kachalov1-0/+2
This layer provides libseccomp. Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: I84513d56f2ed75fab49043196b98ef8b858e394f
2021-02-23lenovo: modify distro includesPatrick Williams1-1/+1
Each machine in meta-lenovo has its own distro conf file. These files are currently including a base inc file from meta-phosphor, but the preferred pattern elsewhere is to include the openbmc-phosphor distro. Since the lenovo machines are really just openbmc-phosphor with some minor changes to the distro name, redirect to that full distro for future compatiblity. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I29ffa425ba3ff432f077e832295993006a06b162
2020-12-03meta-lenovo: update Yocto compat for gatesgarthPatrick Williams1-1/+1
The next release of Yocto is soon and most of the upstream layers have switched support strings for it. Support layer compat for gatesgarth (current) and dunfell (previous). (From meta-lenovo rev: 7cb057d597100ce7f6483f487a3b6c4ebe10b30f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iecf217b8ab2ba47e8f741f8792e6b32fdfa7332d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12Remove 'scale' parameter from the sensor interface in IPMI sensors YAML filesKonstantin Aladyshev1-87/+0
Support for the Scale property on the sensor Value interface was dropped in the phosphor-hwmon commit ecac0ae208cfc437 ("Fixes for when sensor value is a double"). (From meta-lenovo rev: 95fc122925c1370e9fe5bb7785ef76ea727d8d12) Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I874cbaf58382eb4d71c863959037a3dbca6955a9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-12Use correct type for Dbus sensor interface in IPMI sensors YAML filesKonstantin Aladyshev1-35/+35
Dbus sensor interface 'xyz.openbmc_project.Sensor.Value' migrated from int to double. Therefore all old 'int64_t' types in "*-ipmi-sensor*.yaml" files for this interface should be changed to 'double'. (From meta-lenovo rev: 5151dc21b034d829cfd310c778bdb03b1ce3c9e2) Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I3cf17b60c0faf77639f50ce8f26f5004c2ccc25b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-07-26meta-lenovo: hr855xg2: flash: update bbappendPatrick Venture1-3/+3
Update the configuration options to leverage the now available PACKAGECONFIG options. (From meta-lenovo rev: 32472874c254fd791fe5da9e0c41a82d2a4d45b9) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I1e0cd65502e530994d02dc486041d0d47c79ef6c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-19meta-lenovo: hr855xg2: ipmi-flash use mapped addr varPatrick Venture1-1/+3
Use the IPMI_FLASH_BMC_ADDRESS mapped address variable to configure the mapped_address configuration option. (From meta-lenovo rev: 011afb2278f83d4038d42eb4ff0ec10ef8a02932) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: If614065d3022b1868c93a62fd975322f4db68237 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-12meta-lenovo: hr855xg2: Disable link-local IP address auto configurationDerek Lin1-0/+6
Add --disable-link-local-autoconfiguration flag for auto-configure. Tested: Check IP addresses can be displayed using ifconfig. (From meta-lenovo rev: 67ce09bec382bfb805b811075cf2156facfd6ba0) Signed-off-by: Derek Lin <dlin23@lenovo.com> Change-Id: I2ec22e12db6f9d54acf668e5a0e4a445e15f1012 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-11meta-lenovo: hr855xg2: add kernel configurationsLisa Liu2-0/+25
Add kernel configurations. Tested: Build Lenovo hr855xg2 image and load on the target hardware, make sure BMC could boot to console. (From meta-lenovo rev: 0af73ed9f290ac032f1f45f276fa529bd421ebe7) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: I3a84172d9512dce9a766dc4f755e834962c4f7bb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-lenovo: hr855xg2: Add sensor configsLisa Liu6-0/+111
temperature sensors ambient and outlet of tmp75, adc voltage sensors and fan-tach sensors. Tested: Build it in hr855xg2 image, load on hr855xg2 platform, ensure it could show these sensors correctly with command: ipmitool sdr list. (From meta-lenovo rev: 3293e0f1dc327000f173ec59beaea5d5fe266d0a) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: Iee53d6dcf05e534f6507775c02b2d631da06d93a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-lenovo: obmc-libobmc-intf: Add hr855xg2 GPIO definitionsLisa Liu2-0/+39
Add GPIO definitions for the hr855xg2 machine. Tested: Built hr855xg2 machine and checked that the file /etc/default/obmc/gpio/gpio_defs.json was correct for hr855xg2 machine. (From meta-lenovo rev: a325e2489b6c482c48deb822b063c15231af2b93) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: I2192a5ec39ced50a46a2e62eb3f15ddd445c4f4b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-lenovo: hr855xg2: Initial led yaml file equipped with hr855xg2 platformAndrew Peng1-0/+6
Move led yaml file to configuration folder and define YAML_PATH to led parse tool. (From meta-lenovo rev: 7fc1adfc0b64fbd6ef390a55f2ad648dd4693db0) Signed-off-by: Andrew Peng <pengms1@lenovo.com> Change-Id: Id1cafab42e33f99457288ff200992da2465f61c4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-lenovo: hr855xg2: add IPMI configurationsLisa Liu6-0/+40
1. Add some autoconfigure parameters for phosphor-ipmi-flash. 2. Add some sensor and FRU definitions for ipmi. 3. Add IPMI device id configuration. Tested: This has been tested on hr855xg2 machine via ipmitool from host. (From meta-lenovo rev: 1d57596f3206006189166000e8bfd351b3935aca) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: Ib387c38ba70df53b6320138993912eb900069bc1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-lenovo: hr855xg2: new YAML dependency schemeLisa Liu5-0/+2868
Move YAML file of ipmi fru, sensors and led to configuration folder to create simpler scheme for hr855xg2 platform, for all the IPMI virtuals and PREFERRED_PROVIDERS in meta-phosphor are in the process of being deprecated. (From meta-lenovo rev: 6f4d757420bf82b9a7805a7c318e356d13f6bf6d) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: Ic203c00bbd47b5a058995dc8328749909d72b41e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-lenovo: hr855xg2: Add hr855xg2 platformLisa Liu6-0/+92
hr855xgw is a lenovo platform. Add machine to repo. (From meta-lenovo rev: 57f917c8d869833d8d3a4fd6a914bc795cf6b843) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: I2f20578eee3849ac49988e0cbc69f21f0676e22f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>