Skip to content

Releases: jaredmcneill/quartz64_uefi

2023-03-13

13 Mar 10:37
Compare
Choose a tag to compare

2023-03-13

  • PCIe fixes for Quartz64 and ROC-RK3566-PC.

2022-07-20

20 Jul 17:57
Compare
Choose a tag to compare

2022-07-20

  • Generate UUID and serial number in SMBIOS.
  • Support building with newer GCC versions.

2022-05-05

05 May 21:45
Compare
Choose a tag to compare

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

29 Apr 10:12
Compare
Choose a tag to compare

2022-04-29

  • Fix a bug that prevented USB3 devices from working on USB3 ports with Firefly boards.

2022-04-16

16 Apr 15:10
Compare
Choose a tag to compare

2022-04-16

  • Add Firefly Station M2 and ROC-RK3566-PC support.
  • Add RTC support for Firefly boards.

2022-02-20

20 Feb 17:40
Compare
Choose a tag to compare

2022-02-20

  • Add SOQuartz support.

2022-02-05

05 Feb 20:45
Compare
Choose a tag to compare

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

15 Jan 15:20
Compare
Choose a tag to compare

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

11 Jan 14:43
Compare
Choose a tag to compare

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

09 Jan 16:09
Compare
Choose a tag to compare

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