Squash commits for public release

This commit is contained in:
2025-02-12 09:54:05 -05:00
commit 7118adc514
1108 changed files with 80873 additions and 0 deletions

35
firmware/arm64/apl.odt Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "apl_a7",
"devices": [{
"name": "ram",
"type": "RAM",
"mem": {
"base": "0x0",
"size": "0x0"
}
},
{
"name": "aa64timer",
"type": "TIMER",
"flags": "MMIO"
},
{
"name": "ramdisk",
"type": "STORAGE",
"flags": "MMIO",
"mem": {
"base": "0x0",
"size": "0x0"
}
},
{
"name": "simplefb",
"type": "FB",
"flags": "MMIO",
"mem": {
"base": "0x0",
"size": "0x0"
}
}
]
}