From 409f707d1ac030fbca852eed0430f9d2e12713d8 Mon Sep 17 00:00:00 2001 From: patrick Date: Fri, 1 Jul 2016 09:34:39 +0000 Subject: [PATCH] SolidRun's HummingBoards and CuBoxes are also available with the i.MX6 Solo and DualLite SoCs. Those are slightly different to the bigger versions and thus have a different FDT compatible name. To be able for us to boot on those machines, add those compatible names to the list and re-use the board ids. ok kettenis@ --- sys/arch/armv7/stand/efiboot/efiboot.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/armv7/stand/efiboot/efiboot.c b/sys/arch/armv7/stand/efiboot/efiboot.c index 35aedb5a3f5..e95ab25e1ee 100644 --- a/sys/arch/armv7/stand/efiboot/efiboot.c +++ b/sys/arch/armv7/stand/efiboot/efiboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: efiboot.c,v 1.10 2016/05/20 23:25:09 jsg Exp $ */ +/* $OpenBSD: efiboot.c,v 1.11 2016/07/01 09:34:39 patrick Exp $ */ /* * Copyright (c) 2015 YASUOKA Masahiko @@ -238,7 +238,9 @@ struct board_id board_id_table[] = { { "google,spring", 3774 }, { "kosagi,imx6q-novena", 4269 }, { "samsung,universal_c210", 2838 }, + { "solidrun,cubox-i/dl", 4821 }, { "solidrun,cubox-i/q", 4821 }, + { "solidrun,hummingboard/dl", 4773 }, { "solidrun,hummingboard/q", 4773 }, { "ti,am335x-bone", 3589 }, { "ti,omap3-beagle", 1546 }, -- 2.20.1