Barebox-2014.02.0

Die Version 2014.02.0 des Barebox Bootloaders wurde veröffentlicht:

Neue oder geupdatete Features sind:

  • Viele Bugfixes und Verbesserungen
  • Support für die OpenCores 10/100 Mbps Ethernet MACs
  • Die IPU Framebuffer Treiber (i.MX35) wurden verbessert und supporten nun die Bereichnung der Clocks mit verringertem Jitter. Damit ist es nun möglich, externe LVDS Displays zu betreiben.
  • Das Memory Management wurde geändert und Barebox findet nun automatisch Speicherstellen, um ATAGs für die Kernel-Parameter zu übergeben. Alle Plattformen wurden auf das neue Verfahren umgestellt, so dass der Plattform-Code weniger Platz einnimmt.

Weiterführende Links

DSA in Barebox

The v2022.05.0 Release of barebox introduced initial support for the Distributed Switch Architecture (DSA) Framework. DSA is originally a subsystem from the Linux Kernel, which exposes the individual ports of a network switch IC as virtual network interfaces.


Foster mvebu Support in barebox

barebox works great on NXP's i.MX platforms. While there is some support for Marvell's mvebu platform, it is not even near being complete. The main limitation is in my eyes that there is no code to initialize RAM settings on these machines.


Bootstrapping Arria10 with OpenOCD and barebox

The Arria10 SoCFPGA can boot from multiple sources: SD Card, NAND flash, QSPI flash and eMMC, that can be selected via the BSEL pins. If the bootrom can not find a valid bootloader on that medium, it will fall back to JTAG. So for developing and testing, the BSEL pins can just be set to a medium that is non-existent. In case of bootstrapping, the bootrom falls back to JTAG anyway, as there is no valid bootloader, yet.