summaryrefslogtreecommitdiffstats
path: root/libs/NCSI
Commit message (Collapse)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
| | | | | This fixes build related issues when attempting to compile firmware and tools under FreeBSD. Note: Host tools have not been ported for raw register access. Note: The Linux specific ethtool APIs are not available under FreeBSD, and so -t eth is not supported under FreeBSD.
* 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 ↵v0.3.378Evan Lojewski2020-08-041-12/+19
| | | | TX/RX (#102)
* network: Always check registers during init and place them in a known state. ↵Evan Lojewski2020-07-191-6/+2
| | | | (#95)
* network: Fix an issue where small packets (< 64 bytes) were incorrectly ↵Evan Lojewski2020-07-122-6/+6
| | | | sent. (#90)
* network: Fix a hang that can occur when the network drops during a ↵Evan Lojewski2020-07-111-2/+8
| | | | transmission. (#86)
* ncsi: Don't report an error when clearing the initial state of nonexistent ↵Evan Lojewski2020-07-041-5/+9
| | | | | | | | | | channels. (#83) The NCSI specification implies that when a channel does not exist, no response is given. This behavior is consistent with the proprietary firmware. When a response is given, the linux kernel spews (~30 times) "NCSI: 'bad' packet ignored for type 0x80" on an invalid response. Disable the response to silence these messages and make the behavior match the proprietary firmware.
* 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. ↵Evan Lojewski2020-04-041-62/+92
| | | | | (#70)" (#72) This reverts commit ba1fb59a5a20678073cb1c92e3c6e81a97cc6462.
* 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
| | | | the MAC early on a driver unload. (#51)
* ape: Improve handling of reconfiguration event to make the network link more ↵Evan Lojewski2020-02-293-34/+18
| | | | robust. (#50)
* 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
| | | | the BMC. (#44)
* 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 ↵Evan Lojewski2020-02-231-1/+7
| | | | each packet. (#38)
* 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 ↵Evan Lojewski2020-01-211-28/+27
| | | | library. (#15)
* 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 ↵Evan Lojewski2019-08-071-6/+6
| | | | based on the channel.
* Cleanup NCSI debug code.Evan Lojewski2019-08-051-92/+86
|
* Add support for printing command responses in test code and begin adding ↵Evan Lojewski2019-06-182-8/+175
| | | | additional commands.
* 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 ↵Evan Lojewski2019-06-012-2/+9
| | | | those on port 0.
OpenPOWER on IntegriCloud