Skip to content
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

[v2]u-boot: Fix the SPI and eMMC hang issue #570

Merged
merged 1 commit into from
Dec 27, 2024
Merged

Conversation

BaochengSu
Copy link
Collaborator

@BaochengSu BaochengSu commented Dec 16, 2024

Another fix for the infamous #440 , should be the right one.

Refer to 1 and 2, the root cause is the wrong data type of the timer value.

Thanks [email protected] for the patches.

  1. https://lists.denx.de/pipermail/u-boot/2024-December/574817.html
  2. https://lists.denx.de/pipermail/u-boot/2024-December/574818.html

v1 -> v2:

The SD patch is removed, we doubt the SD card is another different issue and should be treated differently.

v1:
The SD patch is kept, however most probably the SD card issue is a different one.

@BaochengSu BaochengSu marked this pull request as ready for review December 17, 2024 03:36
Refer to 1 and 2, the root cause is the wrong data type of the timer
value.

Thanks [email protected] for the patches.

1. https://lists.denx.de/pipermail/u-boot/2024-December/574817.html
2. https://lists.denx.de/pipermail/u-boot/2024-December/574818.html

Signed-off-by: Baocheng Su <[email protected]>
@BaochengSu BaochengSu changed the title u-boot: Fix the SPI and eMMC hang issue [v2]u-boot: Fix the SPI and eMMC hang issue Dec 26, 2024
@BaochengSu BaochengSu merged commit 3738645 into master Dec 27, 2024
4 checks passed
@BaochengSu BaochengSu deleted the su/20241226-spi branch December 27, 2024 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants