summaryrefslogtreecommitdiffstats
path: root/ape/rmu.c
Commit message (Collapse)AuthorAgeFilesLines
* ape: Exit early if RMU init takes too long. (#183)Evan Lojewski2020-11-271-0/+1
|
* ape: Remove a couple of posisble infinte loops that can happen with ↵v0.4.47Evan Lojewski2020-10-281-1/+20
| | | | | | | | misbehaving hardware. (#154) - Stop waiting for the RX CPUs to reset after 1 second of waiting. - Stop waiting for the RMU to reset a bad packet after 100ms. Closes GH-96.
* ape: Cleanup various linting warnings. (#149)Evan Lojewski2020-10-241-2/+1
|
* ncsi: Update NC-SI to only use one port declared at compile time. (#70)Evan Lojewski2020-04-041-1/+0
|
* ape: Improve handling of reconfiguration event to make the network link more ↵Evan Lojewski2020-02-291-0/+6
| | | | robust. (#50)
* network: Initialize ape tx/rx only when a port is enabled. (#48)Evan Lojewski2020-02-281-0/+1
|
* ape: Don't reset the MAC address on reset. (#41)Evan Lojewski2020-02-241-3/+0
|
* Begin adding support for clang-formatEvan Lojewski2019-06-051-2/+1
|
* Additional refactoring to ensure network tx/rx is enabled properly.Evan Lojewski2019-06-011-1/+1
|
* First pass through clang-format.Evan Lojewski2019-05-051-9/+15
|
* Cleanup MAC initialization w/ ape/rmu.cEvan Lojewski2019-05-041-16/+5
|
* Split APE register region into two - mapped in different places based on ↵Evan Lojewski2019-04-131-25/+26
| | | | host, mips, or ape cpu.
* Add missing set of APE.ArbControlEvan Lojewski2019-04-131-0/+1
|
* Write to the BmcToNcRxControl register.Evan Lojewski2019-04-131-1/+2
|
* Remove dupicate tx controll register set from RMU init.Evan Lojewski2019-04-131-2/+0
|
* Add APE RMU initialization code.Evan Lojewski2019-04-131-0/+113
OpenPOWER on IntegriCloud