summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* utils: Add additional ape debug information. (#101)Evan Lojewski2020-08-041-16/+21
* 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
* utils: Only start loading ape firmware after it's been verified on the host. ...Evan Lojewski2020-08-041-2/+2
* build: Bump llvm version to 10.0.1 and enable ubuntu-20.04 builds. (#97)Evan Lojewski2020-08-014-15/+32
* network: Always check registers during init and place them in a known state. ...Evan Lojewski2020-07-193-35/+59
* ncsi: Reset the RMU in the event that it has hung. (#94)Evan Lojewski2020-07-191-0/+26
* debug: Fix ape console initialization (#93)Evan Lojewski2020-07-182-4/+15
* debug: Enable the ape console on Port 0 (needed for SPI prints) and Port 1. (...Evan Lojewski2020-07-185-23/+102
* regs: Add APE Clock Policy definitions. (#91)Evan Lojewski2020-07-1417-7/+871
* network: Fix an issue where small packets (< 64 bytes) were incorrectly sent....Evan Lojewski2020-07-122-6/+6
* regs: Add Tx State ports 1-3 definitions. (#89)Evan Lojewski2020-07-125-56/+160
* Fix typo in README (#87)leo-lb2020-07-121-2/+2
* regressions: Enable building pull requests. (#88)Evan Lojewski2020-07-121-3/+32
* 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
* build: Bump version to 0.3.x (#81)Evan Lojewski2020-04-181-1/+1
* simulator: Remove possible memory leaks in the HAL. (#80)v0.2.357-alphaEvan Lojewski2020-04-181-80/+80
* coverity: Fix issues found with coverity (#79)Evan Lojewski2020-04-1314-1402/+18
* coverity: Fix issues found with coverity (#78)Evan Lojewski2020-04-1177-643/+6561
* regs: Add relevant RX-RISC registers from the 57785 programming guide. (#77)Evan Lojewski2020-04-1016-46/+608
* regressions: Ensure code is properly formatted. (#76)Evan Lojewski2020-04-055-47/+81
* build: Add missing .gitignore file. (#75)Evan Lojewski2020-04-051-0/+2
* 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-047-42/+86
* 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-046-136/+117
* network: Initialize APE.Mode2 when using port2 or port3. (#69)Evan Lojewski2020-04-046-4/+161
* network: Don't spam the console when autonegotiating. (#68)Evan Lojewski2020-04-042-3/+13
* build: Enable -O3 optimizations. (#66)Evan Lojewski2020-04-031-2/+2
* build: Enable building with llvm 10.0.0 (#65)Evan Lojewski2020-03-295-37/+41
* 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-217-19/+165
* build: Bump version to 0.2.x (#62)Evan Lojewski2020-03-211-2/+2
* clang-format: Enable additional projects and re-format. (#61)Evan Lojewski2020-03-2119-612/+431
* utils: Fix ape version handling. (#60)Evan Lojewski2020-03-212-7/+10
* regs: Add dummy registers for RX MBuf, SDB Cache, and TX Mbuf (#59)Evan Lojewski2020-03-214-3/+138
* docs: Cleanup file headers and comments. (#58)Evan Lojewski2020-03-209-11/+139
* docs: Update README.md with current state. (#57)v0.1.335-alphaEvan Lojewski2020-03-071-35/+18
* build: Autodetect appropriate cmake binary and generator. (#56)Evan Lojewski2020-03-071-8/+47
* build: Geenrate and upload the release pacakge as part of a build. (#55)Evan Lojewski2020-03-043-2/+9
* release: Add support for generating a release package. (#54)Evan Lojewski2020-03-0215-18/+142
* network: Update Network_SetMACAddr to properly record the mac address. (#53)Evan Lojewski2020-03-021-5/+5
* build: Add version information to output files. (#52)Evan Lojewski2020-03-0114-27/+202
* Create FUNDING.ymlEvan Lojewski2020-03-011-0/+3
* ape: Improve recovery speed by checking for link changes early and resetting ...Evan Lojewski2020-02-292-5/+7
OpenPOWER on IntegriCloud