index
:
bcm5719-ortega
05-10-2021
06-28-2021
master
Project Ortega BCM5719 firmware
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
Commit message (
Expand
)
Author
Age
Files
Lines
*
ncsi: Add an additional TX api. (#180)
Evan Lojewski
2020-11-24
2
-14
/
+54
*
Revert "build: Enable builds under LLVM 11. (#172)" (#174)
Evan Lojewski
2020-11-19
2
-6
/
+6
*
ape: Reset the network interface any time the APE mode is incorrect. (#173)
Evan Lojewski
2020-11-19
2
-0
/
+18
*
build: Enable builds under LLVM 11. (#172)
Evan Lojewski
2020-11-18
2
-6
/
+6
*
build: Enable linting checkes (#165)
Evan Lojewski
2020-11-08
1
-0
/
+3
*
build: Enable builds under FreeBSD (#164)
Evan Lojewski
2020-11-07
3
-3
/
+5
*
timer: Add an initial timer library. (#155)
Evan Lojewski
2020-10-28
4
-1
/
+267
*
ncsi: Cleanup various linting warnings. (#150)
Evan Lojewski
2020-10-24
3
-68
/
+92
*
builds: Add Microsoft's SDL and banned API list (#148)
Evan Lojewski
2020-10-24
2
-20
/
+0
*
mii: Cleanup various linting warnings. (#146)
Evan Lojewski
2020-10-17
2
-12
/
+15
*
nvm: Cleanup various linting warnings. (#145)
Evan Lojewski
2020-10-17
4
-60
/
+39
*
printf: Cleanup various linting warnings. (#144)
Evan Lojewski
2020-10-16
4
-12
/
+14
*
vpd: Cleanup various linting warnings. (#143)
Evan Lojewski
2020-10-13
1
-4
/
+1
*
libs/ape: Cleanup various linting warnings. (#142)
Evan Lojewski
2020-10-13
1
-0
/
+3
*
nvm: Enable burst writes. (#132)
Evan Lojewski
2020-10-08
1
-22
/
+81
*
NVM: Add an API to determine the NVM size. (#124)
Evan Lojewski
2020-10-03
2
-1
/
+28
*
utils: Disable RTTI and exception to reduce utility compile size. (#122)
Evan Lojewski
2020-10-01
2
-29
/
+26
*
tests: Enable automated testing. (#105)
Evan Lojewski
2020-09-13
2
-0
/
+2
*
statistics: Enable recording packet statistics for NCSI TX/RX and Ethernet TX...
v0.3.378
Evan Lojewski
2020-08-04
3
-15
/
+28
*
network: Disable APEPromiscuousMode as it can cause the APE block to lock up ...
Evan Lojewski
2020-08-04
1
-1
/
+3
*
network: Report an error when the RX path has hung, potentially due to a netw...
Evan Lojewski
2020-08-04
2
-3
/
+19
*
network: Always check registers during init and place them in a known state. ...
Evan Lojewski
2020-07-19
3
-35
/
+59
*
debug: Fix ape console initialization (#93)
Evan Lojewski
2020-07-18
1
-3
/
+11
*
debug: Enable the ape console on Port 0 (needed for SPI prints) and Port 1. (...
Evan Lojewski
2020-07-18
3
-13
/
+93
*
network: Fix an issue where small packets (< 64 bytes) were incorrectly sent....
Evan Lojewski
2020-07-12
2
-6
/
+6
*
network: Fix a hang that can occur when the network drops during a transmissi...
Evan Lojewski
2020-07-11
2
-4
/
+36
*
network: Fix possible infinate loop in Network_TX_allocateBlock (#85)
Evan Lojewski
2020-07-05
1
-1
/
+1
*
network: Only check for free FIFO space once to improve transmission speeds. ...
Evan Lojewski
2020-07-05
1
-6
/
+3
*
ncsi: Don't report an error when clearing the initial state of nonexistent ch...
Evan Lojewski
2020-07-04
1
-5
/
+9
*
network: Ensure packets are properly sent to the RMU (#82)
Evan Lojewski
2020-07-04
1
-7
/
+22
*
coverity: Fix issues found with coverity (#79)
Evan Lojewski
2020-04-13
11
-1400
/
+9
*
coverity: Fix issues found with coverity (#78)
Evan Lojewski
2020-04-11
36
-456
/
+6349
*
regressions: Ensure code is properly formatted. (#76)
Evan Lojewski
2020-04-05
3
-14
/
+20
*
ncsi: Fix the Link Status printout for tx/rx statistics. (#74)
Evan Lojewski
2020-04-05
1
-1
/
+1
*
build: Build two firmware images with NC-SI locked to port 0 or port 2. (#73)
Evan Lojewski
2020-04-04
4
-17
/
+29
*
Revert "ncsi: Update NC-SI to only use one port declared at compile time. (#7...
Evan Lojewski
2020-04-04
1
-62
/
+92
*
ncsi: Fix channle comparison to use actual number of channels supported. (#71)
Evan Lojewski
2020-04-04
1
-2
/
+1
*
ncsi: Update NC-SI to only use one port declared at compile time. (#70)
Evan Lojewski
2020-04-04
4
-126
/
+102
*
network: Initialize APE.Mode2 when using port2 or port3. (#69)
Evan Lojewski
2020-04-04
2
-4
/
+18
*
network: Don't spam the console when autonegotiating. (#68)
Evan Lojewski
2020-04-04
2
-3
/
+13
*
build: Enable building with llvm 10.0.0 (#65)
Evan Lojewski
2020-03-29
4
-36
/
+40
*
ncsi: Populate firmware version field for the Get Version command. (#64)
Evan Lojewski
2020-03-28
1
-4
/
+5
*
diag: Print additional diagnostic information about TX/RX buffers. (#63)
Evan Lojewski
2020-03-21
3
-1
/
+13
*
network: Update Network_SetMACAddr to properly record the mac address. (#53)
Evan Lojewski
2020-03-02
1
-5
/
+5
*
ape: Improve recovery speed by checking for link changes early and resetting ...
Evan Lojewski
2020-02-29
1
-2
/
+0
*
ape: Improve handling of reconfiguration event to make the network link more ...
Evan Lojewski
2020-02-29
5
-43
/
+47
*
ape: Properly release the lock when APE_releaseLock is called. (#49)
Evan Lojewski
2020-02-29
1
-0
/
+4
*
network: Initialize ape tx/rx only when a port is enabled. (#48)
Evan Lojewski
2020-02-28
4
-74
/
+29
*
ncsi: Check the port state any time a get link status command is received. (#47)
Evan Lojewski
2020-02-27
1
-0
/
+2
*
clang-format: Re-run clang-format. (#46)
Evan Lojewski
2020-02-26
2
-3
/
+2
[next]