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
*
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
*
Add initial stage2 code - mostly just a stub right now.
Evan Lojewski
2019-03-11
2
-0
/
+16
*
Add in additional NVM configuration registers to the ipxact and regenerate.
Evan Lojewski
2019-03-11
2
-3
/
+351
*
remove casting entirely.
Evan Lojewski
2019-02-26
1
-7
/
+1
*
Remove multiplication from MII reigster, should not have been there.
Evan Lojewski
2019-02-26
1
-1
/
+1
*
Add an initial APE library to allow locking and un-locking.
Evan Lojewski
2019-02-26
4
-0
/
+216
*
Don't pass a pointer to the mii routines and then typecast, looks like it mig...
Evan Lojewski
2019-02-24
2
-6
/
+11
*
Fix padding geneartion in registers.
Evan Lojewski
2019-02-23
2
-58
/
+2
*
Add updated bitmap definitions when compiling for big endian.
Evan Lojewski
2019-02-23
2
-0
/
+605
*
Update stage1 code to latest implimentation. Zero out bss during early init.
Evan Lojewski
2019-02-23
1
-1
/
+25
*
Add API to enable NVM writes.
Evan Lojewski
2019-02-23
2
-9
/
+25
*
Fix nvm library to aquire / release lock as a single set instead of a read/mo...
Evan Lojewski
2019-02-23
1
-2
/
+15
*
Add some initial support for pretty-printing registers.
Evan Lojewski
2019-02-23
2
-0
/
+356
*
Add checking stage1 / stage2 crc and reporting if an error exists.
Evan Lojewski
2019-02-23
1
-1
/
+1
*
Add bootcode location to ipxact and regenerate.
Evan Lojewski
2019-02-23
1
-5
/
+17
*
Add generation of various memories
Evan Lojewski
2019-02-18
2
-0
/
+2
*
Update MII init code to match latest description for port 0.
Evan Lojewski
2019-02-18
2
-1
/
+12
*
Fix MII register addresses and impliment accessing paged blocks.
Evan Lojewski
2019-02-16
3
-20
/
+41
*
Begin adding parsing of MII registers.
Evan Lojewski
2019-02-16
3
-202
/
+225
*
Update MII library to properly read/write registers.
Evan Lojewski
2019-02-16
1
-2
/
+6
*
Clean up a few mem leaks - simulation support doesn't need to be on the heap.
Evan Lojewski
2019-02-14
1
-0
/
+49
*
Import option parsing library from https://github.com/weisslj/cpp-optparse
Evan Lojewski
2019-02-12
9
-0
/
+1398
*
Add an initial linker script and crt file for stage1
Evan Lojewski
2019-02-10
1
-0
/
+4
*
Update ipxact headers to include sim prototypes.
Evan Lojewski
2019-02-09
2
-0
/
+6
*
Do a manual clang-format run
Evan Lojewski
2019-02-09
7
-107
/
+120
*
Import initial bcm flash tool.
Evan Lojewski
2019-02-09
7
-2
/
+407
*
Update NVM API to use words instead of bytes.
Evan Lojewski
2019-02-09
2
-13
/
+16
*
Remove usage of ExternalProjects
Evan Lojewski
2019-02-09
4
-11
/
+214
*
Add initial bcm5719 library with various component addresses. Ensure ASM file...
Evan Lojewski
2018-06-15
3
-4
/
+4
*
Begin enabling building for mips targets.
Evan Lojewski
2018-06-13
1
-31
/
+8
*
Begin setting up buidl system to build fw, tests, and utils.
Evan Lojewski
2018-05-17
1
-0
/
+7
*
Update cxx register wraper to only copy base register. Ensure write callback ...
Evan Lojewski
2018-05-15
3
-700
/
+1196
*
Initial source code import.
Evan Lojewski
2018-05-13
9
-0
/
+2249