Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a8a764a5 17-Mar-2022 Thang Tran <thuutran@amperecomputing.com>

meta-ampere: fix parameters in power control services

When HOST is turned on/off, ampere-gpio-poweroff/on@.service is called.
They should not call op-wait-power-off/on@.service, just wait for them.

meta-ampere: fix parameters in power control services

When HOST is turned on/off, ampere-gpio-poweroff/on@.service is called.
They should not call op-wait-power-off/on@.service, just wait for them.
Remove redundant "Requires" and "Wants" in service files.

Add timeout to obmc-flash-host-bios@.service to avoid blocking power
control.

Tested:
1. Turn on/off the HOST power.
2. Check journalctl log to ensure that op-wait-power-off/on@.service
are not called by ampere-gpio-poweroff/on@.service.

Signed-off-by: Thang Tran <thuutran@amperecomputing.com>
Change-Id: If9403891b2e57c73c4fd8e0ea1b24314b7b0c3f8

show more ...


Revision tags: 2.11.0, 2.12.0-dev
# a3150fa5 07-Sep-2021 Chanh Nguyen <chanh@os.amperecomputing.com>

meta-ampere: fwupdate: detect Host FW to flash

Support a wrapper script to detect the Host firmware image by checking
the ExtendedVersion field from the MANIFEST file to flash into
t

meta-ampere: fwupdate: detect Host FW to flash

Support a wrapper script to detect the Host firmware image by checking
the ExtendedVersion field from the MANIFEST file to flash into
the appropriate device components. The supported image type include:
- ExtendedVersion=secondary: flash to secondary Host SPI-NOR
- ExtendedVersion=scp-primary: flash to primary Boot EEPROM
- ExtendedVersion=scp-secondary: flash to alternative Boot EEPROM
- ExtendedVersion=fru: write to the FRU EEPROM.

Tested:
1. Flash UEFI firmware into the primary Host SPI-NOR via WebUI
2. Flash UEFI firmware into the secondary Host SPI-NOR via WebUI

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

show more ...


Revision tags: 2.10.0-rc1, 2.11.0-dev
# 25254b72 07-Jan-2021 Thang Q. Nguyen <thang@os.amperecomputing.com>

meta-ampere: mtjade: Add Host firmware update support

Enable flash_bios feature and configure to use backend script to flash
UEFI firmware via Redfish, WebUI and Rest.

Tested:

meta-ampere: mtjade: Add Host firmware update support

Enable flash_bios feature and configure to use backend script to flash
UEFI firmware via Redfish, WebUI and Rest.

Tested:
1. Flash UEFI firmware via WebUI.
2. Flash UEFI firmware via Redfish UpdateService
3. Flash UEFI firmware via Rest interface.

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

show more ...