diff options
author | Ferass El Hafidi <vitali64pmemail@protonmail.com> | 2023-12-15 11:31:34 +0100 |
---|---|---|
committer | Ferass El Hafidi <vitali64pmemail@protonmail.com> | 2023-12-15 11:31:34 +0100 |
commit | 7c799c5df96cbbf60ad25c80a102b16f8aa9ddcb (patch) | |
tree | b552a9d0d358f5b844df7b24a2263f978b8c14aa | |
parent | 217dc5ed3398f2cce9ef62a4aefb1d96b35417e5 (diff) | |
download | u-boot.org-master.tar.gz |
Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
-rw-r--r-- | index.html | 33 | ||||
-rw-r--r-- | style.css | 2 |
2 files changed, 19 insertions, 16 deletions
@@ -24,21 +24,24 @@ <main> <p> Welcome to U-Boot's website. - Das U-Boot, often shortened to U-Boot, is a free and open-source boot loader for various - embedded devices, whose purpose is to perform various low-level hardware initialization tasks and boot the device's - operating system kernel. - <br/> - U-Boot is loaded by the system ROM from a supported storage device, such as a microSD card - or SPI flash, and the operating system kernel is loaded from a storage device supported by U-Boot on the particular - system, such as a microSD card or eMMC chip. - <br/> - U-Boot also provides a command-line interface on the system console or - serial port, which allows the user to interact with the boot process in various ways. <br/> + Das U-Boot, often shortened to U-Boot, is a free and open-source boot loader for various embedded devices, + whose purpose is to perform various hardware initialization tasks and boot the device's operating system kernel. + </p> + <p> + U-Boot is loaded from a supported storage device, such as a microSD card or SPI flash, and the operating system kernel is + loaded from a storage device supported by U-Boot on the particular system, such as a microSD card or eMMC chip. + </p> + <p> + U-Boot also provides a command-line interface on the system console or serial port, which allows the user to interact with + the boot process in various ways. + </p> + <p> Often described as the universal boot loader, U-Boot is available for many architectures, including ARM, MIPS, PowerPC, - RISC-V, x86 and x86_64. - <br/> - <br/> + RISC-V, x86 and x86_64. If you want to learn more about U-Boot, you may wish to read the <a href="https://en.wikipedia.org/wiki/Das_U-Boot">Wikipedia U-Boot article</a> + </p> + <h2>Current status</h2> + <p> <b>Latest stable release:</b> <a href="https://source.denx.de/u-boot/u-boot/-/tree/v2023.10?ref_type=tags">v2023.10</a> (<a href="https://source.denx.de/u-boot/u-boot/-/archive/v2023.10/u-boot-v2023.10.tar.gz">download</a>), released Mon 02 October 2023 <br/> <b>Latest release candidate:</b> <a href="https://source.denx.de/u-boot/u-boot/-/tree/v2024.01-rc2?ref_type=tags">v2024.01-rc2</a> (<a href="https://source.denx.de/u-boot/u-boot/-/archive/v2024.01-rc2/u-boot-v2024.01-rc2.tar.gz">download</a>), released Mon 06 November 2023 @@ -65,11 +68,11 @@ </ul> <h3>Chat with us</h3> <p> - An IRC channel is on the <a href="https://libera.chat">Libera.Chat</a> IRC network. Use the following parameters to chat: + The IRC channel is on the <a href="https://libera.chat">Libera.Chat</a> IRC network. Use the following parameters in your IRC client: </p> <ul> <li>Server: <code>irc.libera.chat</code></li> - <li>Port: <code>6667 / 6697 (TLS)</code></li> + <li>Ports: <code>6667</code> (plain) and <code>6697</code> (TLS, recommended)</code></li> <li>Channel: <code>#u-boot</code></li> </ul> <p> @@ -32,7 +32,7 @@ header ul li a.header_link { /* Header text */ header div.header_title h1 { - margin: 1px 5px; + margin: 1px 9px; border: none; } header div.header_title h1 small { |