forked from auracaster/openocd
mips64: Add generic mips64 target support
Change-Id: I2bdd2573f23e65652686d18031698f423eec77c0 Signed-off-by: Konstantin Kostyukhin <kost@niisi.msk.ru> Signed-off-by: Aleksey Kuleshov <rndfax@yandex.ru> Signed-off-by: Peter Mamonov <pmamonov@gmail.com> Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> CC: Dongxue Zhang <elta.era@gmail.com> CC: Paul Fertser <fercerpav@gmail.com> CC: Salvador Arroyo <sarroyofdez@yahoo.es> CC: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/2322 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com>
This commit is contained in:
committed by
Paul Fertser
parent
1fbe8450a9
commit
80f1a92bd7
24
src/target/mips_mips64.h
Normal file
24
src/target/mips_mips64.h
Normal file
@@ -0,0 +1,24 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/*
|
||||
* MIPS64 generic target support *
|
||||
*
|
||||
* Copyright (C) 2014 by Andrey Sidorov <anysidorov@gmail.com>
|
||||
* Copyright (C) 2014 by Aleksey Kuleshov <rndfax@yandex.ru>
|
||||
* Copyright (C) 2014-2019 by Peter Mamonov <pmamonov@gmail.com>
|
||||
*
|
||||
* Based on the work of:
|
||||
* Copyright (C) 2008 by Spencer Oliver
|
||||
* Copyright (C) 2008 by David T.L. Wong
|
||||
*/
|
||||
|
||||
#ifndef OPENOCD_TARGET_MIPS_MIPS64_H
|
||||
#define OPENOCD_TARGET_MIPS_MIPS64_H
|
||||
|
||||
#include "helper/types.h"
|
||||
|
||||
struct mips_mips64_common {
|
||||
int common_magic;
|
||||
struct mips64_common mips64_common;
|
||||
};
|
||||
|
||||
#endif /* OPENOCD_TARGET_MIPS_MIPS64_H */
|
||||
Reference in New Issue
Block a user