Group: Hardware/Computers/BMC/Talos II
Introduction
This page will have information about the BMC used in the Talos II (and maybe the Talos II Lite as well).
Issue
The main issue is that while all the hardware works with free software, there is no FSDG compliant distribution for the BMC.
Specifications
Comments | ||
---|---|---|
System on a chip | Aspeed AST2500 BMC | The support for that BMC is not in upstream Linux yet, though there are already very similar BMC using the Aspeed AST2500 supported upstream. |
CPU | ARMv6.[1] | We have no FSDG distributions officially supporting ARMv6, though:
|
RAM | 512 MiB [3] | 512 MiB is more than enough for small distributions or even Parabola. Guix needs 2GiB though (for guix pull -M 1 -c 1). |
Storage | 32 MiB [4] | This should be enough to run LibreCMC and probably ProteanOS too. Note that it may also be possible to replace the flash chip with a bigger one, but it is unknown if the BMC will be able to boot from it or not. |
Possible solutions
There are several approaches for fixing this issue:
- Support for ARMv6, the Talos II BMC, and the necessary software to boot the host could be added to LibreCMC or ProteanOS.
- Another way to fix it could be to make the most minimal software to boot and package that in Guix for instance as Guix already has an armv6 toolchain to build an older version of the free software Rasbperry PI bootloader. So the resulting image could for instance be a big package. There is also experimental code called BangBMC that may or may not work. It is available at https://gitlab.raptorengineering.com/groups/bangbmc-firmware (You can use https://gitlab.raptorengineering.com/groups/bangbmc-firmware/-/children.json to get the list of repositories without JavaScript).
There is some documentation about other implementations than OpenBMC that might turn really useful for any of these approaches:
- There is some documentation about using the FPGA as BMC. This also explains exactly how to deactivate the BMC once booted. So it might be possible to do very basic initialization in one way or another and just deactivate it when done.
References
- ↑ According to the vendor Talos_II wiki page, the Talos II has an "AST2500 BMC with OpenBMC". That then links to their AST2500 wiki page that the AST2500 "Incorporates an ARM11 main CPU, as well as a ColdFire coprocessor.". And according to Wikipedia, ARM11 CPUs implements the ARMv6 architecture.
- ↑ https://librecmc.org/librecmc/downloads/snapshots/v1.5.10/targets/mvebu/cortexa9/
- ↑ aspeed-bmc-opp-talos.dts has the following: memory@80000000 { reg = <0x80000000 0x20000000>; }; 0x20000000 is 512 MiB (512 x 1024 x 1024 == 0x20000000).
- ↑ According to the Debricking_the_BMC article on the vendor wiki, the BMC uses a MX25L25635F/MX25L25645E/MX25L25665E flash chip, and the patch to add support for it in flashrom says that these flash chip have 32768 KiB.