Releases: jaredmcneill/quartz64_uefi
Releases · jaredmcneill/quartz64_uefi
2023-03-13
2023-03-13
- PCIe fixes for Quartz64 and ROC-RK3566-PC.
2022-07-20
2022-07-20
- Generate UUID and serial number in SMBIOS.
- Support building with newer GCC versions.
2022-05-05
2022-05-05
- Fix a bug that prevented micro SD cards from working in release builds.
- Improved power management for SOQuartz boards.
2022-04-29
2022-04-29
- Fix a bug that prevented USB3 devices from working on USB3 ports with Firefly boards.
2022-04-16
2022-04-16
- Add Firefly Station M2 and ROC-RK3566-PC support.
- Add RTC support for Firefly boards.
2022-02-20
2022-02-20
- Add SOQuartz support.
2022-02-05
2022-02-05
- Add UEFI eMMC support.
- SD card performance fixes in UEFI.
- Add memory size detection support (no longer separate images for 4GB/8GB models).
- Switch to faster 1560MHz DDR image like U-Boot and disable DDR debug log messages.
- Add 4K and EDID support to display driver.
- Use standard Pine64 logo.
2022-01-15
2022-01-15
- Add SD card support to UEFI.
- Add eMMC device to ACPI tables.
- Reduce the amount of duplicated code between boards.
2022-01-11
- Do not make the device tree available since some OSes that support
both ACPI and DT will prefer the latter by default. - Enable auto clock gating.
- Fix Windows BSOD due to duplicate unique IDs on PRP0001 devices.
2022-01-11
2022-01-11
- Do not make the device tree available since some OSes that support
both ACPI and DT will prefer the latter by default. - Enable auto clock gating.
- Fix Windows BSOD due to duplicate unique IDs on PRP0001 devices.
2022-01-09
2022-01-09
- Update BL31 to v1.32, DDR to v1.11
- Quartz64: Generate a persistent MAC address from OTP data.
- Quartz64: Initialize ethernet PHY.
- Quartz64: Add SD card slot device in ACPI tables.
- SOQuartz: Initial support for the SOQuartz CM4 module.
- More PCIe improvements