X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Froms%2Fu-boot%2Fboard%2Fmpl%2Fvcma9%2Fvcma9.h;fp=qemu%2Froms%2Fu-boot%2Fboard%2Fmpl%2Fvcma9%2Fvcma9.h;h=c585c8ecf72c7b48f8a98d9e14edc29fad2df0f5;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/roms/u-boot/board/mpl/vcma9/vcma9.h b/qemu/roms/u-boot/board/mpl/vcma9/vcma9.h new file mode 100644 index 000000000..c585c8ecf --- /dev/null +++ b/qemu/roms/u-boot/board/mpl/vcma9/vcma9.h @@ -0,0 +1,28 @@ +/* + * (C) Copyright 2002, 2003 + * David Mueller, ELSOFT AG, d.mueller@elsoft.ch + * + * SPDX-License-Identifier: GPL-2.0+ + */ + /**************************************************************************** + * Global routines used for VCMA9 + *****************************************************************************/ + +#include + +extern void vcma9_print_info(void); +extern int do_mplcommon(cmd_tbl_t *cmdtp, int flag, + int argc, char *const argv[]); + +/* VCMA9 PLD registers */ +enum vcma9_pld_regs { + VCMA9_PLD_ID, + VCMA9_PLD_NIC, + VCMA9_PLD_CAN, + VCMA9_PLD_MISC, + VCMA9_PLD_GPCD, + VCMA9_PLD_BOARD, + VCMA9_PLD_SDRAM +}; + +#define VCMA9_PLD_BASE (0x2C000100)