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

meta-lxatac-bsp: barebox: update to 2024.10.0 #193

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

hnez
Copy link
Member

@hnez hnez commented Oct 18, 2024

From the LXA TAC's point of view this brings two improvements:

  • Barebox now interprets GPIO_PULL_UP / GPIO_PULL_DOWN flags in gpio configurations, just like Linux does. This allows us to drop the pinctrl configuration that manually configures pull-up resistors on the two button input lines.
  • The Fastboot improvements that make getvar calls not interrupt the boot process anymore are now mainline and we can drop our backport.

@hnez hnez requested a review from a3f October 18, 2024 13:38
@hnez hnez assigned a3f Oct 18, 2024
@hnez
Copy link
Member Author

hnez commented Oct 25, 2024

Hi @a3f,
could you take a look at this PR? As long as I did not throw away the wrong patches there should not be that much that could have gone wrong.

From the LXA TAC's point of view this brings two improvements:

  - Barebox now interprets `GPIO_PULL_UP` / `GPIO_PULL_DOWN` flags in
    gpio configurations, just like Linux does.
    This allows us to drop the pinctrl configuration that manually
    configures pull-up resistors on the two button input lines.

  - The Fastboot improvements that make `getvar` calls not interrupt the
    boot process anymore are now mainline and we can drop our backport.

Signed-off-by: Leonard Göhrs <[email protected]>
@hnez hnez merged commit b2a636d into linux-automation:scarthgap Oct 25, 2024
4 checks passed
@hnez hnez deleted the barebox-2024-10 branch October 25, 2024 09:24
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