From eff60592de48af51e9d16b30d79cf76e4c3006f6 Mon Sep 17 00:00:00 2001 From: Todd Rosedahl Date: Wed, 29 Jun 2022 21:07:18 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a6d451d..237cbb7 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,25 @@ This repository will contain the high level documentaion for libreBMC -This will include the following: +**The overall goal of the project.** We want to boot an AC922 using an FPGA (not the AST2500 ASIC) on a DC-SCM card. We want to prove that the FPGA can boot a high power, modern server. -1. The goals of the project -2. An overall architecural picture and description -2. The various pieces needed (hardware, firmware, gateware, software) -3. Links to pitches and presentations on libreBMC -4. Build instructions on how to pull it all together. +To do this, we need the following pieces: +1. A DC-SCM card that has an FPGA on it to replace the AST2500 ASIC + * Antmicro built some of these that use Xylinx A7s. They power on, but no bring-up has been done to show they will boot the system. + * Antmicro is building some that have ECP5’s on them, but they are still missing some parts +2. An interposer that will plug into the DC-SCM card and the AC922. + * I have 6 of these built +3. A Root of Trust bypass jumper + * Plans for these are available and they are easy to build +4. A softcore (microwatt) running on the FPGA + * This works, but it needs to be better incorporated with Lite-x +5. Full gateware in Lite-x for that FPGA such that the entire OpenBMC stack can run + * Some modules are done. Some not. https://git.openpower.foundation/librebmc/gateware.git +6. Full OpenBMC code running + * We currently power on our prototype with scripts. OpenBMC is not running. + +So far we did a prototype where we used the xylinx A7 FPGA on a custom breadboard and ran microwatt and a very stripped down FPGA. We proved it could boot the AC922, but again it was very low function. We need to have it fully functional to really prove it. We did not run OpenBMC on this prototype + +2. An overall architecural picture and description. TBD +3. Links to pitches and presentations on libreBMC. TBD +4. Build instructions on how to pull it all together.