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

Initial raspberrypi5 support #4441

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

Commits on Nov 18, 2024

  1. u-boot: add initial support for rpi5

    - enable booting from sd card
    - u-boot has no pci support for rpi5 yet, so the usb/ethernet ports are
    not enabled.
    - there is no hdmi output yet, only uart.
    
    Signed-off-by: Dimitrios Poulios <dpoulios85@gmail.com>
    dpoulios committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    7c01948 View commit details
    Browse the repository at this point in the history
  2. grub: add rpi5 dtb/console in grub.cfg

    - enable raspberrypi5 console in grub config
    - use the devicetree provided by the firmware (and not the one
    provided by the kernel) to ensure the ethernet mac address is
    set correctly
    
    Signed-off-by: Dimitrios Poulios <dpoulios85@gmail.com>
    dpoulios committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    acab065 View commit details
    Browse the repository at this point in the history