aboutsummaryrefslogtreecommitdiff
path: root/96boards-reference-platform-debian
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@linaro.org>2015-10-29 01:18:32 -0200
committerRicardo Salveti <ricardo.salveti@linaro.org>2015-10-29 01:21:40 -0200
commit9543f23489bde0083642f4f3ff4909121b6f0ef8 (patch)
tree815577d8b82ec5d0fa4913254a5c5c9e2af4f4f9 /96boards-reference-platform-debian
parentf86a4baf084aed81c853514690e9cae114c1a63e (diff)
96boards-reference-platform-debian: several updates to use the reference components
Changes: - Using standard debian rootfs - Custom kernel based on hikey-mainline-rebase (4.3) - Reference GRUB, config now part of the rootfs - Adding out of tree firmware for wl18xx, until it's packaged properly Change-Id: I1c7fff9732de87cb72c6f5abbcfb64aff6f702b6 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to '96boards-reference-platform-debian')
-rw-r--r--96boards-reference-platform-debian/grub/grub.cfg.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/96boards-reference-platform-debian/grub/grub.cfg.in b/96boards-reference-platform-debian/grub/grub.cfg.in
new file mode 100644
index 0000000000..cea59196df
--- /dev/null
+++ b/96boards-reference-platform-debian/grub/grub.cfg.in
@@ -0,0 +1,14 @@
+set default=0
+set timeout=1
+set console_uart="CONSOLE_UART"
+
+menuentry 'Debian GNU/Linux' {
+ linux /boot/Image console=tty0 console=${console_uart} root=/dev/disk/by-partlabel/system rootwait quiet rw efi=noruntime
+ initrd /boot/initrd.img
+ devicetree /boot/dtbs/DEVICE_TREE
+}
+
+menuentry 'Fastboot' {
+ search.fs_label BOOT\ IMG boot_part
+ chainloader ($boot_part)/fastboot.efi
+}