summaryrefslogtreecommitdiff
path: root/board/cssi/cmpc885/cmpc885.env
AgeCommit message (Collapse)Author
2024-04-18board: cssi: Allow use without HUSH shellJean-Michel CASAUBON
HUSH shell is not always wanted/desirable. Add missing braces in environment in order to allow use without HUSH shell. Signed-off-by: Jean-Michel CASAUBON <[email protected]> Cc: DUBOIS Hugo <[email protected]> Signed-off-by: Christophe Leroy <[email protected]>
2023-02-11board: cssi: Add new board MCR3000_2GChristophe Leroy
This adds a new board from CS GROUP. The board is called MCR3000_2G, and has a CPU board called CMPC885. That CPU board is shared with another equipment that will be added in a later patch. That board stores Ethernet MAC addresses in an EEPROM which is accessed using SPI bus. This patch was originally written by Charles Frey who's email address is not valid anymore as he left the company. Signed-off-by: Christophe Leroy <[email protected]> Reviewed-by: FRANJOU Stephane <[email protected]>