summaryrefslogtreecommitdiffstats
path: root/ape/include
Commit message (Collapse)AuthorAgeFilesLines
* ape: Initialize the network PHY after a GRC reset. (#205)Evan Lojewski2021-02-061-0/+1
| | | | | | | This change also minimizes a race condition in the event that a GRC reset happened before the Network_checkEnableState check, the firmware could have issue multiple reload commands. Check for this case and skip the APE mode change reset as a reset will immediately follow.
* vectors: Move vector names to a header. (#204)Evan Lojewski2021-02-061-0/+15
|
* isr: Add initial support for interrupts. (#193)Evan Lojewski2021-01-171-3/+28
|
* ape: Remove a couple of posisble infinte loops that can happen with ↵v0.4.47Evan Lojewski2020-10-281-1/+3
| | | | | | | | 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-0/+50
OpenPOWER on IntegriCloud