Skip to content

Releases: edk2-porting/edk2-msm

Version 1.0.3

10 Sep 15:20
Compare
Choose a tag to compare

SDM845 EDK2 + Windows Drivers - v1.0.3

Released on 2021-09-10
Windows Status Matrix

Changelog:

  1. Add support for building EDK2 targeting 8G RAM for multiple devices
  2. Add support for GPU with both EBBG and tianma panels on beryllium
  3. Add support for Focaltech touchscreen on beryllium
  4. Fix green screen problem when decoding video on Xiaomi devices
  5. Update SynapticsTouch driver for Oneplus devices
    • Touch controller not working on replaced screens is fixed now
    • The driver doesn’t die anymore
  6. perseus: Enable FG and fix brightness
  7. m1892: Enable WLAN and GPU
  8. Fix Bluetooth on polaris and dipper
  9. trident: Add support for GPU and WLAN
  10. Add support for LTE Mobile Broadband
  11. Add initial support for multiple new devices
  12. Add support for switching A/B slots in UEFI Menu
    • You can enter UEFI Menu by pressing any volume key during boot
    • edk2 can now be flashed to whatever slot you want
  13. nx616j: Fix USB
  14. Try to use most ram on 6GB RAM devices
  15. Add USB Mass Storage App in UEFI menu

设备支持状态

更改日志:

  1. 增加对部分8G RAM设备的支持
  2. 为EBBG和天马两种面板的poco f1添加GPU支持
  3. 新增对某些poco f1设备上Focaltech触摸屏的支持
  4. 修复小米设备播放视频绿屏的问题
  5. 更新一加设备使用的Synaptics触摸屏驱动
    • 现在某些非原装山寨面板也应该能使用触摸屏了
    • 驱动不再会莫名其妙地停止工作
  6. 小米Mix3:增加电源管理支持,修复亮度调节
  7. 魅族16th plus:支持WLAN和GPU
  8. 修复Mix 2s和Mi 8上的蓝牙
  9. 坚果R1:增加对GPU和WLAN的支持
  10. 增加对LTE数据流量的支持
  11. 增加对多个新设备的支持
  12. 支持在UEFI菜单中切换A/B槽
    • 你可以通过在启动时短按任意音量键来进入UEFI菜单
    • edk2现在可以被刷写至A或B分区中的任意一个
  13. 修复nx616j上的USB支持
  14. 在6GB RAM设备上使用尽可能多的内存
  15. 支持通过UEFI菜单启动USB大容量模式

Version 1.0.2

22 Aug 02:35
Compare
Choose a tag to compare

SDM845 EDK2 - v1.0.2

Released on 2021-08-22
Windows Status Matrix
If your device is not listed here, go check out Version 1.0 for other devices

Changelog:

  1. Fix USB for polaris when using GPU
  2. Add backlight adjustment support for polaris
  3. Add support for GPU on beryllium, fajita, dipper, perseus and enchilada

设备支持状态
如果你的设备未在此处列出,请前往v1.0版本下载相应镜像

更改日志:

  1. 为一加6(t)、小米Poco F1、小米Mix3和小米8添加GPU支持
  2. 修复Mix 2s上USB不能和GPU同时使用的问题
  3. 为Mix 2s增加背光调节支持

Version 1.0.1

21 Aug 11:33
Compare
Choose a tag to compare

SDM845 EDK2 - v1.0.1

Released on 2021-08-21

This release is ONLY for polaris
Check out https://github.com/edk2-porting/edk2-sdm845/releases/tag/v1.0 for other devices

Changelog:

Add GPU support for polaris

Note: Currently you can't use GPU and USB simultaneously. Codename polaris-gpu only has support for GPU without support for USB. You need to use corresponding drivers as well.

该版本仅针对小米Mix 2s,如果你拥有其他设备,请前往v1.0版本下载相应镜像
更改日志:

为小米Mix 2s添加GPU支持

注:目前你不能同时使用GPU和USB。设备代号polaris-gpu仅支持GPU而不支持USB。你还需要从WOA-Drivers库安装对应驱动才能使用GPU。

Version 1.0

16 Aug 14:59
Compare
Choose a tag to compare

SDM845 EDK2 - v1.0

Released on 2021-08-16
Changelog updated on 2021-08-18

Changelog:

  1. Brand new logo🎉
  2. Add experimental FG (Fuel Gauge) support for dipper, beryllium
  3. Enable WLAN on beryllium
  4. Disable APSS watchdog for all devices
    (This fixed automatic reboot issue on LG G7)
  5. Enable Touchscreen Support on UEFI Stage for OP6(t)
    (Touchscreen is usable in bootloaders such as rEFInd)
  6. Update ButtonsDxe in order to use buttons in Windows Boot Manager
    You can navigate between boot entries in Windows Boot Manager using Volume keys
    (tested on fajita and enchilada)
  7. Get mainline dtbs embedded in edk2
    So these devices should boot recent mainline Linux kernel without problem:
    polaris, fajita, enchilada, beryllium
  8. Re-enable Op6tSlotDxe for fajita and enchilada
    (Warning: For Oneplus devices, you must flash UEFI image to boot_a instead of boot_b, and make sure A is the active slot
    You CANNOT use fastboot boot xxx.img, which may confuse your bootloader and make it refuse to boot )
  9. Enable touchscreen on polaris in Windows
    Note: You need firmware from Android 8 to make touchscreen work properly
    We have simplified the process for you. Just flash devcfg.img below to the corresponding partition, and your Android 10 will run happily still.
    http://files.renegade-project.org/devcfg-polaris_FixTS.img

