~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/board/quantum/fpga.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * (C) Copyright 2002
 
3
 * Rich Ireland, Enterasys Networks, rireland@enterasys.com.
 
4
 * Keith Outwater, keith_outwater@mvis.com.
 
5
 *
 
6
 * SPDX-License-Identifier:     GPL-2.0+
 
7
 */
 
8
 
 
9
/*
 
10
 * Virtex2 FPGA configuration support for the QUANTUM computer
 
11
 */
 
12
int fpga_boot(unsigned char *fpgadata, int size);
 
13
 
 
14
#define ERROR_FPGA_PRG_INIT_LOW  -1        /* Timeout after PRG* asserted   */
 
15
#define ERROR_FPGA_PRG_INIT_HIGH -2        /* Timeout after PRG* deasserted */
 
16
#define ERROR_FPGA_PRG_DONE      -3        /* Timeout after programming     */