summaryrefslogtreecommitdiff
path: root/meta-lenovo/meta-hr630
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>
2019-07-14meta-lenovo: obmc-libobmc-intf: Add hr630 gpio definitionsLisa Liu2-0/+29
Add gpio definitions for the hr630 machine. Tested: Built hr630 machine and checked that the file /etc/default/obmc/gpio/gpio_defs.json was correct for hr630 machine. (From meta-lenovo rev: 4c930790c1d1bca841bf091dad0b6da694eedd7d) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: Iae56787f9440c9a7247d4f6de5364613d30350d6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10meta-lenovo: hr630: Add sensor configsLisa Liu5-0/+92
temperature sensors inlet and outlet of tmp75, adc voltage sensors and fan-tach sensors. Tested: Build it in hr630 image, load on hr630 platform, make sure it could show these sensors correctly with command: ipmitool sdr list. (From meta-lenovo rev: 8cd1949d5b4c66682baf951bb8c060320032ad0b) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: Idfd89ea40642130daddbb9e8c0384004c076638a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10meta-lenovo: hr630: Initial led yaml file equipped with hr630 platformLisa Liu2-0/+35
Add heartbeat and fault led in yaml file. (From meta-lenovo rev: 8a7b9b0a15f36b6ecbd47442b7095f9d43639e79) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: I87418b92d988ba92dd4a4a33e1484d2e42fceca9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10meta-lenovo: hr630: add kernel configurationsLisa Liu2-0/+21
Add kernel configurations. Tested: Build Lenovo hr630 image and load on the target hardware, ensure that BMC boots to console. (From meta-lenovo rev: 5c27e5f9f7504fc9b9c9567f2ff0ca6d3a9e7eed) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: I32d845b4990d7769e3ddc1b57301c778cfb265f6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10meta-lenovo: network: Disable link-local IP address auto configurationLisa Liu1-0/+6
Add --disable-link-local-autoconfiguration flag for auto-configure. Tested: Check IP address in debug console by ifconfig to see real IP address. (From meta-lenovo rev: f6ec76794761cf29d70c56788570400b7c16fcee) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: I05a10baa1071cd6d93e0a2bcf317c95187bf7539 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10meta-lenovo: hr630: Add hr630 platformLisa Liu6-0/+96
hr630 is a Lenovo platform. Add machine to repo. kernel device tree of Lenovo is being reviewed, so aspeed-bmc-lenovo-hr630.dts has not been merged yet. (From meta-lenovo rev: 460c31a424e0ee831933f61ecb55f60a0c9ba38f) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: I1577775ea92fd8dbc9ab5b3f2b045ef04e524dc6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>