diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2016-07-01 09:34:40 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2016-07-01 09:34:40 +0000 |
commit | 2e6d2e3e1005c0ff62d85c393190817ec94ba64b (patch) | |
tree | efa0119cdcd39d68a3cfd112907863bd964582dd /sys/arch | |
parent | 00ba586030e70bcba19bffb1b7fc0dcdbe5d74eb (diff) |
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@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/armv7/stand/efiboot/efiboot.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <yasuoka@yasuoka.net> @@ -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 }, |