blob: e2443b01bbf8b75cbc4efaef9918fd21b7daff4f [file] [log] [blame]
Vishal Bhoje72c9202015-10-23 18:10:21 +01001set default="0"
Vishal Bhojca1fbcd2015-12-16 00:25:24 +05302set timeout=1
Vishal Bhoje72c9202015-10-23 18:10:21 +01003menuentry 'AOSP@720P' {
Vishal Bhojca1fbcd2015-12-16 00:25:24 +05304 search.fs_label boot root
5 set root=($root)
Vishal Bhoje72c9202015-10-23 18:10:21 +01006 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
7 initrd /ramdisk.img
8 devicetree /hi6220-hikey.dtb
9}
10menuentry 'AOSP@SVGA' {
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:800x600@60 androidboot.selinux=permissive
14 initrd /ramdisk.img
15 devicetree /hi6220-hikey.dtb
16}
17menuentry 'AOSP' {
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 androidboot.selinux=permissive
21 initrd /ramdisk.img
22 devicetree /hi6220-hikey.dtb
23}
Vishal Bhojca1fbcd2015-12-16 00:25:24 +053024
25menuentry 'Fastboot' {
26 search.fs_label boot root
27 chainloader ($root)/EFI/BOOT/fastboot.efi
28}