- May 29, 2011
- 1,747
- 297
This is the successor of GRUB4Android - a project to bring multiboot to Android.
Even though most people hate UEFI on computers(users because of secureboot and devs because it doesn't change many problems of BIOS afaik), Intel's implementation("EDKII") actually is quite good and perfectly fits our needs.
Also, it still allows you to boot GRUB - just in case you wanna do that.
First off, having UEFI doesn't mean you can boot to Windows without any extra work. actually UEFI would be like the first 2% of work for such a project).
what's working already?:
EFIDroid Sourcecode:
https://github.com/efidroid
Google+ Community:
https://plus.google.com/communities/114053643671219382368
Slack Community (like IRC):
http://efidroid.appspot.com
Intel's EDKII project:
https://github.com/tianocore/edk2
Even though most people hate UEFI on computers(users because of secureboot and devs because it doesn't change many problems of BIOS afaik), Intel's implementation("EDKII") actually is quite good and perfectly fits our needs.
Also, it still allows you to boot GRUB - just in case you wanna do that.
First off, having UEFI doesn't mean you can boot to Windows without any extra work. actually UEFI would be like the first 2% of work for such a project).
what's working already?:
- it can boot (on mi2)
- UART, Timer, LCD-screen, MMC
- It can boot Intel's bootmanager App
- non-volatile storage
- add support for booting Android
- USB(low priority, as it's currently not really needed)
- automatically find and display Multiboot installations
- build a nice Smartphone UI (with AROMA if possible, but we need threads for that first)
EFIDroid Sourcecode:
https://github.com/efidroid
Google+ Community:
https://plus.google.com/communities/114053643671219382368
Slack Community (like IRC):
http://efidroid.appspot.com
Intel's EDKII project:
https://github.com/tianocore/edk2
Attachments
Last edited: