summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* mii: Cleanup various linting warnings. (#146)Evan Lojewski2020-10-172-12/+15
* nvm: Cleanup various linting warnings. (#145)Evan Lojewski2020-10-174-60/+39
* printf: Cleanup various linting warnings. (#144)Evan Lojewski2020-10-164-12/+14
* vpd: Cleanup various linting warnings. (#143)Evan Lojewski2020-10-131-4/+1
* libs/ape: Cleanup various linting warnings. (#142)Evan Lojewski2020-10-131-0/+3
* nvm: Enable burst writes. (#132)Evan Lojewski2020-10-081-22/+81
* NVM: Add an API to determine the NVM size. (#124)Evan Lojewski2020-10-032-1/+28
* utils: Disable RTTI and exception to reduce utility compile size. (#122)Evan Lojewski2020-10-012-29/+26
* tests: Enable automated testing. (#105)Evan Lojewski2020-09-132-0/+2
* statistics: Enable recording packet statistics for NCSI TX/RX and Ethernet TX...v0.3.378Evan Lojewski2020-08-043-15/+28
* network: Disable APEPromiscuousMode as it can cause the APE block to lock up ...Evan Lojewski2020-08-041-1/+3
* network: Report an error when the RX path has hung, potentially due to a netw...Evan Lojewski2020-08-042-3/+19
* network: Always check registers during init and place them in a known state. ...Evan Lojewski2020-07-193-35/+59
* debug: Fix ape console initialization (#93)Evan Lojewski2020-07-181-3/+11
* debug: Enable the ape console on Port 0 (needed for SPI prints) and Port 1. (...Evan Lojewski2020-07-183-13/+93
* network: Fix an issue where small packets (< 64 bytes) were incorrectly sent....Evan Lojewski2020-07-122-6/+6
* network: Fix a hang that can occur when the network drops during a transmissi...Evan Lojewski2020-07-112-4/+36
* network: Fix possible infinate loop in Network_TX_allocateBlock (#85)Evan Lojewski2020-07-051-1/+1
* network: Only check for free FIFO space once to improve transmission speeds. ...Evan Lojewski2020-07-051-6/+3
* ncsi: Don't report an error when clearing the initial state of nonexistent ch...Evan Lojewski2020-07-041-5/+9
* network: Ensure packets are properly sent to the RMU (#82)Evan Lojewski2020-07-041-7/+22
* coverity: Fix issues found with coverity (#79)Evan Lojewski2020-04-1311-1400/+9
* coverity: Fix issues found with coverity (#78)Evan Lojewski2020-04-1136-456/+6349
* regressions: Ensure code is properly formatted. (#76)Evan Lojewski2020-04-053-14/+20
* ncsi: Fix the Link Status printout for tx/rx statistics. (#74)Evan Lojewski2020-04-051-1/+1
* build: Build two firmware images with NC-SI locked to port 0 or port 2. (#73)Evan Lojewski2020-04-044-17/+29
* Revert "ncsi: Update NC-SI to only use one port declared at compile time. (#7...Evan Lojewski2020-04-041-62/+92
* ncsi: Fix channle comparison to use actual number of channels supported. (#71)Evan Lojewski2020-04-041-2/+1
* ncsi: Update NC-SI to only use one port declared at compile time. (#70)Evan Lojewski2020-04-044-126/+102
* network: Initialize APE.Mode2 when using port2 or port3. (#69)Evan Lojewski2020-04-042-4/+18
* network: Don't spam the console when autonegotiating. (#68)Evan Lojewski2020-04-042-3/+13
* build: Enable building with llvm 10.0.0 (#65)Evan Lojewski2020-03-294-36/+40
* ncsi: Populate firmware version field for the Get Version command. (#64)Evan Lojewski2020-03-281-4/+5
* diag: Print additional diagnostic information about TX/RX buffers. (#63)Evan Lojewski2020-03-213-1/+13
* network: Update Network_SetMACAddr to properly record the mac address. (#53)Evan Lojewski2020-03-021-5/+5
* ape: Improve recovery speed by checking for link changes early and resetting ...Evan Lojewski2020-02-291-2/+0
* ape: Improve handling of reconfiguration event to make the network link more ...Evan Lojewski2020-02-295-43/+47
* ape: Properly release the lock when APE_releaseLock is called. (#49)Evan Lojewski2020-02-291-0/+4
* network: Initialize ape tx/rx only when a port is enabled. (#48)Evan Lojewski2020-02-284-74/+29
* ncsi: Check the port state any time a get link status command is received. (#47)Evan Lojewski2020-02-271-0/+2
* clang-format: Re-run clang-format. (#46)Evan Lojewski2020-02-262-3/+2
* ncsi: Add a reload API to reload current configuration without disconnecting ...Evan Lojewski2020-02-262-0/+54
* ncsi: Fix the AEN Enable and Get Link Status commands. (#43)Evan Lojewski2020-02-243-28/+43
* Network: Add APIs for checking and updating link/port state. (#42)Evan Lojewski2020-02-242-5/+78
* ncsi: Record MAC addresses to SHM. (#40)Evan Lojewski2020-02-242-20/+42
* ncsi: Initialize network ports when enabled. (#39)Evan Lojewski2020-02-242-5/+2
* ncsi: Print network statistics on a Get Link Status command instead of for ea...Evan Lojewski2020-02-233-4/+13
* nvram: Re-run clang-format (#37)Evan Lojewski2020-02-231-1/+1
* printf: Remove nvm access from the ape as it triggers a race condition when t...Evan Lojewski2020-02-173-19/+13
* format: Re-run clang-format to clean up Network/ports.c changes. (#29)Evan Lojewski2020-02-081-7/+6
OpenPOWER on IntegriCloud