summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-s6q/recipes-s6q
AgeCommit message (Collapse)AuthorFilesLines
2022-03-11meta-quanta: s6q: Add usb0 network interfaceJerry Wan2-0/+21
1. Fix the sytle of systemd-conf.bbappend to wrap with 80 characters. 2. Add usb0 network interface. 3. Disable ipv4 link-local address to avoid routing problems. Tested: Set the host's network interface to a link-local address and successfully communicate with the BMC via usb0. Signed-off-by: Jerry Wan <jerry.wan@quantatw.com> Change-Id: I9e6a9946a2beb8cf85872abe1919e92052fe46cc
2022-02-24meta-quanta: s6q: add sensors yamlJoseph Fu1-0/+1
Add configuration to store sensor. Add CPU temperatur sensor by using virtual sensor to get maximum value between DTS_CPU and Die_CPU. Tested: using 'ipmitool sdr type' command and Redfish client command to verify on S6Q board. Signed-off-by: Joseph Fu <joseph.fu@quantatw.com> Change-Id: I324230922e03f60c080858150b476c3f50fb62d6
2022-02-24meta-quanta: s6q: add watchdog serviceJoseph Fu1-0/+1
Add service files to enable ipmitool watchdog command. Tested: 1.setting watchdog action hard reset ~# ipmitool raw 0x06 0x24 0x01 0x01 0x01 0x02 0x64 0x00 starting reset ~# ipmitool raw 0x06 0x22 2.power off ~# ipmitool raw 0x06 0x24 0x01 0x02 0x01 0x02 0x64 0x00 ~# ipmitool raw 0x06 0x22 3.power cycle ~# ipmitool raw 0x06 0x24 0x01 0x02 0x01 0x02 0x64 0x00 ~# ipmitool raw 0x06 0x22 Use these commands to verify the result matches service settings. Signed-off-by: Joseph Fu <joseph.fu@quantatw.com> Change-Id: I738d0d86b6a9729d488f22e841e207aaab219796
2022-01-06meta-quanta: s6q: create basic machineP.K.Lee1-0/+48
Initial introduction of Quanta S6Q family equipped with Aspeed 2600 BMC SoC. Tested: 1. Build Quanta S6Q board and load on the target hardware. 2. Ensure that BMC boots to console. Change-Id: Ia16d5fd6e38e2191908c0bec44cb412be254a433 Signed-off-by: P.K.Lee <p.k.lee@quantatw.com>