summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
...
* Network: Improve error handling when unable to allocate blocks.Evan Lojewski2019-07-143-34/+71
* Update the apeconsole to use the full size, instead of 1/4 the size.Evan Lojewski2019-07-041-2/+7
* Cleanup the apeconsole utility slightly.Evan Lojewski2019-06-291-9/+1
* Add a simple printf implimentation to the APE firmware.Evan Lojewski2019-06-2214-3/+18187
* Fix an accidental change in 9dacf1e3a80a906b60e5101f83d09dbc0a591ef3 that cau...Evan Lojewski2019-06-181-0/+2
* 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
* Check in missing ipxact outputs.Evan Lojewski2019-06-162-2/+2
* Add additional NCSI packet formats.Evan Lojewski2019-06-161-4/+171
* Add printouts for reserved registers.Evan Lojewski2019-06-142-0/+60
* Regenerate headers with top level print routine and update names for shared t...Evan Lojewski2019-06-142-0/+53
* Cleanup a few clang-analyzer issues.Evan Lojewski2019-06-101-12/+0
* Ensure the NVRam headers are formatted.Evan Lojewski2019-06-081-3/+8
* Begin adding clang-format got the Network libraryEvan Lojewski2019-06-087-84/+60
* Begin adding formatting to NCSIEvan Lojewski2019-06-082-224/+147
* Update formatting rules and ensure all enabled code is properly formatted.Evan Lojewski2019-06-062-8/+9
* Begin adding support for clang-formatEvan Lojewski2019-06-056-24/+22
* Remove classification line from symbol asm files..Evan Lojewski2019-06-052-4/+0
* Rename FILTERS to FILTERS0 to match the rest of the APE network peripherals.Evan Lojewski2019-06-054-6/+5
* 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
* Update filters to be initialized per-port.Evan Lojewski2019-06-014-620/+637
* Update the APE code to use the APE lock bit.Evan Lojewski2019-06-011-0/+4
* Additional refactoring to ensure network tx/rx is enabled properly.Evan Lojewski2019-06-017-111/+220
* Fix a null pointer dereference when initializing the network ports.Evan Lojewski2019-05-291-0/+8
* Minor cleanup for lib/NetworkLojewski, Evan2019-05-123-59/+46
* Disabe VPD library for mips until fixed.Lojewski, Evan2019-05-111-3/+3
* Remove additional system includesLojewski, Evan2019-05-1111-29/+29
* Update cross compilation to use ld from compiler, remove system includes.Lojewski, Evan2019-05-117-11/+3
* Reduce includes for NVRAM library.Lojewski, Evan2019-05-112-5/+4
* Don't include printf when building for arm/mips.Lojewski, Evan2019-05-111-0/+4
* Refactor network tx/rx code to allow a port structure allowing more ports tha...Lojewski, Evan2019-05-114-74/+151
* Update register generation to use type identifieres for port0 - 3.Lojewski, Evan2019-05-111-6/+6
* More cleanup - headers.Evan Lojewski2019-05-054-40/+34
* Run a few more files through clean-format.Evan Lojewski2019-05-055-165/+184
* First pass through clang-format.Evan Lojewski2019-05-056-109/+144
* Add retire bit to RegAPERxPoolRetire0_tEvan Lojewski2019-05-051-1/+2
* Fix Network_TX_transmitPassthroughPacket to drop the FCS word.Evan Lojewski2019-05-051-0/+7
* Fix Network_PassthroughRxPatcket to drop the FCS word.Evan Lojewski2019-05-051-12/+27
* Clean up rounding in Network/rx.cEvan Lojewski2019-05-051-4/+6
* Ignore packets of length 0.Evan Lojewski2019-05-051-1/+11
* All BMC packets to be tramsitted without an additional buffer.Evan Lojewski2019-05-042-61/+166
* Reset NCSI state on reloading firmware.Evan Lojewski2019-05-043-3/+12
* Add a passthrough rx routine bypassing any buffers.Evan Lojewski2019-05-043-5/+232
* Add prototype for NCSI_TxPacketEvan Lojewski2019-05-041-0/+2
* Cleanup DEVICE.ReceiveMacMode initializationEvan Lojewski2019-05-041-3/+6
* Fix transmitting multi-block frames to the network.Evan Lojewski2019-05-041-11/+14
* Begin cleaning up tx/rx codeEvan Lojewski2019-05-048-59/+171
OpenPOWER on IntegriCloud