TODO:

Fix GPU. Our god @longjunyu2 is working on it😉

更改日志:

  1. 全新的logo🎉
  2. 实验性:增加在小米8,Poco F1上的电池监测及(部分)充电管理
  3. 增加Poco F1上的WLAN支持
  4. 禁用所有设备上的APSS看门狗,这修复了LG G7上的自动重启问题
  5. 增加一加6(t)在uefi阶段的触摸屏支持,在rEFInd之类的多系统引导程序中你可以使用触摸屏了
  6. 更新了ButtonDxe。对于一加设备,现在你可以使用音量键在Windows Boot Manager中选择启动项了
  7. UEFI内置了部分设备的主线Linux设备树,有助于启动Linux
  8. 重新为一加设备启用了Op6tSlotDxe。这有助于解决A/B导致的卡死在fastboot问题,但你必须把uefi刷进boot_a分区,启动时也应确保active slot是A。
    不能使用fastboot boot命令,它可能使你的分区表损坏,需要9008才能恢复。
  9. 增加了mix2s上的触摸屏支持
    注意:你需要安卓8的底层固件以使触摸屏正常工作
    我们为您简化了操作流程,现在您只需要将下面的img文件刷入devcfg分区,这样您依旧可以正常使用安卓10
    http://files.renegade-project.org/devcfg-polaris_FixTS.img

待做事项:

修复GPU。GOD @longjunyu2 正在着手解决😉:
“一天没有GPU我就一天不吃饭”

Version 0.4.2

01 Aug 12:43
Compare
Choose a tag to compare

SDM845 EDK2 - v0.4.2

Released : 2021-08-01

Changelog:

  1. Add WLAN support for dipper, perseus and polaris
  2. Add experimental FG (Fuel Gauge) support for enchilada, fajita, polaris
    FG is responsible for battery monitoring and (part of) charging.

TODO:

You know it.

更改日志:

  1. 增加对Mi 8,Mix 2s,Mix 3的WLAN支持
  2. 实验性:增加在一加6(t),Mix 2s上的电池监测及(部分)充电管理

Version 0.4.1

15 Jul 09:01
Compare
Choose a tag to compare

SDM845 EDK2 - v0.4.1

Released : 2021-07-15

Changelog:

Fix USB in Windows for polaris and dipper

TODO:

Rework logo
Fix MemoryMap(?) for GPU bringup

更改日志:

修复Mi Mix 2s和Mi 8的Windows USB支持

Version 0.4

14 Jul 03:20
Compare
Choose a tag to compare

SDM845 EDK2 - v0.4

Released : 2021-07-14

Changelog:

Due to broken git log, I have no idea what has been updated since v0.3 xD
But I'm sure that WiFi on Oneplus is working now with v0.4 :)

If you encounter problems booting edk2 on fajita, use boot-fajita-debug.img

TODO:

Rework logo
Fix MemoryMap(?) for GPU bringup

更改日志:

我也不知道在v0.3之后改了什么呢~,不过一加设备上的WiFi应该能用了
如果一加6t用户遇到卡fastboot问题,请使用boot-fajita-debug.img

Version 0.3

10 Jun 12:45
Compare
Choose a tag to compare

SDM845 EDK2 - v0.3

Released : 2021-06-10

Changelog:

  1. Add A/B slot support for OnePlus 6T
      It is designed to automatically update the slot state after entering UEFI firmware, solving the stuck in fastboot problem.
  2. USB works in UEFI stage
      You can now boot from a flash drive, and keyboard works in UEFI shell.
  3. Minor fixes

TODO:

Rework logo
Fix MemoryMap(?) for GPU bringup

Version 0.2.2

16 May 03:58
Compare
Choose a tag to compare

SDM845 EDK2 - v0.2.2

Released : 2021-05-16

Changelog

  1. Add support for new devices
  2. Add UEFI touchscreen support for fajita
  3. Enable USB VBUS, so that Linux users can get fully functional USB without powered hub.
  4. Fix mainline device tree for polaris

TODO

Rework logo

Version 0.2.1

21 Mar 08:43
Compare
Choose a tag to compare

SDM845 EDK2 - v0.2.1

Released : 2021-03-21

Changelog

  1. Add support for new devices
  2. Improve performance in Windows
  3. Change CPU model name
  4. Update logo