The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/cfe/cfe_api.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* from: Broadcom Id: cfe_api.h,v 1.31 2006/08/24 02:13:56 binh Exp $ */
    2 
    3 /*-
    4  * SPDX-License-Identifier: BSD-3-Clause
    5  *
    6  * Copyright 2000, 2001, 2002
    7  * Broadcom Corporation. All rights reserved.
    8  *
    9  * This software is furnished under license and may be used and copied only
   10  * in accordance with the following terms and conditions.  Subject to these
   11  * conditions, you may download, copy, install, use, modify and distribute
   12  * modified or unmodified copies of this software in source and/or binary
   13  * form. No title or ownership is transferred hereby.
   14  *
   15  * 1) Any source code used, modified or distributed must reproduce and
   16  *    retain this copyright notice and list of conditions as they appear in
   17  *    the source file.
   18  *
   19  * 2) No right is granted to use any trade name, trademark, or logo of
   20  *    Broadcom Corporation.  The "Broadcom Corporation" name may not be
   21  *    used to endorse or promote products derived from this software
   22  *    without the prior written permission of Broadcom Corporation.
   23  *
   24  * 3) THIS SOFTWARE IS PROVIDED "AS-IS" AND ANY EXPRESS OR IMPLIED
   25  *    WARRANTIES, INCLUDING BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF
   26  *    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
   27  *    NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL BROADCOM BE LIABLE
   28  *    FOR ANY DAMAGES WHATSOEVER, AND IN PARTICULAR, BROADCOM SHALL NOT BE
   29  *    LIABLE FOR DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   30  *    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   31  *    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   32  *    BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   33  *    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
   34  *    OR OTHERWISE), EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   35  *
   36  * $FreeBSD$
   37  */
   38 
   39 /*  *********************************************************************
   40     *
   41     *  Broadcom Common Firmware Environment (CFE)
   42     *
   43     *  Device function prototypes               File: cfe_api.h
   44     *
   45     *  This file contains declarations for doing callbacks to
   46     *  cfe from an application.  It should be the only header
   47     *  needed by the application to use this library
   48     *
   49     *  Authors:  Mitch Lichtenberg, Chris Demetriou
   50     *
   51     ********************************************************************* */
   52 
   53 #ifndef CFE_API_H
   54 #define CFE_API_H
   55 
   56 /*
   57  * Apply customizations here for different OSes.  These need to:
   58  *      * typedef uint64_t, int64_t, intptr_t, uintptr_t.
   59  *      * define cfe_strlen() if use of an existing function is desired.
   60  *      * define CFE_API_IMPL_NAMESPACE if API functions are to use
   61  *        names in the implementation namespace.
   62  * Also, optionally, if the build environment does not do so automatically,
   63  * CFE_API_* can be defined here as desired.
   64  */
   65 /* Begin customization. */
   66 #include <sys/types.h>
   67 #include <sys/stdint.h>         /* All of the typedefs.  */
   68 #include <sys/systm.h>          /* strlen() prototype.  */
   69 
   70 #define CFE_API_ALL
   71 #define cfe_strlen(x)   strlen(x)
   72 /* End customization. */
   73 
   74 /*  *********************************************************************
   75     *  Constants
   76     ********************************************************************* */
   77 
   78 /* Seal indicating CFE's presence, passed to user program. */
   79 #define CFE_EPTSEAL 0x43464531
   80 
   81 #define CFE_MI_RESERVED 0               /* memory is reserved, do not use */
   82 #define CFE_MI_AVAILABLE 1              /* memory is available */
   83 
   84 #define CFE_FLG_WARMSTART     0x00000001
   85 #define CFE_FLG_FULL_ARENA    0x00000001
   86 #define CFE_FLG_ENV_PERMANENT 0x00000001
   87 
   88 #define CFE_CPU_CMD_START 1
   89 #define CFE_CPU_CMD_STOP 0
   90 
   91 #define CFE_STDHANDLE_CONSOLE   0
   92 
   93 #define CFE_DEV_NETWORK         1
   94 #define CFE_DEV_DISK            2
   95 #define CFE_DEV_FLASH           3
   96 #define CFE_DEV_SERIAL          4
   97 #define CFE_DEV_CPU             5
   98 #define CFE_DEV_NVRAM           6
   99 #define CFE_DEV_CLOCK           7
  100 #define CFE_DEV_OTHER           8
  101 #define CFE_DEV_MASK            0x0F
  102 
  103 #define CFE_CACHE_FLUSH_D       1
  104 #define CFE_CACHE_INVAL_I       2
  105 #define CFE_CACHE_INVAL_D       4
  106 #define CFE_CACHE_INVAL_L2      8
  107 
  108 #define CFE_FWI_64BIT           0x00000001
  109 #define CFE_FWI_32BIT           0x00000002
  110 #define CFE_FWI_RELOC           0x00000004
  111 #define CFE_FWI_UNCACHED        0x00000008
  112 #define CFE_FWI_MULTICPU        0x00000010
  113 #define CFE_FWI_FUNCSIM         0x00000020
  114 #define CFE_FWI_RTLSIM          0x00000040
  115 
  116 typedef struct {
  117     int64_t fwi_version;                /* major, minor, eco version */
  118     int64_t fwi_totalmem;               /* total installed mem */
  119     int64_t fwi_flags;                  /* various flags */
  120     int64_t fwi_boardid;                /* board ID */
  121     int64_t fwi_bootarea_va;            /* VA of boot area */
  122     int64_t fwi_bootarea_pa;            /* PA of boot area */
  123     int64_t fwi_bootarea_size;          /* size of boot area */
  124 } cfe_fwinfo_t;
  125 
  126 /*
  127  * cfe_strlen is handled specially: If already defined, it has been
  128  * overridden in this environment with a standard strlen-like function.
  129  */
  130 #ifdef cfe_strlen
  131 # define CFE_API_STRLEN_CUSTOM
  132 #else
  133 # ifdef CFE_API_IMPL_NAMESPACE
  134 #  define cfe_strlen(a)                 __cfe_strlen(a)
  135 # endif
  136 int cfe_strlen(char *name);
  137 #endif
  138 
  139 /*
  140  * Defines and prototypes for functions which take no arguments.
  141  */
  142 #ifdef CFE_API_IMPL_NAMESPACE
  143 int64_t __cfe_getticks(void);
  144 #define cfe_getticks()                  __cfe_getticks()
  145 #else
  146 int64_t cfe_getticks(void);
  147 #endif
  148 
  149 /*
  150  * Defines and prototypes for the rest of the functions.
  151  */
  152 #ifdef CFE_API_IMPL_NAMESPACE
  153 #define cfe_close(a)                    __cfe_close(a)
  154 #define cfe_cpu_start(a,b,c,d,e)        __cfe_cpu_start(a,b,c,d,e)
  155 #define cfe_cpu_stop(a)                 __cfe_cpu_stop(a)
  156 #define cfe_enumenv(a,b,d,e,f)          __cfe_enumenv(a,b,d,e,f)
  157 #define cfe_enumdev(a,b,c)              __cfe_enumdev(a,b,c)
  158 #define cfe_enummem(a,b,c,d,e)          __cfe_enummem(a,b,c,d,e)
  159 #define cfe_exit(a,b)                   __cfe_exit(a,b)
  160 #define cfe_flushcache(a)               __cfe_cacheflush(a)
  161 #define cfe_getdevinfo(a)               __cfe_getdevinfo(a)
  162 #define cfe_getenv(a,b,c)               __cfe_getenv(a,b,c)
  163 #define cfe_getfwinfo(a)                __cfe_getfwinfo(a)
  164 #define cfe_getstdhandle(a)             __cfe_getstdhandle(a)
  165 #define cfe_init(a,b)                   __cfe_init(a,b)
  166 #define cfe_inpstat(a)                  __cfe_inpstat(a)
  167 #define cfe_ioctl(a,b,c,d,e,f)          __cfe_ioctl(a,b,c,d,e,f)
  168 #define cfe_open(a)                     __cfe_open(a)
  169 #define cfe_read(a,b,c)                 __cfe_read(a,b,c)
  170 #define cfe_readblk(a,b,c,d)            __cfe_readblk(a,b,c,d)
  171 #define cfe_setenv(a,b)                 __cfe_setenv(a,b)
  172 #define cfe_write(a,b,c)                __cfe_write(a,b,c)
  173 #define cfe_writeblk(a,b,c,d)           __cfe_writeblk(a,b,c,d)
  174 #endif /* CFE_API_IMPL_NAMESPACE */
  175 
  176 int cfe_close(int handle);
  177 int cfe_cpu_start(int cpu, void (*fn)(void), long sp, long gp, long a1);
  178 int cfe_cpu_stop(int cpu);
  179 int cfe_enumenv(int idx, char *name, int namelen, char *val, int vallen);
  180 int cfe_enumdev(int idx, char *name, int namelen);
  181 int cfe_enummem(int idx, int flags, uint64_t *start, uint64_t *length,
  182                 uint64_t *type);
  183 int cfe_exit(int warm,int status);
  184 int cfe_flushcache(int flg);
  185 int cfe_getdevinfo(char *name);
  186 int cfe_getenv(char *name, char *dest, int destlen);
  187 int cfe_getfwinfo(cfe_fwinfo_t *info);
  188 int cfe_getstdhandle(int flg);
  189 int cfe_init(uint64_t handle,uint64_t ept);
  190 int cfe_inpstat(int handle);
  191 int cfe_ioctl(int handle, unsigned int ioctlnum, unsigned char *buffer,
  192               int length, int *retlen, uint64_t offset);
  193 int cfe_open(char *name);
  194 int cfe_read(int handle, unsigned char *buffer, int length);
  195 int cfe_readblk(int handle, int64_t offset, unsigned char *buffer, int length);
  196 int cfe_setenv(char *name, char *val);
  197 int cfe_write(int handle, unsigned char *buffer, int length);
  198 int cfe_writeblk(int handle, int64_t offset, unsigned char *buffer,
  199                  int length);
  200 
  201 #endif /* CFE_API_H */

Cache object: 341de149ea93c138b4f1bb3c52492d91


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.