blob: a8ad3b765e1b03f0eb5726cea47abc29e6652932 (
plain)
1
2
3
4
5
6
7
8
|
.data
.global hal_ap_blob_start /* Export the start symbol */
.global hal_ap_blob_end /* Export the end symbol */
hal_ap_blob_start:
.incbin "HALKit/AMD64/HalApplicationProcessorStartup.bin"
hal_ap_blob_end:
|