summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
...
* Network: Update network initialization code. (#27)Evan Lojewski2020-02-083-3/+144
* vpd: Enable VPD headers to be included in the APE firmware. (#25)Evan Lojewski2020-02-073-1/+12
* build: Enable clang-analyzer (scan-build) (#24)Evan Lojewski2020-02-072-8/+12
* ipxact: add MII registers for the DSP and update Aux status. (#23)Evan Lojewski2020-02-061-58/+155
* format: Re-run clang-format to clean up various files. (#21)Evan Lojewski2020-01-304-20/+16
* nvm: When exiting bitbang mode, ensure the bit is clear in NvmCfg1. (#20)Evan Lojewski2020-01-302-6/+10
* ipxact: Update ipxact and regenerate to include updated error checking. (#19)Evan Lojewski2020-01-292-35/+39
* NVM: Refactor EM100 code to add a generic NVM bitbang api. (#17)Evan Lojewski2020-01-224-77/+239
* APE: Fix shm initialization and add additional error checking to the MII libr...Evan Lojewski2020-01-217-76/+124
* stage1: Enable spi printouts when running from the RX CPU. (#9)Evan Lojewski2019-12-287-922/+1199
* ipxact: Regnerate and fix a printout bug with undefined registers. (#8)Evan Lojewski2019-11-302-0/+60
* ipxact: Update ipxact to enable enum printouts on the simulator. (#6)Evan Lojewski2019-11-292-26/+93
* Enable the em100pro spi hyperterminal console (#5)Evan Lojewski2019-11-298-13/+492
* Add a pointer to the channel shared memeory for each port.Evan Lojewski2019-08-103-79/+56
* 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-073-54/+73
* Cleanup NCSI debug code.Evan Lojewski2019-08-051-92/+86
* Add missing drainPassthroughBytes call when transmitting passthrough packets.Evan Lojewski2019-08-051-1/+2
* Cleanup a couple of headers.Evan Lojewski2019-08-051-3/+3
* Network: Enable printf from the network library.Evan Lojewski2019-07-141-1/+1
* 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
OpenPOWER on IntegriCloud