summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gsj/recipes-kernel
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11meta-quanta: meta-gsj: Cleanup for Yocto override syntax changeWilly Tu1-2/+2
Cleanup with ``` convert-overrides.py meta-quanta/meta-gsj git grep "_[a-z0-9_/-]*[ :]" -- meta-quanta/meta-gsj git grep -l _gsj -- meta-quanta/meta-gsj \ | xargs sed -i 's/_gsj/:gsj/' ``` Note: Need to revert the change to BBFILE_PATTERN and LAYERSERIES_COMPAT. After cleanup ``` $ git grep "_[a-z0-9_/-]*[ :]" -- meta-quanta/meta-gsj/ | grep '.bb' meta-quanta/meta-gsj/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_%.bbappend:do_install:append:gsj () { meta-quanta/meta-gsj/recipes-google/ipmi/google-ipmi-sys_%.bbappend:do_install:append:gsj() { meta-quanta/meta-gsj/recipes-gsj/detect-fan-fail/detect-fan-fail.bb:do_install:append:gsj() { meta-quanta/meta-gsj/recipes-gsj/quanta-nvme-powerctrl/quanta-nvme-powerctrl.bb:do_install () { meta-quanta/meta-gsj/recipes-phosphor/fans/phosphor-pid-control_%.bbappend:do_install:append:gsj() { meta-quanta/meta-gsj/recipes-quanta/network/mac-address_%.bbappend:do_install:append:gsj() { ``` Change-Id: I058371ed32214d665aaaf616a650c2efeaf5be66 Signed-off-by: Willy Tu <wltu@google.com>
2021-04-23quanta: gsj: linux: Enable USB NPCM UDC driverWilly Tu1-0/+2
Google-Bug-Id: 186163211 Change-Id: I0e7a43b93cb441ee382b5b94e6f5aac24aaddc7d Signed-off-by: Willy Tu <wltu@google.com>
2019-05-23meta-quanta: gsj: Add sensor threshold to hwomnDuke Du1-0/+1
Add sensor ucd90160 to hwmon, modify exists sensor threshold and test on gsj board pass. (From meta-quanta rev: eb4958ddd1081f856c7876cac8a21b166fee28a7) Signed-off-by: Duke Du <Duke.Du@quantatw.com> Change-Id: I4a06978e081653ac27097342bc5cd2dd10816c7e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-09quanta: update gsj machine configurationFranHsu1-0/+14
Commit GSJ project configurations. 1. Add configuration for u-boot-evn. 2. Update kernel configuration. 3. Add gsj suffix to some properties. Tested: Build Quanta GSJ image and load on the GSJ BMC module. Ensure that BMC boots to console successfully. (From meta-quanta rev: fc91a4374e2576e940f9c70f34cfe5af9d0aa727) Change-Id: I2de3b60db65f744bdc1a573efd063b999aa2536e Signed-off-by: Fran Hsu <Fran.Hsu@quantatw.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-29meta-quanta: gsj: set machine suffix on linux-nuvotonPatrick Venture1-2/+2
Set the machine suffix "gsj" on the linux-nuvoton recipe such that it will only apply to this machine. (From meta-quanta rev: 84f2057e7e1067c3cc485d872f4581db0ffb1441) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I3d8631b25b4a542f529f7e55c28e90159dfcddb7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-07meta-gsj: Add kernel configuration for GSJ board.FranHsu2-0/+50
Tested: Build Quanta GSJ board and load on the EVB. Ensure that BMC boots to console. (From meta-quanta rev: 6e899862f90575f772dff209f8cd3da0cb4a85c2) Change-Id: I016b3992032ca72932260793870d3d1e6c710ff0 Signed-off-by: FranHsu <Fran.Hsu@quantatw.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>