You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Basic bringup is completed for the RPi400 and ToaruOS can reach a desktop and run applications on one core. This ticket tracks incomplete functionality.
SMP: spin up other cores
Firmware drops us in EL2, might want to bootstrap cores to EL1 in the platform shim with our own spintables and let Misaka resume them with the existing EL1 AP startup code.
Collect memory information
Currently pretending we have 512MB of continuous memory from 0, but that's probably not true with the VC? Consider switching to the "high peripheral" mode as well...
Actually parse the DTB firmware gives us
This was skipped and important stuff (mostly GIC) was hardcoded as the existing DTB parser is incomplete and only barely understands the QEMU virt dtb.
Device drivers
USB
I can put it off no longer, it's time to write a USB stack.
XHCI
HID
Onboard PCM?
The 400 lacks the audio jack, but HDMI audio is supported - is that hooked up to the same hardware? Look into this.
Ethernet
Bluetooth
GPIO
Support setting clock time from userspace
RPi has no RTC, so we need to be able to set the time through ntp or a command, probably just by adjusting the 'clock basis time'.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Basic bringup is completed for the RPi400 and ToaruOS can reach a desktop and run applications on one core. This ticket tracks incomplete functionality.
Firmware drops us in EL2, might want to bootstrap cores to EL1 in the platform shim with our own spintables and let Misaka resume them with the existing EL1 AP startup code.
Currently pretending we have 512MB of continuous memory from 0, but that's probably not true with the VC? Consider switching to the "high peripheral" mode as well...
This was skipped and important stuff (mostly GIC) was hardcoded as the existing DTB parser is incomplete and only barely understands the QEMU virt dtb.
I can put it off no longer, it's time to write a USB stack.
The 400 lacks the audio jack, but HDMI audio is supported - is that hooked up to the same hardware? Look into this.
RPi has no RTC, so we need to be able to set the time through
ntp
or a command, probably just by adjusting the 'clock basis time'.The text was updated successfully, but these errors were encountered: