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
/
NCSI
Commit message (
Collapse
)
Author
Age
Files
Lines
*
coverity: Fix issues found with coverity (#78)
Evan Lojewski
2020-04-11
1
-4
/
+2
|
*
regressions: Ensure code is properly formatted. (#76)
Evan Lojewski
2020-04-05
2
-8
/
+9
|
*
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
2
-1
/
+8
|
*
Revert "ncsi: Update NC-SI to only use one port declared at compile time. ↵
Evan Lojewski
2020-04-04
1
-62
/
+92
|
|
|
|
|
(#70)" (#72) This reverts commit ba1fb59a5a20678073cb1c92e3c6e81a97cc6462.
*
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
1
-94
/
+62
|
*
build: Enable building with llvm 10.0.0 (#65)
Evan Lojewski
2020-03-29
2
-28
/
+32
|
*
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
1
-1
/
+3
|
*
ape: Improve recovery speed by checking for link changes early and resetting ↵
Evan Lojewski
2020-02-29
1
-2
/
+0
|
|
|
|
the MAC early on a driver unload. (#51)
*
ape: Improve handling of reconfiguration event to make the network link more ↵
Evan Lojewski
2020-02-29
3
-34
/
+18
|
|
|
|
robust. (#50)
*
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
1
-2
/
+1
|
*
ncsi: Add a reload API to reload current configuration without disconnecting ↵
Evan Lojewski
2020-02-26
2
-0
/
+54
|
|
|
|
the BMC. (#44)
*
ncsi: Fix the AEN Enable and Get Link Status commands. (#43)
Evan Lojewski
2020-02-24
1
-26
/
+7
|
*
ncsi: Record MAC addresses to SHM. (#40)
Evan Lojewski
2020-02-24
1
-0
/
+7
|
*
ncsi: Initialize network ports when enabled. (#39)
Evan Lojewski
2020-02-24
1
-0
/
+2
|
*
ncsi: Print network statistics on a Get Link Status command instead of for ↵
Evan Lojewski
2020-02-23
1
-1
/
+7
|
|
|
|
each packet. (#38)
*
format: Re-run clang-format to clean up various files. (#21)
Evan Lojewski
2020-01-30
1
-10
/
+6
|
*
APE: Fix shm initialization and add additional error checking to the MII ↵
Evan Lojewski
2020-01-21
1
-28
/
+27
|
|
|
|
library. (#15)
*
Add a pointer to the channel shared memeory for each port.
Evan Lojewski
2019-08-10
1
-78
/
+52
|
*
NCSI: Cleanup getVersionID and ensure it uses the proper PCI dev/ven ids.
Evan Lojewski
2019-08-08
1
-41
/
+27
|
*
ncsi: Make things buidl again. Remove addidental commit.
Evan Lojewski
2019-08-08
1
-7
/
+0
|
*
NCSI: add missing printf dependency.
Evan Lojewski
2019-08-07
1
-2
/
+2
|
*
MII: Add a device parameter to enable the APE to use different registers ↵
Evan Lojewski
2019-08-07
1
-6
/
+6
|
|
|
|
based on the channel.
*
Cleanup NCSI debug code.
Evan Lojewski
2019-08-05
1
-92
/
+86
|
*
Add support for printing command responses in test code and begin adding ↵
Evan Lojewski
2019-06-18
2
-8
/
+175
|
|
|
|
additional commands.
*
Begin adding support for additional NCSI commants.
Evan Lojewski
2019-06-18
2
-47
/
+247
|
*
Add additional NCSI packet formats.
Evan Lojewski
2019-06-16
1
-4
/
+171
|
*
Begin adding formatting to NCSI
Evan Lojewski
2019-06-08
2
-224
/
+147
|
*
Update the NCSI link status command to use the linkOK bit from hardware.
Evan Lojewski
2019-06-05
1
-2
/
+10
|
*
Fix a couple of typos in SHM.xml. Update to match NCSI spec.
Evan Lojewski
2019-06-04
1
-4
/
+4
|
*
Remove duplicate variables. Only send packets for initialized channels.
Evan Lojewski
2019-06-02
1
-20
/
+7
|
*
Update APE code to pass through all recieved packets to the BMC, not just ↵
Evan Lojewski
2019-06-01
2
-2
/
+9
|
|
|
|
those on port 0.
*
Additional refactoring to ensure network tx/rx is enabled properly.
Evan Lojewski
2019-06-01
2
-12
/
+48
|
*
Remove additional system includes
Lojewski, Evan
2019-05-11
3
-3
/
+3
|
*
Update cross compilation to use ld from compiler, remove system includes.
Lojewski, Evan
2019-05-11
1
-1
/
+0
|
*
More cleanup - headers.
Evan Lojewski
2019-05-05
1
-25
/
+22
|
*
First pass through clang-format.
Evan Lojewski
2019-05-05
1
-65
/
+96
|
*
Reset NCSI state on reloading firmware.
Evan Lojewski
2019-05-04
2
-0
/
+10
|
*
Add prototype for NCSI_TxPacket
Evan Lojewski
2019-05-04
1
-0
/
+2
|
*
Begin cleaning up tx/rx code
Evan Lojewski
2019-05-04
3
-52
/
+67
|
*
Add additional packet geenration checking - test the IID, channel, package, ↵
Evan Lojewski
2019-04-28
1
-0
/
+2
|
|
|
|
and command id.
*
Begin adding support for testing the NCSI library.
Evan Lojewski
2019-04-28
4
-0
/
+361
|
*
Begin adding support for sending the link status response.
Evan Lojewski
2019-04-16
2
-28
/
+239
|
*
Add handling for the AEN Enable command.
Evan Lojewski
2019-04-14
2
-40
/
+67
|
*
Begin adding support for setting ape statistics in the SHM region.
Evan Lojewski
2019-04-14
1
-5
/
+50
|
*
WIP: check in initial NC-SI handler.
Evan Lojewski
2019-04-13
4
-0
/
+827