summaryrefslogtreecommitdiffstats
path: root/libs/MII
Commit message (Collapse)AuthorAgeFilesLines
* Begin adding support for clang-formatEvan Lojewski2019-06-052-14/+9
|
* Remove additional system includesLojewski, Evan2019-05-112-2/+2
|
* More cleanup - headers.Evan Lojewski2019-05-051-1/+1
|
* First pass through clang-format.Evan Lojewski2019-05-051-24/+30
|
* Regenerate header with properly component offsets.Evan Lojewski2019-04-091-310/+39
|
* Add initial indeirect APE read support for the host cxxsim code.Evan Lojewski2019-04-061-1/+1
|
* Clean up CXXregister code slightly to prepare for initial APE-indirect ↵Evan Lojewski2019-04-061-6/+332
| | | | access code.
* Regenerate headers + simulation code to allow arbitrary read/writes from the ↵Evan Lojewski2019-04-031-0/+12
| | | | base component.
* Add arm versions of the MII and APE libraries.Evan Lojewski2019-03-301-0/+5
|
* Add initial support for reading/writing shadowed MII registers. Untested.Evan Lojewski2019-03-131-2/+131
|
* Add additional shadowed MII regisers and APE registers.Evan Lojewski2019-03-131-71/+1833
|
* Add initial stage2 code - mostly just a stub right now.Evan Lojewski2019-03-112-0/+16
|
* remove casting entirely.Evan Lojewski2019-02-261-7/+1
|
* Remove multiplication from MII reigster, should not have been there.Evan Lojewski2019-02-261-1/+1
|
* Don't pass a pointer to the mii routines and then typecast, looks like it ↵Evan Lojewski2019-02-242-6/+11
| | | | might break with the ABI.
* Fix padding geneartion in registers.Evan Lojewski2019-02-231-56/+0
|
* Add updated bitmap definitions when compiling for big endian.Evan Lojewski2019-02-231-0/+503
|
* Add some initial support for pretty-printing registers.Evan Lojewski2019-02-231-0/+300
|
* Add generation of various memoriesEvan Lojewski2019-02-181-0/+1
|
* Update MII init code to match latest description for port 0.Evan Lojewski2019-02-182-1/+12
|
* Fix MII register addresses and impliment accessing paged blocks.Evan Lojewski2019-02-163-20/+41
|
* Begin adding parsing of MII registers.Evan Lojewski2019-02-163-202/+225
|
* Update MII library to properly read/write registers.Evan Lojewski2019-02-161-2/+6
|
* Update ipxact headers to include sim prototypes.Evan Lojewski2019-02-091-0/+3
|
* Do a manual clang-format runEvan Lojewski2019-02-092-3/+3
|
* Remove usage of ExternalProjectsEvan Lojewski2019-02-091-6/+50
|
* Add initial bcm5719 library with various component addresses. Ensure ASM ↵Evan Lojewski2018-06-151-2/+1
| | | | files are compiled same as c++ files.
* Update cxx register wraper to only copy base register. Ensure write callback ↵Evan Lojewski2018-05-151-545/+942
| | | | is only called once.
* Initial source code import.Evan Lojewski2018-05-134-0/+1518
OpenPOWER on IntegriCloud