summaryrefslogtreecommitdiff
path: root/meta-hxt/meta-stardragon4800-rep2/recipes-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2021-10-22meta-hxt: remove unusable stardragon4800-rep2 machinePatrick Williams35-701/+0
This machine is unbuildable and has not been updated in the requisite 2 months per https://lore.kernel.org/openbmc/YRUW7cazmCjW8VpP@heinlein/, so it is being deleted. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie0d34a9c3146c60c5543e00a48f33aeb56ab419d
2021-09-02meta-phosphor: change systemd.bbclass to match upstream override syntaxPatrick Williams1-1/+1
Upstream bbclasses changed to typically use the `:${PN}` override syntax, including the SYSTEMD_ variables. Change our systemd.bbclass to do the same for consistency and perform a tree-wide variable replacement. Spot checked by building bletchley and witherspoon and checking some of the SYSTEMD_LINK directives on installed packages under qemu. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I20a9dd809bff8af8759488734f80486c7228c6eb
2019-09-18meta-hxt: Remove references to HXTBASEBrad Bishop3-3/+3
HXTBASE is only used for pointing at licenses...point at the licenses in oe-core in meta/files/common-licenses instead. to match the defacto convention used in other oe layers like meta-openembedded. (From meta-hxt rev: 9a75e608b2bba938d1e25e8d752dc50cab17aebf) Change-Id: I6b6a0943ecb467a1ab5c205d43d9295f5deee62c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-06update upstream subtreesBrad Bishop1-1/+1
A number of corequisites exist so squashing these all into one patch. meta-ingrasys - refresh master bc513127f4..67bcaf389f meta-hxt - refresh master 86a4df514f..8fe0d38bbb meta-phosphor - refresh master 06c09d7cce..df6ddae3d2 meta-quanta - refresh master 4f126361a1..53f3025271 Change-Id: I3daeef2a0467d8ea4f1fd1c617e526f8b11258af Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-26meta-hxt: stardragon4800-rep2: Update I2C hwmon paths for the 5.0 kernelPatrick Venture24-22/+22
In the 5.0 Linux kernel, an I2C device path segment changed: i2c@1e78a000 -> bus@1e78a000 (From meta-hxt rev: 86a4df514f987318cf26884432746d899c8ad5a3) Tested: Verified paths visually, but not tested on hardware. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I5b5f694977c5d2e68eec1371e2fdc795e21fad10 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-12meta-hxt: add some sensors support for rep2Yuan Yao26-0/+412
HXT stardragon4800 is an ARMv8-compatible 48-core processor chip. The REP2 is a reference design board for stardragon4800. BMC will handle the sensors,devices by I2C,SPI, include: IR38163, PXM1310, NVT210, TMP421, ADM1278, PCA9641 and so on. (From meta-hxt rev: 7f93ff421703876e060efd1f25d6dec5c899ed05) Change-Id: Ida87db042c52d7b3dc365525eec0dfebc9d19041 Signed-off-by: Yuan Yao <yao.yuan@hxt-semitech.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-12meta-hxt: add sol supportYuan Yao5-0/+28
(From meta-hxt rev: 983f81795dcfb10acd7a9a138206476a0a3a1bb0) Change-Id: I745e731c32cfaf3c8e367a56b596dc2e6140a01f Signed-off-by: Yuan Yao <yao.yuan@hxt-semitech.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-12meta-hxt: add soc update scriptYuan Yao2-0/+142
Add a simple script to help update the soc(host) firmware by flashcp. Usage: Format: socupdate.sh FileName IP Example: socupdate.sh 0ACJAXXX.ROM 192.168.1.1 (From meta-hxt rev: 5679e42877a21303207011a2f8ec3e643b5e76b2) Change-Id: I44da894bdbe048c7a79ec30bedd006918e1ae2d2 Signed-off-by: Yuan Yao <yao.yuan@hxt-semitech.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-11-08meta-hxt: stardragon4800-rep2: stardragon4800-rep2-config: set LICENSE fieldPatrick Venture1-1/+2
Set LICENSE field explicitly. (From meta-hxt rev: de676c5b542da4421585a322d9896427f359537e) Change-Id: Ib8ed775d06f4318fee343c5575c0ffd914143042 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-25Add meta-hxt and meta-stardragon-rep2Yuan Yao2-0/+118
Initial a new platfom for ARM system (From meta-hxt rev: a74be8cd66acd132d82daf45b6e92c89578c98b0) Change-Id: Iee29816c86457ac2e07a55184fe7cc1aeb1ba216 Signed-off-by: Yuan Yao <yao.yuan@hxt-semitech.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>