From 24b6e149b658e3b48c57e9db9498c36b38fe5e06 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Fri, 25 Mar 2022 16:43:40 +0100 Subject: [PATCH] add more repositories and have better line breaks Signed-off-by: Toshaan Bharvani --- README.md | 46 +++++++++++++++++++++++++++++++--------------- 1 file changed, 31 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index a924fc7..6d2edb8 100644 --- a/README.md +++ b/README.md @@ -15,31 +15,47 @@ For non-members, you can interact through GitHub, GitLab, or OPF Git, using your ## Non-Mirrored Repository List ## -- OpenPOWER Public Website (_https://openpowerfoundation.org_ or _https://openpower.foundation_) +- __OpenPOWER Public Website__ : Public Website Repository (_https://openpowerfoundation.org_ or _https://openpower.foundation_) https://git.openpower.foundation/website/openpower.foundation/ ## Mirrored Repository List ## +### General ### + +- __OpenPOWER Listing Repository__ : OpenPOWER Foundation General Information & Repository Listing (_This repository_) + https://git.openpower.foundation/general/openpower + https://github.com/OpenPOWERFoundation/openpower + https://gitlab.com/openpowerfoundation/openpower + ### LibreBMC SIG ### -- __LPC Peripheral__ : This is an LPC peripheral that implements LPC IO and FW cycles so that it can boot a host like a POWER9. This peripheral would typically sit inside a BMC SoC. - https://git.openpower.foundation/librebmc/lpcperipheral - https://github.com/OpenPOWERFoundation/lpcperipheral - https://gitlab.com/openpowerfoundation/lpcperipheral +- __LPC Peripheral__ : This is an LPC peripheral that implements LPC IO and FW cycles so that it can boot a host like a POWER9. This peripheral would typically sit inside a BMC SoC. + https://git.openpower.foundation/librebmc/lpcperipheral + https://github.com/OpenPOWERFoundation/lpcperipheral + https://gitlab.com/openpowerfoundation/lpcperipheral -- __AC922 Interposer DC-SCM v1.0__ : - https://git.openpower.foundation/librebmc/ac922interposer - https://github.com/OpenPOWERFoundation/ac922interposer - https://gitlab.com/openpowerfoundation/ac922interposer - https://gitlab.com/librebmc/ac922interposer +- __AC922 Interposer DC-SCM v1.0__ : The purpose of this design is to enable the AC922 to accept a DC-SCM v1.0 hardware management module. This enables AC922 as a development platform for DC-SCM development and test. + https://git.openpower.foundation/librebmc/ac922interposer + https://github.com/OpenPOWERFoundation/ac922interposer + https://gitlab.com/openpowerfoundation/ac922interposer + https://gitlab.com/librebmc/ac922interposer ### Core BoF ### -- __A2O Core__ : The A2O core was a follow-on to A2I, written in Verilog, and supported a lower thread count than A2I, but higher performance per thread, using out-of-order execution (register renaming, reservation stations, completion buffer) and a store queue - https://git.openpower.foundation/cores/a2o +- __Microwatt__ : A tiny Open POWER ISA softcore written in VHDL 2008 + https://git.openpower.foundation/cores/microwatt + https://github.com/antonblanchard/microwatt + https://gitlab.com/openpowerfoundation/microwatt + +- __A2O Core__ : The A2O core was a follow-on to A2I, written in Verilog, and supported a lower thread count than A2I, but higher performance per thread, using out-of-order execution (register renaming, reservation stations, completion buffer) and a store queue + https://git.openpower.foundation/cores/a2o + https://github.com/OpenPOWERFoundation/a2p -- __A2I Core__ : The A2I core was used as the general purpose processor for BlueGene/Q, the successor to BlueGene/L and BlueGene/P supercomputers - https://git.openpower.foundation/cores/a2i +- __A2I Core__ : The A2I core was used as the general purpose processor for BlueGene/Q, the successor to BlueGene/L and BlueGene/P supercomputers + https://git.openpower.foundation/cores/a2i -- A2P Core : +- __A2P Core__ : An experimental small core based on VexRiscv, written in Scala + https://git.openpower.foundation/cores/a2p + https://github.com/OpenPOWERFoundation/a2p + https://gitlab.com/openpowerfoundation/a2p