blob: f926f7adf13baa70efe6d378cb711895806787ca [file] [log] [blame]
Vishal Bhoje72c9202015-10-23 18:10:21 +01001set default="0"
Vishal Bhojca1fbcd2015-12-16 00:25:24 +05302set timeout=1
Vishal Bhoj5101eef2016-01-12 16:46:12 +00003menuentry 'AOSP' {
4 search.fs_label boot root
5 set root=($root)
6 linux /Image console=ttyAMA3,115200 androidboot.console=ttyAMA3 androidboot.hardware=hikey firmware_class.path=/system/etc/firmware efi=noruntime androidboot.selinux=permissive
7 initrd /ramdisk.img
8 devicetree /hi6220-hikey.dtb
9}
Vishal Bhoje72c9202015-10-23 18:10:21 +010010menuentry 'AOSP@720P' {
Vishal Bhojca1fbcd2015-12-16 00:25:24 +053011 search.fs_label boot root
12 set root=($root)
Vishal Bhoje72c9202015-10-23 18:10:21 +010013 linux /Image console=ttyAMA3,115200 androidboot.console=ttyAMA3 androidboot.hardware=hikey firmware_class.path=/system/etc/firmware efi=noruntime video=HDMI-A-1:1280x720@60 androidboot.selinux=permissive
14 initrd /ramdisk.img
15 devicetree /hi6220-hikey.dtb
16}
17menuentry 'AOSP@SVGA' {
Vishal Bhojca1fbcd2015-12-16 00:25:24 +053018 search.fs_label boot root
19 set root=($root)
Vishal Bhoje72c9202015-10-23 18:10:21 +010020 linux /Image console=ttyAMA3,115200 androidboot.console=ttyAMA3 androidboot.hardware=hikey firmware_class.path=/system/etc/firmware efi=noruntime video=HDMI-A-1:800x600@60 androidboot.selinux=permissive
21 initrd /ramdisk.img
22 devicetree /hi6220-hikey.dtb
23}
Vishal Bhojca1fbcd2015-12-16 00:25:24 +053024menuentry 'Fastboot' {
25 search.fs_label boot root
26 chainloader ($root)/EFI/BOOT/fastboot.efi
27}