Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f3fddf61 23-May-2025 Sean He <sean.he.wiwynn@gmail.com>

meta-facebook: yosemite4: Enhance NIC EID configuration retry mechanism

Motivation:
Some NICs boot up later than expected, leading to failures in
EID configuration. This issue is related to NIC firm

meta-facebook: yosemite4: Enhance NIC EID configuration retry mechanism

Motivation:
Some NICs boot up later than expected, leading to failures in
EID configuration. This issue is related to NIC firmware, which
receives continuous updates.

Solution:
Make NIC EID configuration more robust by:
- Adding time intervals between retry attempts
- Increasing the total number of retry attempts

Test Plan:
Build code - PASS
Verify NIC EID persists after multiple sled power cycles - PASS

Change-Id: Ide791fa8466695bc9f06f1b1ccac784720e683c4
Signed-off-by: Sean He <sean.he.wiwynn@gmail.com>

show more ...


# 8ce703ba 24-Apr-2025 Sean He <sean.he.wiwynn@gmail.com>

meta-facebook: yosemite4: set NIC version property correctly when plugged or unplugged

When the NIC is plugged or unplugged, the version property
is not set, so the version will still persist. Modif

meta-facebook: yosemite4: set NIC version property correctly when plugged or unplugged

When the NIC is plugged or unplugged, the version property
is not set, so the version will still persist. Modify the
configure-nic-endpoint script so that when the NIC is plugged in,
the version will be set, and when it is unplugged, the version
will be set to an empty string.

Change-Id: I7bf0bf0f8426576d9756e5f3ef2280e94b985815
Signed-off-by: Sean He <sean.he.wiwynn@gmail.com>

show more ...


# 5da547a2 05-Feb-2025 Jerry C Chen <jerry.c.chen.wiwynn@gmail.com>

meta-facebook: fix NIC EID missing

The MCTP response might be dropped by mux switching.
Adding retry on set EID command before MCTP driver fix the issue.

Change-Id: I74da5ba9680322d6cfb2aa640c63a95

meta-facebook: fix NIC EID missing

The MCTP response might be dropped by mux switching.
Adding retry on set EID command before MCTP driver fix the issue.

Change-Id: I74da5ba9680322d6cfb2aa640c63a95fe700c42e
Signed-off-by: Jerry C Chen <jerry.c.chen.wiwynn@gmail.com>

show more ...


Revision tags: 2.18.0-dev
# 3229ff18 30-Oct-2024 Thu Nguyen <thu@os.amperecomputing.com>

meta-facebook: Update to use mctp D-Bus v2.0 APIs

The openEmbedded is updated to use the MCTP D-Bus APIs V2.0 from Code
Construct. Update the MCTP API caller.

Change-Id: I5ec4eafbd5b2f4d8fef42dcee0

meta-facebook: Update to use mctp D-Bus v2.0 APIs

The openEmbedded is updated to use the MCTP D-Bus APIs V2.0 from Code
Construct. Update the MCTP API caller.

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

show more ...


# ddcc0132 28-Oct-2024 Lora Lin <lora.lin.wiwynn@gmail.com>

meta-facebook: yosemite4: Unify whether there should be a underscore between the sensor name and index

Follow the format 'BLAH<num>’ and use 'BLAH_<num>' only in the
specific case where we need to i

meta-facebook: yosemite4: Unify whether there should be a underscore between the sensor name and index

Follow the format 'BLAH<num>’ and use 'BLAH_<num>' only in the
specific case where we need to indicate it as the main/second source

Change-Id: Iad905ef613dbcb6c4a6b00f757d4db78ef75f058
Signed-off-by: Lora Lin <lora.lin.wiwynn@gmail.com>

show more ...


# f815af98 21-Oct-2024 Lora Lin <lora.lin.wiwynn@gmail.com>

meta-facebook: yosemite4: Revise the descriptor part of sensor name

Revise the descriptor part of sensor name to comply naming rule.

Change-Id: Ib7ffd35205486f9a83c0617c54a55b5780d49728
Signed-off-

meta-facebook: yosemite4: Revise the descriptor part of sensor name

Revise the descriptor part of sensor name to comply naming rule.

Change-Id: Ib7ffd35205486f9a83c0617c54a55b5780d49728
Signed-off-by: Lora Lin <lora.lin.wiwynn@gmail.com>

show more ...


# 78c198b9 26-Aug-2024 Patrick Williams <patrick@stwcx.xyz>

meta-facebook: remove .sh suffix for scripts

Scripts and executables should not have a language-based extension
in order to simplify user operations and to avoid excessive refactoring
when rewrites

meta-facebook: remove .sh suffix for scripts

Scripts and executables should not have a language-based extension
in order to simplify user operations and to avoid excessive refactoring
when rewrites are done. Remove all `.sh` extensions on scripts.

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

show more ...