[go: nahoru, domu]

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

devices/legacy: import PL011 for aarch64 #158

Merged
merged 1 commit into from
Feb 6, 2024
Merged

devices/legacy: import PL011 for aarch64 #158

merged 1 commit into from
Feb 6, 2024

Conversation

slp
Copy link
Contributor
@slp slp commented Feb 3, 2024

Import a PL011 implementation and use it when building for aarch64. While it's techicanlly possible to use a mmio 8250/16550 UART on aarch64, it's more common to have a PL011, and software such as EDK2 is built on top of this expectation.

Import a PL011 implementation and use it when building for aarch64.
While it's techicanlly possible to use a mmio 8250/16550 UART on
aarch64, it's more common to have a PL011, and software such as EDK2 is
built on top of this expectation.

Signed-off-by: Sergio Lopez <slp@sinrega.org>
@slp slp merged commit 5329be7 into containers:main Feb 6, 2024
4 checks passed
@slp slp deleted the pl011 branch February 6, 2024 11:42
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.

None yet

1 participant