add some experiments with the cache

This commit is contained in:
2020-02-23 20:24:51 -05:00
parent eb225122e5
commit a5995cd4aa
5 changed files with 102 additions and 0 deletions

View File

@@ -50,6 +50,11 @@ struct payload *get_payload(PAYLOAD_T p)
len = PAYLOAD_AES_SW_SZ;
break;
case PAYLOAD_CACHELIB:
pl = payload_cachelib;
len = PAYLOAD_CACHELIB_SZ;
break;
case PAYLOAD_EXIT_USB_TASK:
pl = payload_exit_usb_task;
len = PAYLOAD_EXIT_USB_TASK_SZ;