Point to SiFive license | Add require on Arty

This commit is contained in:
abejgonzalez
2020-11-06 10:18:10 -08:00
parent b0fc0457aa
commit c721d897f3
17 changed files with 221 additions and 15 deletions

View File

@@ -1,3 +1,4 @@
// See LICENSE.Sifive for license details.
#ifndef SIFIVE_SMP
#define SIFIVE_SMP
#include "platform.h"
@@ -14,7 +15,7 @@
#define NONSMP_HART 0
#endif
/* If your test cannot handle multiple-threads, use this:
/* If your test cannot handle multiple-threads, use this:
* smp_disable(reg1)
*/
#define smp_disable(reg1, reg2) \