代码搜索结果

找到约 6,737 项符合 Firmware 的代码

sgialib.h

/* * sgialib.h: SGI ARCS firmware interface library for the Linux kernel. * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) */ #ifndef _ASM_SGIALIB_H #define _ASM_SGIALIB_H #include

of1275.c

/* * BK Id: SCCS/s.of1275.c 1.6 05/18/01 15:16:42 cort */ /* Open Firmware Client Interface */ #include "of1275.h" static int (*of_server)(void *) = (int(*)(void*))-1; void of_init(void *handle

sgialib.h

/* * sgialib.h: SGI ARCS firmware interface library for the Linux kernel. * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) */ #ifndef _ASM_SGIALIB_H #define _ASM_SGIALIB_H #include

of1275.c

/* * BK Id: SCCS/s.of1275.c 1.6 05/18/01 15:16:42 cort */ /* Open Firmware Client Interface */ #include "of1275.h" static int (*of_server)(void *) = (int(*)(void*))-1; void of_init(void *handle

of1275.c

/* * BK Id: SCCS/s.of1275.c 1.6 05/18/01 15:16:42 cort */ /* Open Firmware Client Interface */ #include "of1275.h" static int (*of_server)(void *) = (int(*)(void*))-1; void of_init(void *handle

iop_fw_load.c

/* $Id: iop_fw_load.c,v 1.4 2005/04/07 09:27:46 larsv Exp $ * * Firmware loader for ETRAX FS IO-Processor * * Copyright (C) 2004 Axis Communications AB */ #include #include

iop_fw_load.c

/* $Id: iop_fw_load.c,v 1.4 2005/04/07 09:27:46 larsv Exp $ * * Firmware loader for ETRAX FS IO-Processor * * Copyright (C) 2004 Axis Communications AB */ #include #include

of1275.c

/* * BK Id: SCCS/s.of1275.c 1.6 05/18/01 15:16:42 cort */ /* Open Firmware Client Interface */ #include "of1275.h" static int (*of_server)(void *) = (int(*)(void*))-1; void of_init(void *handle

makefile

XEN_ROOT = ../../.. include $(XEN_ROOT)/tools/firmware/Rules.mk .PHONY: all all: extboot.bin %.o: %.S $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ -c $< extboot.img: extboot.o $(LD) $(LDFLAGS_DIRECT) --ofor

makefile

XEN_ROOT = ../../../.. include $(XEN_ROOT)/tools/firmware/Rules.mk SOURCES = util.c TARGET = 32bitbios_flat.h CFLAGS += $(CFLAGS_include) -I.. -DGCC_PROTOS SUBDIRS = tcgbios MODULES = tcgbios/tcgb