summaryrefslogtreecommitdiffstats
path: root/libs/NCSI
Commit message (Expand)AuthorAgeFilesLines
* Build: Cleanup additional static analysis issues. (#231)Evan Lojewski2021-06-191-2/+2
* Build: Cleanup additional static analysis issues. (#230)Evan Lojewski2021-06-191-2/+0
* build: Update various support files with codacy recommendations. (#227)Evan Lojewski2021-06-191-1/+1
* ncsi: Remove command debug code that mangled the SHM segment signature. (#219)Evan Lojewski2021-05-161-3/+0
* build: Fix a number of compiler issues when building utils with gcc. (#208)Evan Lojewski2021-02-061-1/+1
* network: Switch various routines to use MII_reset when resetting the PHY. (#200)Evan Lojewski2021-02-051-1/+1
* ncsi: Add an additional TX api. (#180)Evan Lojewski2020-11-242-14/+54
* build: Enable builds under FreeBSD (#164)Evan Lojewski2020-11-071-1/+1
* ncsi: Cleanup various linting warnings. (#150)Evan Lojewski2020-10-243-68/+92
* 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-041-12/+19
* network: Always check registers during init and place them in a known state. ...Evan Lojewski2020-07-191-6/+2
* 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-111-2/+8
* ncsi: Don't report an error when clearing the initial state of nonexistent ch...Evan Lojewski2020-07-041-5/+9
* coverity: Fix issues found with coverity (#78)Evan Lojewski2020-04-111-4/+2
* regressions: Ensure code is properly formatted. (#76)Evan Lojewski2020-04-052-8/+9
* 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-042-1/+8
* 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-041-94/+62
* build: Enable building with llvm 10.0.0 (#65)Evan Lojewski2020-03-292-28/+32
* 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-211-1/+3
* 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-293-34/+18
* 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-261-2/+1
* 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-241-26/+7
* ncsi: Record MAC addresses to SHM. (#40)Evan Lojewski2020-02-241-0/+7
* ncsi: Initialize network ports when enabled. (#39)Evan Lojewski2020-02-241-0/+2
* ncsi: Print network statistics on a Get Link Status command instead of for ea...Evan Lojewski2020-02-231-1/+7
* format: Re-run clang-format to clean up various files. (#21)Evan Lojewski2020-01-301-10/+6
* APE: Fix shm initialization and add additional error checking to the MII libr...Evan Lojewski2020-01-211-28/+27
* Add a pointer to the channel shared memeory for each port.Evan Lojewski2019-08-101-78/+52
* NCSI: Cleanup getVersionID and ensure it uses the proper PCI dev/ven ids.Evan Lojewski2019-08-081-41/+27
* ncsi: Make things buidl again. Remove addidental commit.Evan Lojewski2019-08-081-7/+0
* NCSI: add missing printf dependency.Evan Lojewski2019-08-071-2/+2
* MII: Add a device parameter to enable the APE to use different registers base...Evan Lojewski2019-08-071-6/+6
* Cleanup NCSI debug code.Evan Lojewski2019-08-051-92/+86
* Add support for printing command responses in test code and begin adding addi...Evan Lojewski2019-06-182-8/+175
* Begin adding support for additional NCSI commants.Evan Lojewski2019-06-182-47/+247
* Add additional NCSI packet formats.Evan Lojewski2019-06-161-4/+171
* Begin adding formatting to NCSIEvan Lojewski2019-06-082-224/+147
* Update the NCSI link status command to use the linkOK bit from hardware.Evan Lojewski2019-06-051-2/+10
* Fix a couple of typos in SHM.xml. Update to match NCSI spec.Evan Lojewski2019-06-041-4/+4
* Remove duplicate variables. Only send packets for initialized channels.Evan Lojewski2019-06-021-20/+7
* Update APE code to pass through all recieved packets to the BMC, not just tho...Evan Lojewski2019-06-012-2/+9
OpenPOWER on IntegriCloud