Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 1 | set default="0" |
Vishal Bhoj | ca1fbcd | 2015-12-16 00:25:24 +0530 | [diff] [blame] | 2 | set timeout=1 |
Vishal Bhoj | 5101eef | 2016-01-12 16:46:12 +0000 | [diff] [blame^] | 3 | menuentry '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 Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 10 | menuentry 'AOSP@720P' { |
Vishal Bhoj | ca1fbcd | 2015-12-16 00:25:24 +0530 | [diff] [blame] | 11 | search.fs_label boot root |
| 12 | set root=($root) |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 13 | 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 | } |
| 17 | menuentry 'AOSP@SVGA' { |
Vishal Bhoj | ca1fbcd | 2015-12-16 00:25:24 +0530 | [diff] [blame] | 18 | search.fs_label boot root |
| 19 | set root=($root) |
Vishal Bhoj | e72c920 | 2015-10-23 18:10:21 +0100 | [diff] [blame] | 20 | 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 Bhoj | ca1fbcd | 2015-12-16 00:25:24 +0530 | [diff] [blame] | 24 | menuentry 'Fastboot' { |
| 25 | search.fs_label boot root |
| 26 | chainloader ($root)/EFI/BOOT/fastboot.efi |
| 27 | } |