diff options
author | 2016-07-01 09:34:39 +0000 | |
---|---|---|
committer | 2016-07-01 09:34:39 +0000 | |
commit | 409f707d1ac030fbca852eed0430f9d2e12713d8 (patch) | |
tree | e35b0d16984b5ef106a1aacb81e2c9760225cf3c | |
parent | update currency exchange rates; (diff) | |
download | wireguard-openbsd-409f707d1ac030fbca852eed0430f9d2e12713d8.tar.xz wireguard-openbsd-409f707d1ac030fbca852eed0430f9d2e12713d8.zip |
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@
-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 }, |