fusee_cpp: implement bpmp cache driver

This commit is contained in:
Michael Scire 2021-08-23 09:13:26 -07:00 committed by SciresM
parent 49d0a51d6b
commit 5cff5e629b
6 changed files with 390 additions and 11 deletions

View file

@ -117,7 +117,8 @@ SECTIONS
FILL(0x00000000)
*(.data .data.* .gnu.linkonce.d.*)
SORT(CONSTRUCTORS)
. = ALIGN(64) - 1;
. = ALIGN(16);
. = . + 15;
BYTE(0x00);
} >main AT>glob