From a3a71d7320a085de8767b5cd1604990be1ed720c Mon Sep 17 00:00:00 2001 From: Marcinoo97 Date: Sat, 14 Oct 2023 20:26:36 +0100 Subject: [PATCH 1/3] current pi 5 support --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 723e695..bbb3fb4 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ For ACPI changes in the UEFI to take effect, you need to uninstall this override |CSI Camera Module|No driver available|_Not working_|| |3-pin case fan|UEFI-controlled|**Partially working**|Fan control can be enabled in the UEFI settings, but it will always stay on due to temperature control not working in Windows| +### Raspberry Pi 5 (ARM64) + +|Device|Driver|Status|Additional information| +| --- | --- | --- | --- | +| NO NO | NO | NO | + ### Raspberry Pi 4 / 400 (ARM64) |Device|Driver|Status|Additional information| From 5431a31a393c3a92463d8a72ce8d29c4eeb36bb8 Mon Sep 17 00:00:00 2001 From: Marcinoo97 Date: Sat, 14 Oct 2023 20:27:02 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbb3fb4..5693478 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ For ACPI changes in the UEFI to take effect, you need to uninstall this override |Device|Driver|Status|Additional information| | --- | --- | --- | --- | -| NO NO | NO | NO | +| NO | NO | NO | NO | ### Raspberry Pi 4 / 400 (ARM64) From b794bac5fbfc2c1ae18bddd574f767b6f51670d0 Mon Sep 17 00:00:00 2001 From: Marcinoo97 Date: Fri, 24 Nov 2023 19:15:15 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5693478..4a5fdf4 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,26 @@ For ACPI changes in the UEFI to take effect, you need to uninstall this override |Device|Driver|Status|Additional information| | --- | --- | --- | --- | -| NO | NO | NO | NO | +|SDHCI|sdbus.sys |**Partially working**| 12.5MB/s only No DMA, HS200/HS400 and UHS-I support at the moment.| +|GPIO|bcmgpio.sys|**Working**|| +|SPI|bcmspi.sys|**Working**|| +|AUXSPI|bcmauxspi.sys|**Working**|| +|I2C|bcmi2c.sys|**Working**|| +|PWM|bcm2836pwm.sys|**Working**|| +|Audio Jack (PWM-driven)|rpiwav.sys|**Working**|| +|Mini UART|pi_miniuart.sys|**Working**|| +|PL011 UART|SerPL011.sys|**Working**|| +|VC4 Mailbox Interface|rpiq.sys|**Working**|| +|VC7 Host Interface Queue|vchiq.sys|_Not working_|| +|VC7 GPU (Graphics)|roskmd.sys|_Not working_|the driver loads, but it doesn't do much as it's unfinished| +|HDMI Audio|rpi4hdmiwav.sys, rpi4hdmiwavbridge.sys|**Partially working**|only the HDMI0 port is supported (next to the USB-C port on RPi 4 or the SD card slot on RPi 400)| +|Basic Display Adapter (frame buffer)|MSBDD (Inbox)|**Working**|| +|DesignWare HS USB 2.0 OTG Controller|mcci_dwchsotg_hcd.sys, mcci_dwchsotg_hub.sys|**Partially working**|RAM must be limited to 1 GB| +|RP1| | **Partially working**| See below| +|XHCI Host Controllers in RP1| USBXHCI.SYS|**Working**| | +|Gigabit Ethernet Controller in RP1 |No driver available|_Not working_|| +|CYW43455 Wireless LAN|No driver available|_Not working_|| +|CYW43455 UART Bluetooth|cywbtserialbus.sys|**Working**|| ### Raspberry Pi 4 / 400 (ARM64)