-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hitting this: "Error-Input address is not aligned. Masking the last 2 bits" when using the v24.11_3.0.0-BET0 ACS image. #243
Comments
Hi @nvidiaarm, Can you please provide more information on this, at what point of ACS execution, or which test are you observing this error. Please attach corresponding logs. Best Regards, |
Hi,
This error occurred during the SystemReady band ACS and SCT for BBSR runs using the ACS live image - https://github.com/ARM-software/arm-systemready/tree/main/SystemReady-band/prebuilt_images/v24.11_3.0.0-BET0. Both testing is hitting this: Error-Input address is not aligned. Masking the last 2 bits after running for 2 hours into the testing.
***@***.***
Thank you.
From: Amrathesh . ***@***.***>
Sent: Thursday, December 12, 2024 3:10 AM
To: ARM-software/arm-systemready ***@***.***>
Cc: Allen Tang ***@***.***>; Mention ***@***.***>
Subject: Re: [ARM-software/arm-systemready] Hitting this: "Error-Input address is not aligned. Masking the last 2 bits" when using the v24.11_3.0.0-BET0 ACS image. (Issue #243)
Hi @nvidiaarm<https://github.com/nvidiaarm>,
Can you please provide more information on this, at what point of ACS execution, or which test are you observing this error. Please attach corresponding logs.
Best Regards,
Amrathesh
Arm System Compliance Team.
—
Reply to this email directly, view it on GitHub<#243 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BFMS5EKJDODQ4PATERH32B32FFVJJAVCNFSM6AAAAABTMFZNK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZYGU3TSNRWGU>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Hi @nvidiaarm, Upon reviewing the error message, it appears that the issue may stem from the SBSA/BSA ACS suite execution and unexpected to encounter such an error during BBSR SCT. Further analysis suggests that the error might be triggered by an unaligned address encountered by pal_mmio_read[1]. (unaligned address might be referenced in system's ACPI info) Please provide log snippets to further debug and root cause the issue. [1] ARM-software/bsa-a/pal/uefi_acpi/common/src/pal_misc.c#L159 Best Regards, |
See the attached. Thanks.
From: Amrathesh . ***@***.***>
Sent: Sunday, December 15, 2024 10:30 PM
To: ARM-software/arm-systemready ***@***.***>
Cc: Allen Tang ***@***.***>; Mention ***@***.***>
Subject: Re: [ARM-software/arm-systemready] Hitting this: "Error-Input address is not aligned. Masking the last 2 bits" when using the v24.11_3.0.0-BET0 ACS image. (Issue #243)
Hi @nvidiaarm<https://github.com/nvidiaarm>,
Upon reviewing the error message, it appears that the issue may stem from the SBSA/BSA ACS suite execution and unexpected to encounter such an error during BBSR SCT. Further analysis suggests that the error might be triggered by an unaligned address encountered by pal_mmio_read[1]. (unaligned address might be referenced in system's ACPI info) Please provide log snippets to further debug and root cause the issue.
[1] ARM-software/bsa-a/pal/uefi_acpi/common/src/pal_misc.c#L159<https://github.com/ARM-software/bsa-acs/blob/de0064098150651bb186c01cda74aef1b0923121/pal/uefi_acpi/common/src/pal_misc.c#L159>
Best Regards,
Amrathesh
Arm System Compliance Team.
—
Reply to this email directly, view it on GitHub<#243 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BFMS5EKMUOIRBWNOK7NTW3D2FZXNLAVCNFSM6AAAAABTMFZNK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBUG4YTGNJSG4>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Hi @nvidiaarm, I don't see any attachments in previous mail, it might have dropped, can you please resend, you can also directly mail the logs to [email protected]. PS: Please note the support email alias change. Best Regards, |
See the attached. Thanks.
From: Amrathesh . ***@***.***>
Sent: Monday, December 23, 2024 8:52 PM
To: ARM-software/arm-systemready ***@***.***>
Cc: Allen Tang ***@***.***>; Mention ***@***.***>
Subject: Re: [ARM-software/arm-systemready] Hitting this: "Error-Input address is not aligned. Masking the last 2 bits" when using the v24.11_3.0.0-BET0 ACS image. (Issue #243)
Hi @nvidiaarm<https://github.com/nvidiaarm>,
I don't see any attachments in previous mail, it might have dropped, can you please resend, you can also directly mail the logs to ***@***.******@***.***>.
Best Regards,
Amrathesh
Arm System Compliance Team.
—
Reply to this email directly, view it on GitHub<#243 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BFMS5EP5HPCCSXV6QYOG7CL2HDR5HAVCNFSM6AAAAABTMFZNK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRQGY2DIMZTGI>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
- iterating the bdf info table rather than peripheral table, to target all PCIe devices to check. - test 842 was modified. Fixes: ARM-software/arm-systemready#243 Signed-off-by: Amrathesh <[email protected]>
- iterating the bdf info table rather than peripheral table, to target all PCIe devices to check. - test 842 was modified. Fixes: ARM-software/arm-systemready#243 Signed-off-by: Amrathesh <[email protected]>
I tried running both the SystemReady band ACS and SCT for BBSR suites using the v24.11_3.0.0-BET0 ACS image.
Both testing is hitting this error during the run: Error-Input address is not aligned. Masking the last 2 bits
The text was updated successfully, but these errors were encountered: