summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove additional system includesLojewski, Evan2019-05-1157-77/+81
|
* Update cross compilation to use ld from compiler, remove system includes.Lojewski, Evan2019-05-1111-13/+33
|
* 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
|
* Update llvm steps to also build lld.Lojewski, Evan2019-05-111-4/+1
|
* Refactor network tx/rx code to allow a port structure allowing more ports ↵Lojewski, Evan2019-05-117-88/+200
| | | | than just the first to be used.
* Update register generation to use type identifieres for port0 - 3.Lojewski, Evan2019-05-1132-10555/+256
|
* Update guide on building llvm and clang.Evan Lojewski2019-05-091-1/+4
|
* Add sequence for testing APE firmware in ram, before flashing.Evan Lojewski2019-05-051-0/+7
|
* README: Update statusEvan Lojewski2019-05-051-6/+34
|
* README: describe sequence to flash the MIPS firmware.Evan Lojewski2019-05-051-0/+21
|
* README: Add steps for setting up the compiler.Evan Lojewski2019-05-052-3/+17
|
* Merge branch 'tx_rx_trials'Evan Lojewski2019-05-0591-828/+14642
|\
| * More cleanup - headers.Evan Lojewski2019-05-0510-168/+94
| |
| * Run ape utilities through clang-format.Evan Lojewski2019-05-052-230/+210
| |
| * Run a few more files through clean-format.Evan Lojewski2019-05-055-165/+184
| |
| * First pass through clang-format.Evan Lojewski2019-05-0510-167/+209
| |
| * Update regen script to remove unused sim files.Evan Lojewski2019-05-051-0/+4
| |
| * Add retire bit to RegAPERxPoolRetire0_tEvan Lojewski2019-05-054-33/+110
| |
| * Add additional SHM headersEvan Lojewski2019-05-053-0/+735
| |
| * Update main ape code to handle both the rx and tx path.Evan Lojewski2019-05-051-44/+91
| |
| * Add the Finished bit for releasing the frame.Evan Lojewski2019-05-054-9/+26
| |
| * 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
| |
| * Check in some additional ipxact generator output.Evan Lojewski2019-05-0420-0/+9982
| |
| * 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
| |
| * Cleanup MAC initialization w/ ape/rmu.cEvan Lojewski2019-05-041-16/+5
| |
| * Add a passthrough rx routine bypassing any buffers.Evan Lojewski2019-05-047-363/+246
| |
| * Fix stack symbolsEvan Lojewski2019-05-041-1/+1
| |
| * 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-0410-61/+174
| |
| * Add both a big and little endian tx routine.Evan Lojewski2019-05-031-48/+99
| |
| * Clean up be32toh routine in tx.c slightly.Evan Lojewski2019-05-031-8/+5
| |
| * Update TX/RX sim generationEvan Lojewski2019-05-0210-15/+22
| |
| * Add initial RX port register generation.Evan Lojewski2019-05-0219-15/+1173
| |
| * Begin moving APE tx code from the host to the APE.Evan Lojewski2019-05-0213-81/+535
| |
| * reorder initial buffer writes.Evan Lojewski2019-05-011-12/+15
| |
| * Additioanl tx trialsEvan Lojewski2019-05-019-83/+549
| |
| * Add tx init code.Evan Lojewski2019-05-012-0/+47
| |
| * Fix register definiton for ape peripheral.Evan Lojewski2019-04-2912-29/+290
| |
| * Test out transmitting to the network.Evan Lojewski2019-04-291-1/+401
| |
* | Merge branch 'master' of github.com:meklort/bcm5719-fwEvan Lojewski2019-05-051-1/+1
|\ \ | |/ |/|
| * Merge pull request #2 from leo-lb/patch-1Evan Lojewski2019-05-021-1/+1
| |\ | | | | | | Typo in README.md
| | * Typo in README.mdleo-lb2019-05-031-1/+1
| |/
* | Add enumeration for block size.Evan Lojewski2019-04-285-0/+519
|/
OpenPOWER on IntegriCloud