Skip to content

Commit

Permalink
Changes for 2022-02-05:
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
jaredmcneill committed Feb 5, 2022
1 parent a9edf06 commit e2cea2c
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
#### 2022-01-15
#### 2022-02-05

* 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.
* 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.

0 comments on commit e2cea2c

Please sign in to comment.