Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 2.18.0-dev, 2.17.0-dev
# 916cce38 17-Jun-2024 Thang Q. Nguyen <thang@os.amperecomputing.com>

meta-ampere: Fix spelling mistakes using codespell

This commit corrects various spelling mistakes throughout the
repository. The corrections were made automatically using `codespell`[1]
tool.

[1]:

meta-ampere: Fix spelling mistakes using codespell

This commit corrects various spelling mistakes throughout the
repository. The corrections were made automatically using `codespell`[1]
tool.

[1]: https://github.com/codespell-project/codespell

Change-Id: I52089b0d449adecf87d52da153587757faf20f38
Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>

show more ...


Revision tags: 2.16.0-dev
# d9c8965d 04-Oct-2023 Thang Q. Nguyen <thang@os.amperecomputing.com>

meta-ampere: mtmitchell: use standard gpio commands

Change to use gpioset and gpioget to set value for output GPIOs and read
value for input GPIOs.
This commit also corrects GPIO base numbers which

meta-ampere: mtmitchell: use standard gpio commands

Change to use gpioset and gpioget to set value for output GPIOs and read
value for input GPIOs.
This commit also corrects GPIO base numbers which are changed in Linux
kernel 6.5

Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>
Change-Id: I802f9d777537ff28f94945006b6582b15523e3a8

show more ...


Revision tags: 2.14.0, 2.14.0-rc1, 2.15.0-dev
# 6e5303f2 18-Nov-2022 Thu Nguyen <thu@os.amperecomputing.com>

meta-ampere: mtmitchell: use power cycle for reset actions

AmpereOne POR recommends to use power cycle instead of SYS_RESET for
reset actions.
This commit changes REBOOT_ACK handling and warm reboot

meta-ampere: mtmitchell: use power cycle for reset actions

AmpereOne POR recommends to use power cycle instead of SYS_RESET for
reset actions.
This commit changes REBOOT_ACK handling and warm reboot to use power
cycles.

Tested:
1. "ipmitool power reset" when the host is on power action should
similar "ipmitool power cycle".
2. "ipmitool power reset" when the host is off, power action should be
bypassed.
3. In host os call "reboot", the power action should be power off then
power on (without softoff action before power off).
4. Call "GracefulRestart" and "ForceRestart" from redfish when the
host is on the power action should be similar "power cycle"
5. Call "GracefulRestart" and "ForceRestart" from redfish when the
host is off, power action should be bypassed.
6. Press "reset" button in the chassis will cause power off then power
on the host.

Signed-off-by: Thu Nguyen <thu@os.amperecomputing.com>
Change-Id: I759623b68018b05d758b181936e0d4624eb03d94

show more ...


# 0731ef89 16-Apr-2023 Patrick Williams <patrick@stwcx.xyz>

meta-ampere: shellcheck: fix up source locations

Many scripts in meta-ampere had `shellcheck source=/dev/null`, which
isn't as useful as putting the real sourced script. Fix up all of
these in the

meta-ampere: shellcheck: fix up source locations

Many scripts in meta-ampere had `shellcheck source=/dev/null`, which
isn't as useful as putting the real sourced script. Fix up all of
these in the meta-layer to point to the right script, which as a
side-effect allow a few global-disables to be removed.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Icb43dc76a19edbdada8b4caa6ced57ff07f42d27

show more ...


Revision tags: 2.13.0, 2.14.0-dev, 2.12.0, 2.12.0-rc1, 2.13.0-dev
# bdfb8a9c 28-Apr-2022 Chanh Nguyen <chanh@os.amperecomputing.com>

meta-ampere: mtmitchell: add Host power control support

Support Host power control for Mt.Mitchell platform

Tested:
1. Verify if Host power ON/OFF/cycle/reset work via IPMI, Redfish and
WebUI.

Sig

meta-ampere: mtmitchell: add Host power control support

Support Host power control for Mt.Mitchell platform

Tested:
1. Verify if Host power ON/OFF/cycle/reset work via IPMI, Redfish and
WebUI.

Signed-off-by: Chanh Nguyen <chanh@os.amperecomputing.com>
Change-Id: Ia397866ac3aef128958d84696209ecab80d16266

show more ...