Updated docs and GitHub resources

Signed-off-by: Alexandro Sanchez Bach <alexandro@phi.nz>
This commit is contained in:
Alexandro Sanchez Bach 2019-06-03 03:35:02 +02:00
parent 2779627df7
commit 11e4a136fa
No known key found for this signature in database
GPG key ID: 044CB90BFA31DF0C
3 changed files with 5 additions and 1 deletions

2
.github/FUNDING.yml vendored Normal file
View file

@ -0,0 +1,2 @@
github: [AlexAltea]
patreon: AlexAltea

View file

@ -80,6 +80,7 @@ Liverpool
| _GCA_ | Graphics/Compute Array (same as GFX?). |
| _GDS_ | Global Data Share. |
| _GFX_ | Graphics/Compute Engine (same as GCA?). |
| _GMC_ | Graphics Memory Controller. |
| _GRBM_ | Graphics Register Backbone Manager. |
| _IA_ | Input Assembly. |
| _IH_ | Interrupt Handler. |
@ -90,6 +91,7 @@ Liverpool
| _RLC_ | Run List Controller. |
| _SAMU_ | Secure Asset Management Unit. |
| _SC_ | Scan Converter. |
| _SDMA_ | System Direct Memory Access. |
| _SMC_ | System Management Controller. |
| _SPI_ | Shader Processor Input. |
| _SRBM_ | System Register Backbone Manager. |

View file

@ -31,7 +31,7 @@ write_dword 0x4569700 0x00
# variable to conditionally print debug information based on the current
# tracing level in `xhcidebug`. This is zero-initialized by default.
# The levels go from 0x1 to 0x10 and are checked for higher-equal value.
write_dword 0x4581840 0x20
write_dword 0x4581840 0x00
# Configure USB trace level
# =========================