summaryrefslogtreecommitdiffstats
path: root/include/bcm5719_SHM.h
Commit message (Collapse)AuthorAgeFilesLines
* ape: Handle host driver events to improve FreeBSD compatibility. (#222)Evan Lojewski2021-06-141-4/+40
| | | | This silences the following FreeBSD message: bge0: APE event 0x00020510 send timed out
* ape: Update APE SHM to report the running firmware version. (#129)Evan Lojewski2020-10-061-18/+8
|
* coverity: Fix issues found with coverity (#78)Evan Lojewski2020-04-111-8/+8
|
* ape: Reset the network interface when the host driver state changes. (#45)Evan Lojewski2020-02-261-0/+27
|
* printf: Remove nvm access from the ape as it triggers a race condition when ↵Evan Lojewski2020-02-171-195/+59
| | | | | | the rx cpu is restarted. (#35) Rather than print directly, the APE now using the host debug console only for printf. The RX cpu (function 0 only) uses the debug console and forwards it over SPI when new data is available.
* ipxact: Update ipxact and regenerate to include updated error checking. (#19)Evan Lojewski2020-01-291-0/+4
|
* ipxact: Regnerate and fix a printout bug with undefined registers. (#8)Evan Lojewski2019-11-301-0/+102
|
* ipxact: Update ipxact to enable enum printouts on the simulator. (#6)Evan Lojewski2019-11-291-0/+20
| | | Add missing Req0-3 bits in the NVM software arbitration register.
* Add printouts for reserved registers.Evan Lojewski2019-06-141-0/+44
|
* Regenerate headers with top level print routine and update names for shared ↵Evan Lojewski2019-06-141-0/+50
| | | | type registers.
* Remove additional system includesLojewski, Evan2019-05-111-1/+1
|
* Begin adding support for setting ape statistics in the SHM region.Evan Lojewski2019-04-141-1498/+0
|
* Regenerate header with properly component offsets.Evan Lojewski2019-04-091-138/+85
|
* 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/+1330
| | | | access code.
* Add initial ape loade rbinary to allow the bcmregtool to read/write ↵Evan Lojewski2019-04-031-2/+126
| | | | arbitrary ape memory and to bootloader ape payloads.
* Regenerate headers + simulation code to allow arbitrary read/writes from the ↵Evan Lojewski2019-04-031-0/+12
| | | | base component.
* Check in missing SHM file.Evan Lojewski2019-03-261-0/+1908
OpenPOWER on IntegriCloud