index
:
bcm5719-ortega
05-10-2021
06-28-2021
master
Project Ortega BCM5719 firmware
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't include printf when building for arm/mips.
Lojewski, Evan
2019-05-11
1
-0
/
+4
*
Refactor network tx/rx code to allow a port structure allowing more ports tha...
Lojewski, Evan
2019-05-11
4
-74
/
+151
*
Update register generation to use type identifieres for port0 - 3.
Lojewski, Evan
2019-05-11
1
-6
/
+6
*
More cleanup - headers.
Evan Lojewski
2019-05-05
4
-40
/
+34
*
Run a few more files through clean-format.
Evan Lojewski
2019-05-05
5
-165
/
+184
*
First pass through clang-format.
Evan Lojewski
2019-05-05
6
-109
/
+144
*
Add retire bit to RegAPERxPoolRetire0_t
Evan Lojewski
2019-05-05
1
-1
/
+2
*
Fix Network_TX_transmitPassthroughPacket to drop the FCS word.
Evan Lojewski
2019-05-05
1
-0
/
+7
*
Fix Network_PassthroughRxPatcket to drop the FCS word.
Evan Lojewski
2019-05-05
1
-12
/
+27
*
Clean up rounding in Network/rx.c
Evan Lojewski
2019-05-05
1
-4
/
+6
*
Ignore packets of length 0.
Evan Lojewski
2019-05-05
1
-1
/
+11
*
All BMC packets to be tramsitted without an additional buffer.
Evan Lojewski
2019-05-04
2
-61
/
+166
*
Reset NCSI state on reloading firmware.
Evan Lojewski
2019-05-04
3
-3
/
+12
*
Add a passthrough rx routine bypassing any buffers.
Evan Lojewski
2019-05-04
3
-5
/
+232
*
Add prototype for NCSI_TxPacket
Evan Lojewski
2019-05-04
1
-0
/
+2
*
Cleanup DEVICE.ReceiveMacMode initialization
Evan Lojewski
2019-05-04
1
-3
/
+6
*
Fix transmitting multi-block frames to the network.
Evan Lojewski
2019-05-04
1
-11
/
+14
*
Begin cleaning up tx/rx code
Evan Lojewski
2019-05-04
8
-59
/
+171
*
Add both a big and little endian tx routine.
Evan Lojewski
2019-05-03
1
-48
/
+99
*
Clean up be32toh routine in tx.c slightly.
Evan Lojewski
2019-05-03
1
-8
/
+5
*
Update TX/RX sim generation
Evan Lojewski
2019-05-02
1
-1
/
+1
*
Begin moving APE tx code from the host to the APE.
Evan Lojewski
2019-05-02
5
-0
/
+1130
*
Add additional packet geenration checking - test the IID, channel, package, a...
Evan Lojewski
2019-04-28
1
-0
/
+2
*
Update tx port ipxact definition and regen.
Evan Lojewski
2019-04-28
1
-4
/
+4
*
Begin adding support for testing the NCSI library.
Evan Lojewski
2019-04-28
4
-0
/
+361
*
Add RX queue information and fix symbols sizes.
Evan Lojewski
2019-04-20
1
-7
/
+7
*
Begin adding support for sending the link status response.
Evan Lojewski
2019-04-16
2
-28
/
+239
*
Add handling for the AEN Enable command.
Evan Lojewski
2019-04-14
2
-40
/
+67
*
Begin adding support for setting ape statistics in the SHM region.
Evan Lojewski
2019-04-14
3
-61
/
+138
*
WIP: check in initial NC-SI handler.
Evan Lojewski
2019-04-13
5
-0
/
+829
*
Split APE register region into two - mapped in different places based on host...
Evan Lojewski
2019-04-13
3
-26
/
+34
*
Regenerate header with properly component offsets.
Evan Lojewski
2019-04-09
2
-363
/
+55
*
Update APE registers to exist in the APE code.
Evan Lojewski
2019-04-09
1
-0
/
+4
*
Add initial indeirect APE read support for the host cxxsim code.
Evan Lojewski
2019-04-06
2
-2
/
+2
*
Clean up CXXregister code slightly to prepare for initial APE-indirect access...
Evan Lojewski
2019-04-06
2
-12
/
+443
*
Begin adding registers for APE tx/rx from netwokr.
Evan Lojewski
2019-04-04
1
-0
/
+48
*
Regenerate headers + simulation code to allow arbitrary read/writes from the ...
Evan Lojewski
2019-04-03
2
-0
/
+24
*
Updated APE symbol sizes.
Evan Lojewski
2019-04-01
1
-3
/
+3
*
Add arm versions of the MII and APE libraries.
Evan Lojewski
2019-03-30
2
-0
/
+10
*
nvram: Fix prototype for NVRam_crc to mark input buffer as constant.
Evan Lojewski
2019-03-30
2
-2
/
+2
*
Add initial compression/decompression library.
Evan Lojewski
2019-03-30
5
-0
/
+640
*
Move elfio to a standalone library.
Evan Lojewski
2019-03-30
214
-0
/
+24982
*
Split APE SHM out of the APE register area. Instantiate 4x in the APE, one pe...
Evan Lojewski
2019-03-23
2
-0
/
+20
*
Split out DEVICE registers and add 4x instances for the APE.
Evan Lojewski
2019-03-23
1
-0
/
+16
*
Start adding in APE register generation.
Evan Lojewski
2019-03-23
2
-2
/
+57
*
SPlit NVM registers out of bcm5719 xml.
Evan Lojewski
2019-03-23
4
-14
/
+24
*
Fix the APE library to release locks properly.
Evan Lojewski
2019-03-16
1
-18
/
+18
*
Update APE library to use new register definitions and add a releaseAllLocks(...
Evan Lojewski
2019-03-16
2
-13
/
+39
*
Add initial support for reading/writing shadowed MII registers. Untested.
Evan Lojewski
2019-03-13
1
-2
/
+131
*
Add additional shadowed MII regisers and APE registers.
Evan Lojewski
2019-03-13
2
-72
/
+1834
[prev]
[next]