powerpc: Add support for future processor

This is the initial patch to support build infrastructure
for POWER10 architecture.
This commit is contained in:
Rajalakshmi Srinivasaraghavan
2020-06-11 15:47:20 -05:00
parent 3a1b58d54a
commit 9fe930f205
38 changed files with 309 additions and 42 deletions

View File

@@ -35,7 +35,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "common.h"
#if defined(POWER8) || defined(POWER9)
#if defined(POWER8) || defined(POWER9) || defined(POWER10)
#include "zcopy_microk_power8.c"
#endif