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
...
*
stage1: Cleanup remaining linting issues (#169)
Evan Lojewski
2020-11-08
3
-57
/
+84
*
stage1: Ensure only valid vendor and device Ids are used. (#168)
Evan Lojewski
2020-11-08
1
-13
/
+21
*
stage1: Cleanup trivial linting warnings. (#166)
Evan Lojewski
2020-11-08
5
-58
/
+44
*
bcmflash: Fix a regression that disabled the eth target. (#167)
Evan Lojewski
2020-11-08
1
-1
/
+1
*
build: Enable linting checkes (#165)
Evan Lojewski
2020-11-08
10
-9
/
+477
*
build: Enable builds under FreeBSD (#164)
Evan Lojewski
2020-11-07
18
-204
/
+325
*
build: Cleanup various include files. (#163)
Evan Lojewski
2020-11-07
4
-42
/
+3
*
bcmflash: Fix default vendor and device ids. (#161)
Evan Lojewski
2020-11-06
6
-104
/
+28
*
bcmflash: Default to valid MAC addresses (not multicast addresses). (#162)
Evan Lojewski
2020-11-05
3
-12
/
+12
*
bcmflash: Default to valid (dummy) mac addresses when creating firmware image...
Evan Lojewski
2020-11-03
3
-12
/
+12
*
bcmflash: Print SMBus information. (#159)
Evan Lojewski
2020-11-01
1
-0
/
+4
*
bcmflash: Create fully valid firmware images for supported targets. (#158)
Evan Lojewski
2020-11-01
9
-41
/
+717
*
bcmflash: Allow specifying a new MAC address for each port. (#157)
Evan Lojewski
2020-11-01
1
-4
/
+78
*
bcmflash: Enable extracting raw vpd information. (#156)
Evan Lojewski
2020-11-01
1
-0
/
+16
*
ape: Remove a couple of posisble infinte loops that can happen with misbehavi...
v0.4.47
Evan Lojewski
2020-10-28
3
-13
/
+39
*
timer: Add an initial timer library. (#155)
Evan Lojewski
2020-10-28
6
-4
/
+271
*
build: Ensure tags build properly. (#153)
Evan Lojewski
2020-10-27
1
-1
/
+2
*
lvfs: Initial release for LVFS. (#152)
v0.4.44
Evan Lojewski
2020-10-26
3
-25
/
+54
*
apeloader: Cleanup various linting warnings. (#151)
Evan Lojewski
2020-10-24
1
-1
/
+2
*
ncsi: Cleanup various linting warnings. (#150)
Evan Lojewski
2020-10-24
4
-70
/
+94
*
ape: Cleanup various linting warnings. (#149)
Evan Lojewski
2020-10-24
6
-16
/
+60
*
builds: Add Microsoft's SDL and banned API list (#148)
Evan Lojewski
2020-10-24
5
-21
/
+169
*
ape: Properly handle tx lockups by ensuring all blocks are reset. (#147)
Evan Lojewski
2020-10-22
1
-3
/
+4
*
mii: Cleanup various linting warnings. (#146)
Evan Lojewski
2020-10-17
2
-12
/
+15
*
nvm: Cleanup various linting warnings. (#145)
Evan Lojewski
2020-10-17
5
-65
/
+43
*
printf: Cleanup various linting warnings. (#144)
Evan Lojewski
2020-10-16
4
-12
/
+14
*
vpd: Cleanup various linting warnings. (#143)
Evan Lojewski
2020-10-13
1
-4
/
+1
*
libs/ape: Cleanup various linting warnings. (#142)
Evan Lojewski
2020-10-13
1
-0
/
+3
*
README.md: rework usage and development sections (#141)
Will Springer
2020-10-13
1
-55
/
+61
*
stage1: Report extended VPD information if found. (#139)
Evan Lojewski
2020-10-11
1
-2
/
+46
*
bcmflash: Parse VPD data in the code directory if it exists. (#138)
Evan Lojewski
2020-10-11
2
-3
/
+15
*
jenkins: Ensure images can be build using the packages source code. (#137)
Evan Lojewski
2020-10-10
3
-6
/
+39
*
fwupd: Generate firmware cabinet files for use with fwupd and lvfs. (#136)
Evan Lojewski
2020-10-10
6
-6
/
+293
*
bcmflash: Add ability to create full firmware images. (#135)
Evan Lojewski
2020-10-09
2
-27
/
+116
*
bcmflash: Improve debugging when ethtool reports an error. (#134)
Evan Lojewski
2020-10-09
1
-2
/
+5
*
jenkins: Populate job description with commit message. (#133)
Evan Lojewski
2020-10-09
1
-0
/
+6
*
nvm: Enable burst writes. (#132)
Evan Lojewski
2020-10-08
1
-22
/
+81
*
build: Create a simple changelog from the git commit history. (#131)
Evan Lojewski
2020-10-06
3
-2
/
+70
*
build: Enable semantic versioning. (#130)
Evan Lojewski
2020-10-06
1
-1
/
+24
*
ape: Update APE SHM to report the running firmware version. (#129)
Evan Lojewski
2020-10-06
4
-46
/
+39
*
bcmregtool: Fix apeboot to support updated ape on-disk format (#128)
Evan Lojewski
2020-10-05
1
-1
/
+1
*
bcmflash: Refactor bcmflash to cleanup IO code. (#127)
Evan Lojewski
2020-10-04
4
-90
/
+127
*
bcmflash: Enable reading/writing firmware using the ethtool apis. (#126)
Evan Lojewski
2020-10-03
4
-3
/
+260
*
bcmflash: Autodetect flash size. (#125)
Evan Lojewski
2020-10-03
1
-10
/
+14
*
NVM: Add an API to determine the NVM size. (#124)
Evan Lojewski
2020-10-03
4
-1
/
+45
*
utils: Disable RTTI and exception to reduce utility compile size. (#122)
Evan Lojewski
2020-10-01
4
-31
/
+30
*
bcmflash: Initial refactor of bcmflash to simplify code (#121)
Evan Lojewski
2020-09-30
5
-377
/
+574
*
stage1: Ensure ethtool/tg3 reads the proper version number. (#120)
Evan Lojewski
2020-09-27
1
-1
/
+4
*
stage1: Add a fixed-location version string and version number. (#118)
Evan Lojewski
2020-09-26
4
-3
/
+98
*
stage1: Add initial support for handling VPD. (#119)
Evan Lojewski
2020-09-26
2
-51
/
+34
[prev]
[next]