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

FIX: PL011 UART driver's configuration for RPi4 #181

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 18, 2024

  1. FIX: PL011 RPi4 UART configuration

    - Page alignment is required for Bao; all UARTs except for UART0 in the RPi4 are
    not page aligned, thus requiring an offset. This must be defined by the
    platform's user (plat/platform.h).
    - UART_CLK must be overridable and defined by the platform's user (plat/platform.h): in RPi4 PL011 run at 48 MHz
    
    Signed-off-by: ElectroQuanta <[email protected]>
    
    CI validated
    ElectroQuanta committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6a0834e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85c9a78 View commit details
    Browse the repository at this point in the history