mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] efi: add iBASE MI991AF documentation.
@ 2017-09-06 14:27 Oleksij Rempel
  2017-09-08  6:23 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksij Rempel @ 2017-09-06 14:27 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

From: Oleksij Rempel <o.rempel@pengutronix.de>

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 Documentation/boards/efi.rst           |  2 ++
 Documentation/boards/ibase-mi991af.rst | 43 ++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)
 create mode 100644 Documentation/boards/ibase-mi991af.rst

diff --git a/Documentation/boards/efi.rst b/Documentation/boards/efi.rst
index 6c90e6cdf..f59bb1d5b 100644
--- a/Documentation/boards/efi.rst
+++ b/Documentation/boards/efi.rst
@@ -1,3 +1,5 @@
+.. _barebox_on_uefi:
+
 barebox on (U)EFI
 =================
 
diff --git a/Documentation/boards/ibase-mi991af.rst b/Documentation/boards/ibase-mi991af.rst
new file mode 100644
index 000000000..a22e5fcf7
--- /dev/null
+++ b/Documentation/boards/ibase-mi991af.rst
@@ -0,0 +1,43 @@
+iBASE MI991AF
+=============
+
+The iBASE MI991AF Mini-ITX motherboard has
+
+  * 7th/6th Generation Intel® Xeon® E3 / Core™ i7 / i5 /i3 / Pentium® / Celeron® QC/DC processors, up to 4GHz
+  * 2x DDR4 SO-DIMM, Max. 32GB, ECC compatible
+  * Intel® Processor integrated graphics device, supports DVI-D, HDMI and DisplayPort
+  * Dual Intel® Gigabit LAN
+  * 2x USB 2.0, 6x USB 3.0, 4x COM, 4x SATAIII
+  * 2x Mini PCI-E slots, 1x mSATA, 1x PCI-E(x16)
+  * Watchdog timer, Digital I/O, iAMT (11.0), TPM (1.2), iSMART
+
+Running barebox
+---------------
+
+Building the barebox image for this target is covered by the ``efi_defconfig``
+
+BIOS should be configured as follow:
+
+  * When you turn on the computer, the BIOS is immediately activated. Pressing
+    the <Del> key immediately allows you to enter the BIOS Setup utility. If you are
+    a little bit late pressing the <Del> key, POST (Power On Self Test) will
+    continue with its test routines, thus preventing you from invoking the Setup.
+    In this case restart the system by pressing the ”Reset” button or simultaneously
+    pressing the <Ctrl>, <Alt> and <Delete> keys. You can also restart by turning the
+    system Off and back On again.
+  * Reset BIOS settings. With this step we wont to make sure BIOS has defined common state to avoid
+    undocumented issues. Switch to "Save & Exit" tab, choice "Restore Defaults"
+    and press Enter. Answer "Yes" and press Enter again. Then choice "Save Changes and Exit"
+    and press Enter.
+  * Enable UEFI support. Switch to "Boot" tab. Choice "Boot mode select" and set it to "UEFI".
+    Switch in the "Save & Exit" tab to "Save Changes and Exit" and press Enter.
+
+To make network work in barebox you will need to prepare efi binary network drivers and put them in to
+"network-drivers" directory.
+
+To continue please proceed with barebox :ref:`barebox_on_uefi` documentation.
+
+Links
+-----
+
+  * https://www.ibase.com.tw/english/ProductDetail/EmbeddedComputing/MI991 
-- 
2.11.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] efi: add iBASE MI991AF documentation.
  2017-09-06 14:27 [PATCH] efi: add iBASE MI991AF documentation Oleksij Rempel
@ 2017-09-08  6:23 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2017-09-08  6:23 UTC (permalink / raw)
  To: Oleksij Rempel; +Cc: barebox, Oleksij Rempel

On Wed, Sep 06, 2017 at 04:27:37PM +0200, Oleksij Rempel wrote:
> From: Oleksij Rempel <o.rempel@pengutronix.de>
> 
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
>  Documentation/boards/efi.rst           |  2 ++
>  Documentation/boards/ibase-mi991af.rst | 43 ++++++++++++++++++++++++++++++++++
>  2 files changed, 45 insertions(+)
>  create mode 100644 Documentation/boards/ibase-mi991af.rst

Applied, thanks

Sascha

> 
> diff --git a/Documentation/boards/efi.rst b/Documentation/boards/efi.rst
> index 6c90e6cdf..f59bb1d5b 100644
> --- a/Documentation/boards/efi.rst
> +++ b/Documentation/boards/efi.rst
> @@ -1,3 +1,5 @@
> +.. _barebox_on_uefi:
> +
>  barebox on (U)EFI
>  =================
>  
> diff --git a/Documentation/boards/ibase-mi991af.rst b/Documentation/boards/ibase-mi991af.rst
> new file mode 100644
> index 000000000..a22e5fcf7
> --- /dev/null
> +++ b/Documentation/boards/ibase-mi991af.rst
> @@ -0,0 +1,43 @@
> +iBASE MI991AF
> +=============
> +
> +The iBASE MI991AF Mini-ITX motherboard has
> +
> +  * 7th/6th Generation Intel® Xeon® E3 / Core™ i7 / i5 /i3 / Pentium® / Celeron® QC/DC processors, up to 4GHz
> +  * 2x DDR4 SO-DIMM, Max. 32GB, ECC compatible
> +  * Intel® Processor integrated graphics device, supports DVI-D, HDMI and DisplayPort
> +  * Dual Intel® Gigabit LAN
> +  * 2x USB 2.0, 6x USB 3.0, 4x COM, 4x SATAIII
> +  * 2x Mini PCI-E slots, 1x mSATA, 1x PCI-E(x16)
> +  * Watchdog timer, Digital I/O, iAMT (11.0), TPM (1.2), iSMART
> +
> +Running barebox
> +---------------
> +
> +Building the barebox image for this target is covered by the ``efi_defconfig``
> +
> +BIOS should be configured as follow:
> +
> +  * When you turn on the computer, the BIOS is immediately activated. Pressing
> +    the <Del> key immediately allows you to enter the BIOS Setup utility. If you are
> +    a little bit late pressing the <Del> key, POST (Power On Self Test) will
> +    continue with its test routines, thus preventing you from invoking the Setup.
> +    In this case restart the system by pressing the ”Reset” button or simultaneously
> +    pressing the <Ctrl>, <Alt> and <Delete> keys. You can also restart by turning the
> +    system Off and back On again.
> +  * Reset BIOS settings. With this step we wont to make sure BIOS has defined common state to avoid
> +    undocumented issues. Switch to "Save & Exit" tab, choice "Restore Defaults"
> +    and press Enter. Answer "Yes" and press Enter again. Then choice "Save Changes and Exit"
> +    and press Enter.
> +  * Enable UEFI support. Switch to "Boot" tab. Choice "Boot mode select" and set it to "UEFI".
> +    Switch in the "Save & Exit" tab to "Save Changes and Exit" and press Enter.
> +
> +To make network work in barebox you will need to prepare efi binary network drivers and put them in to
> +"network-drivers" directory.
> +
> +To continue please proceed with barebox :ref:`barebox_on_uefi` documentation.
> +
> +Links
> +-----
> +
> +  * https://www.ibase.com.tw/english/ProductDetail/EmbeddedComputing/MI991 
> -- 
> 2.11.0
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-08  6:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-06 14:27 [PATCH] efi: add iBASE MI991AF documentation Oleksij Rempel
2017-09-08  6:23 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox