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
*
ncsi: Add a reload API to reload current configuration without disconnecting ...
Evan Lojewski
2020-02-26
2
-0
/
+54
*
ncsi: Fix the AEN Enable and Get Link Status commands. (#43)
Evan Lojewski
2020-02-24
3
-28
/
+43
*
Network: Add APIs for checking and updating link/port state. (#42)
Evan Lojewski
2020-02-24
2
-5
/
+78
*
ncsi: Record MAC addresses to SHM. (#40)
Evan Lojewski
2020-02-24
2
-20
/
+42
*
ncsi: Initialize network ports when enabled. (#39)
Evan Lojewski
2020-02-24
2
-5
/
+2
*
ncsi: Print network statistics on a Get Link Status command instead of for ea...
Evan Lojewski
2020-02-23
3
-4
/
+13
*
nvram: Re-run clang-format (#37)
Evan Lojewski
2020-02-23
1
-1
/
+1
*
printf: Remove nvm access from the ape as it triggers a race condition when t...
Evan Lojewski
2020-02-17
3
-19
/
+13
*
format: Re-run clang-format to clean up Network/ports.c changes. (#29)
Evan Lojewski
2020-02-08
1
-7
/
+6
*
Network: Update network initialization code. (#27)
Evan Lojewski
2020-02-08
3
-3
/
+144
*
vpd: Enable VPD headers to be included in the APE firmware. (#25)
Evan Lojewski
2020-02-07
3
-1
/
+12
*
build: Enable clang-analyzer (scan-build) (#24)
Evan Lojewski
2020-02-07
2
-8
/
+12
*
ipxact: add MII registers for the DSP and update Aux status. (#23)
Evan Lojewski
2020-02-06
1
-58
/
+155
*
format: Re-run clang-format to clean up various files. (#21)
Evan Lojewski
2020-01-30
4
-20
/
+16
*
nvm: When exiting bitbang mode, ensure the bit is clear in NvmCfg1. (#20)
Evan Lojewski
2020-01-30
2
-6
/
+10
*
ipxact: Update ipxact and regenerate to include updated error checking. (#19)
Evan Lojewski
2020-01-29
2
-35
/
+39
*
NVM: Refactor EM100 code to add a generic NVM bitbang api. (#17)
Evan Lojewski
2020-01-22
4
-77
/
+239
*
APE: Fix shm initialization and add additional error checking to the MII libr...
Evan Lojewski
2020-01-21
7
-76
/
+124
*
stage1: Enable spi printouts when running from the RX CPU. (#9)
Evan Lojewski
2019-12-28
7
-922
/
+1199
*
ipxact: Regnerate and fix a printout bug with undefined registers. (#8)
Evan Lojewski
2019-11-30
2
-0
/
+60
*
ipxact: Update ipxact to enable enum printouts on the simulator. (#6)
Evan Lojewski
2019-11-29
2
-26
/
+93
*
Enable the em100pro spi hyperterminal console (#5)
Evan Lojewski
2019-11-29
8
-13
/
+492
*
Add a pointer to the channel shared memeory for each port.
Evan Lojewski
2019-08-10
3
-79
/
+56
*
NCSI: Cleanup getVersionID and ensure it uses the proper PCI dev/ven ids.
Evan Lojewski
2019-08-08
1
-41
/
+27
*
ncsi: Make things buidl again. Remove addidental commit.
Evan Lojewski
2019-08-08
1
-7
/
+0
*
NCSI: add missing printf dependency.
Evan Lojewski
2019-08-07
1
-2
/
+2
*
MII: Add a device parameter to enable the APE to use different registers base...
Evan Lojewski
2019-08-07
3
-54
/
+73
*
Cleanup NCSI debug code.
Evan Lojewski
2019-08-05
1
-92
/
+86
*
Add missing drainPassthroughBytes call when transmitting passthrough packets.
Evan Lojewski
2019-08-05
1
-1
/
+2
*
Cleanup a couple of headers.
Evan Lojewski
2019-08-05
1
-3
/
+3
*
Network: Enable printf from the network library.
Evan Lojewski
2019-07-14
1
-1
/
+1
*
Network: Improve error handling when unable to allocate blocks.
Evan Lojewski
2019-07-14
3
-34
/
+71
*
Update the apeconsole to use the full size, instead of 1/4 the size.
Evan Lojewski
2019-07-04
1
-2
/
+7
*
Cleanup the apeconsole utility slightly.
Evan Lojewski
2019-06-29
1
-9
/
+1
*
Add a simple printf implimentation to the APE firmware.
Evan Lojewski
2019-06-22
14
-3
/
+18187
*
Fix an accidental change in 9dacf1e3a80a906b60e5101f83d09dbc0a591ef3 that cau...
Evan Lojewski
2019-06-18
1
-0
/
+2
*
Add support for printing command responses in test code and begin adding addi...
Evan Lojewski
2019-06-18
2
-8
/
+175
*
Begin adding support for additional NCSI commants.
Evan Lojewski
2019-06-18
2
-47
/
+247
*
Check in missing ipxact outputs.
Evan Lojewski
2019-06-16
2
-2
/
+2
*
Add additional NCSI packet formats.
Evan Lojewski
2019-06-16
1
-4
/
+171
*
Add printouts for reserved registers.
Evan Lojewski
2019-06-14
2
-0
/
+60
*
Regenerate headers with top level print routine and update names for shared t...
Evan Lojewski
2019-06-14
2
-0
/
+53
*
Cleanup a few clang-analyzer issues.
Evan Lojewski
2019-06-10
1
-12
/
+0
*
Ensure the NVRam headers are formatted.
Evan Lojewski
2019-06-08
1
-3
/
+8
*
Begin adding clang-format got the Network library
Evan Lojewski
2019-06-08
7
-84
/
+60
*
Begin adding formatting to NCSI
Evan Lojewski
2019-06-08
2
-224
/
+147
*
Update formatting rules and ensure all enabled code is properly formatted.
Evan Lojewski
2019-06-06
2
-8
/
+9
*
Begin adding support for clang-format
Evan Lojewski
2019-06-05
6
-24
/
+22
*
Remove classification line from symbol asm files..
Evan Lojewski
2019-06-05
2
-4
/
+0
*
Rename FILTERS to FILTERS0 to match the rest of the APE network peripherals.
Evan Lojewski
2019-06-05
4
-6
/
+5
[next]