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
Commit message (
Expand
)
Author
Age
Files
Lines
*
release: Add support for generating a release package. (#54)
Evan Lojewski
2020-03-02
15
-18
/
+142
*
network: Update Network_SetMACAddr to properly record the mac address. (#53)
Evan Lojewski
2020-03-02
1
-5
/
+5
*
build: Add version information to output files. (#52)
Evan Lojewski
2020-03-01
14
-27
/
+202
*
Create FUNDING.yml
Evan Lojewski
2020-03-01
1
-0
/
+3
*
ape: Improve recovery speed by checking for link changes early and resetting ...
Evan Lojewski
2020-02-29
2
-5
/
+7
*
ape: Improve handling of reconfiguration event to make the network link more ...
Evan Lojewski
2020-02-29
7
-76
/
+80
*
ape: Properly release the lock when APE_releaseLock is called. (#49)
Evan Lojewski
2020-02-29
1
-0
/
+4
*
network: Initialize ape tx/rx only when a port is enabled. (#48)
Evan Lojewski
2020-02-28
6
-77
/
+31
*
ncsi: Check the port state any time a get link status command is received. (#47)
Evan Lojewski
2020-02-27
1
-0
/
+2
*
clang-format: Re-run clang-format. (#46)
Evan Lojewski
2020-02-26
2
-3
/
+2
*
ape: Reset the network interface when the host driver state changes. (#45)
Evan Lojewski
2020-02-26
6
-28
/
+217
*
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
*
ape: Don't reset the MAC address on reset. (#41)
Evan Lojewski
2020-02-24
1
-3
/
+0
*
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
*
stage1: Debug print via NVM when a reset has occurred. (#36)
Evan Lojewski
2020-02-23
1
-0
/
+4
*
printf: Remove nvm access from the ape as it triggers a race condition when t...
Evan Lojewski
2020-02-17
15
-563
/
+275
*
Add apehalt command and improve nvm unlock handling. (#34)
Evan Lojewski
2020-02-16
1
-0
/
+22
*
Update the bcmregtool and apeloader to work on pci functions 1, 2, and 3. (#33)
Evan Lojewski
2020-02-16
2
-39
/
+61
*
init: Simplify stage1 init and enable handshaking between stage1 and the APE ...
Evan Lojewski
2020-02-08
4
-81
/
+82
*
ape: Add reset procedure to finish resetting the PCIe/RX CPU blocks. (#30)
Evan Lojewski
2020-02-08
1
-1
/
+43
*
format: Re-run clang-format to clean up Network/ports.c changes. (#29)
Evan Lojewski
2020-02-08
1
-7
/
+6
*
init: Bypass block 0x8010 init when there is a risk of an infinite loop due t...
Evan Lojewski
2020-02-08
1
-39
/
+42
*
Network: Update network initialization code. (#27)
Evan Lojewski
2020-02-08
3
-3
/
+144
*
bcmregtool: Add an unlock command to unlock the APE and NVM registers. (#26)
Evan Lojewski
2020-02-07
1
-0
/
+13
*
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
5
-18
/
+71
*
ipxact: add MII registers for the DSP and update Aux status. (#23)
Evan Lojewski
2020-02-06
4
-69
/
+238
*
ipxact: Add additional register definitions. (#22)
Evan Lojewski
2020-01-30
17
-39
/
+995
*
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
44
-95
/
+274
*
NVM: Refactor EM100 code to add a generic NVM bitbang api. (#17)
Evan Lojewski
2020-01-22
4
-77
/
+239
*
APE: Enable recovery when the TX port is locked up (#16)
Evan Lojewski
2020-01-22
1
-18
/
+48
*
APE: Fix shm initialization and add additional error checking to the MII libr...
Evan Lojewski
2020-01-21
7
-76
/
+124
*
Fix format string for parsing /sys/bus/pci/devices/ entries (#13)
Jesse Michael
2020-01-20
1
-1
/
+2
*
build: Add an Ubuntu 18.04 (x86_64) builder. (#12)
Evan Lojewski
2020-01-16
2
-1
/
+2
*
stage1: remove em100 debug prints - appears to casue issues with the ape in c...
Evan Lojewski
2020-01-01
1
-25
/
+0
*
stage1: Enable spi printouts when running from the RX CPU. (#9)
Evan Lojewski
2019-12-28
11
-930
/
+1242
*
ipxact: Regnerate and fix a printout bug with undefined registers. (#8)
Evan Lojewski
2019-11-30
45
-287
/
+4380
*
elf2ape: Embed the target name in the ape header. (#7)
Evan Lojewski
2019-11-29
2
-1
/
+13
*
ipxact: Update ipxact to enable enum printouts on the simulator. (#6)
Evan Lojewski
2019-11-29
18
-122
/
+927
*
Enable the em100pro spi hyperterminal console (#5)
Evan Lojewski
2019-11-29
9
-14
/
+605
*
Don't pass -fomit-frame-pointer and -fno-builtin when building arm asm files ...
Evan Lojewski
2019-11-14
1
-1
/
+4
*
Merge pull request #4 from meklort/ci
Evan Lojewski
2019-11-14
1
-3
/
+38
|
\
|
*
Enable jenkins to report pass/fail results.
Evan Lojewski
2019-11-14
1
-3
/
+38
|
/
[next]