summaryrefslogtreecommitdiffstats
path: root/ape/main.c
Commit message (Expand)AuthorAgeFilesLines
* build: Add version information to output files. (#52)Evan Lojewski2020-03-011-3/+2
* ape: Improve recovery speed by checking for link changes early and resetting ...Evan Lojewski2020-02-291-3/+7
* ape: Improve handling of reconfiguration event to make the network link more ...Evan Lojewski2020-02-291-33/+27
* network: Initialize ape tx/rx only when a port is enabled. (#48)Evan Lojewski2020-02-281-3/+1
* ape: Reset the network interface when the host driver state changes. (#45)Evan Lojewski2020-02-261-28/+74
* printf: Remove nvm access from the ape as it triggers a race condition when t...Evan Lojewski2020-02-171-7/+17
* init: Simplify stage1 init and enable handshaking between stage1 and the APE ...Evan Lojewski2020-02-081-5/+35
* ape: Add reset procedure to finish resetting the PCIe/RX CPU blocks. (#30)Evan Lojewski2020-02-081-1/+43
* APE: Enable recovery when the TX port is locked up (#16)Evan Lojewski2020-01-221-18/+48
* APE: Reset network TX when blocks cannot be allocated to enable recovery.Evan Lojewski2019-07-141-1/+7
* Don't start teh APE code until the RX CPU is done.Evan Lojewski2019-07-131-1/+10
* Reset debug pointers on full chip reset.Evan Lojewski2019-07-061-2/+16
* Begin adding support for clang-formatEvan Lojewski2019-06-051-2/+2
* Ensure no stack overflows can happen when handling NCSI packets.Evan Lojewski2019-06-021-7/+20
* Update APE code to pass through all recieved packets to the BMC, not just tho...Evan Lojewski2019-06-011-1/+1
* Refactor network tx/rx code to allow a port structure allowing more ports tha...Lojewski, Evan2019-05-111-3/+2
* First pass through clang-format.Evan Lojewski2019-05-051-19/+23
* Update main ape code to handle both the rx and tx path.Evan Lojewski2019-05-051-44/+91
* Add tx init code.Evan Lojewski2019-05-011-0/+14
* Add APE RMU initialization code.Evan Lojewski2019-04-131-0/+1
* Add initial rx-from-network initialization code.Evan Lojewski2019-04-061-8/+46
* Add a dummy ape implimentation that just increments a SHM value.Evan Lojewski2019-04-011-0/+62
OpenPOWER on IntegriCloud