code
stringlengths
1
2.01M
repo_name
stringlengths
3
62
path
stringlengths
1
267
language
stringclasses
231 values
license
stringclasses
13 values
size
int64
1
2.01M
/* * Header file for AT91/AT32 LCD Controller * * Data structure and register user interface * * Copyright (C) 2007 Atmel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation...
1001-study-uboot
include/atmel_lcdc.h
C
gpl3
6,265
/* * config_defaults.h - sane defaults for everyone * * Copyright (c) 2009 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #ifndef _CONFIG_DEFAULTS_H_ #define _CONFIG_DEFAULTS_H_ /* Support bootm-ing different OSes */ #define CONFIG_BOOTM_LINUX 1 #define CONFIG_BOOTM_NETBSD 1 #define CONFIG_BOOTM_...
1001-study-uboot
include/config_defaults.h
C
gpl3
409
/* $Id: linux_logo.h,v 1.5 1998/07/30 16:30:58 jj Exp $ * include/linux/linux_logo.h: This is a linux logo * to be displayed on boot. * * Copyright (C) 1996 Larry Ewing (lewing@isc.tamu.edu) * Copyright (C) 1996,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz) * * You can put anything here...
1001-study-uboot
include/linux_logo.h
C
gpl3
71,398
/* * R/O (V)FAT 12/16/32 filesystem implementation by Marcus Sundberg * * 2002-07-28 - rjones@nexus-tech.net - ported to ppcboot v1.1.6 * 2003-03-10 - kharris@nexus-tech.net - ported to u-boot * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can ...
1001-study-uboot
include/fat.h
C
gpl3
7,081
/************************************************ * NAME : arm925t.h * Version : 23 June 2003 * ************************************************/ #ifndef __ARM925T_H__ #define __ARM925T_H__ void archflashwp(void *archdata, int wp); #endif /*__ARM925T_H__*/
1001-study-uboot
include/arm925t.h
C
gpl3
270
/* * (C) Copyright 2007 * Gerald Van Baren, Custom IDEAS, vanbaren@cideas.com * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Sof...
1001-study-uboot
include/fdt_support.h
C
gpl3
4,864
#ifndef __EXPORTS_H__ #define __EXPORTS_H__ #ifndef __ASSEMBLY__ /* These are declarations of exported functions available in C code */ unsigned long get_version(void); int getc(void); int tstc(void); void putc(const char); void puts(const char*); int printf(const char* fmt, ...); void install_hdlr(int, void (*inte...
1001-study-uboot
include/exports.h
C
gpl3
1,341
/* * (C) Copyright 2011 * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free...
1001-study-uboot
include/pca9698.h
C
gpl3
1,266
/* * (C) Copyright 2000-2009 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the F...
1001-study-uboot
include/common.h
C
gpl3
26,815
/* * (C) Copyright 2003 * Orbacom Systems, Inc. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either versi...
1001-study-uboot
include/lynxkdi.h
C
gpl3
1,305
/* * Copyright (C) Freescale Semiconductor, Inc. 2006. * Author: Jason Jin<Jason.jin@freescale.com> * Zhang Wei<wei.zhang@freescale.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the ter...
1001-study-uboot
include/ahci.h
C
gpl3
6,778
#ifndef _ASM_GENERIC_DIV64_H #define _ASM_GENERIC_DIV64_H /* * Copyright (C) 2003 Bernardo Innocenti <bernie@develer.com> * Based on former asm-ppc/div64.h and asm-m68knommu/div64.h * * The semantics of do_div() are: * * uint32_t do_div(uint64_t *n, uint32_t base) * { * uint32_t remainder = *n % base; * *n = *...
1001-study-uboot
include/div64.h
C
gpl3
1,218
/* * (C) Copyright 2010 * Stefano Babic, DENX Software Engineering, sbabic@denx.de. * * (C) Copyright 2009 Freescale Semiconductor, Inc. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
1001-study-uboot
include/mc13892.h
C
gpl3
5,534
/* * (C) Copyright 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free S...
1001-study-uboot
include/hush.h
C
gpl3
1,414
/* * config_cmd_defaults.h - sane defaults for everyone * * Copyright (c) 2010-2011 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #ifndef _CONFIG_CMD_DEFAULTS_H_ #define _CONFIG_CMD_DEFAULTS_H_ #define CONFIG_CMD_BOOTM 1 #define CONFIG_CMD_CRC32 1 #define CONFIG_CMD_EXPORTENV 1 #define CONFIG_CM...
1001-study-uboot
include/config_cmd_defaults.h
C
gpl3
366
/* * (C) Copyright 2000-2006 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the F...
1001-study-uboot
include/version.h
C
gpl3
1,315
/* * (C) Copyright 2002 * Rich Ireland, Enterasys Networks, rireland@enterasys.com. * Keith Outwater, keith_outwater@mvis.com * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Gener...
1001-study-uboot
include/virtex2.h
C
gpl3
3,976
/* * Fake include for LzmaTools.h * * Copyright (C) 2007-2009 Industrie Dial Face S.p.A. * Luigi 'Comio' Mantellini (luigi.mantellini@idf-hit.com) * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the ...
1001-study-uboot
include/lzma/LzmaTools.h
C
gpl3
1,058
/* * Fake include for LzmaDec.h * * Copyright (C) 2007-2009 Industrie Dial Face S.p.A. * Luigi 'Comio' Mantellini (luigi.mantellini@idf-hit.com) * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the te...
1001-study-uboot
include/lzma/LzmaDec.h
C
gpl3
1,050
/* * Fake include for Types.h * * Copyright (C) 2007-2009 Industrie Dial Face S.p.A. * Luigi 'Comio' Mantellini (luigi.mantellini@idf-hit.com) * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the term...
1001-study-uboot
include/lzma/LzmaTypes.h
C
gpl3
1,126
/*********************************************************************** * * Copyright (C) 2004 by FS Forth-Systeme GmbH. * All rights reserved. * * $Id: ns9750_bbus.h,v 1.1 2004/02/16 10:37:20 mpietrek Exp $ * @Author: Markus Pietrek * @Descr: Definitions for BBus usage * @References: [1] NS9750 Hardware Refer...
1001-study-uboot
include/ns9750_bbus.h
C
gpl3
4,925
/* * (C) Copyright 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Andreas Heppel <aheppel@sysgo.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License ...
1001-study-uboot
include/mk48t59.h
C
gpl3
2,071
/* ** MPC823 Video Controller ** ======================= ** (C) 2000 by Paolo Scaffardi (arsenio@tin.it) ** AIRVENT SAM s.p.a - RIMINI(ITALY) ** */ #ifndef _VIDEO_H_ #define _VIDEO_H_ /* Video functions */ int video_init (void *videobase); void video_putc (const char c); void video_puts (const char *s); void video_p...
1001-study-uboot
include/video.h
C
gpl3
358
/* * (C) Copyright 2009 Reinhard Arlt, reinhard.arlt@esd-electronics.com * * base on universe.h by * * (C) Copyright 2003 Stefan Roese, stefan.roese@esd-electronics.com * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or ...
1001-study-uboot
include/tsi148.h
C
gpl3
10,323
#ifndef _LINUX_LMB_H #define _LINUX_LMB_H #ifdef __KERNEL__ #include <asm/types.h> /* * Logical memory blocks. * * Copyright (C) 2001 Peter Bergner, IBM Corp. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Fre...
1001-study-uboot
include/lmb.h
C
gpl3
1,669
/* * (C) Copyright 2000, 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the ...
1001-study-uboot
include/mpc8260.h
C
gpl3
48,610
/* * Copyright 2009, Matthias Fuchs <matthias.fuchs@esd.eu> * * SJA1000 register layout for basic CAN mode * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License a...
1001-study-uboot
include/sja1000.h
C
gpl3
1,410
/* * FILE SA-1100.h * * Version 1.2 * Author Copyright (c) Marc A. Viredaz, 1998 * DEC Western Research Laboratory, Palo Alto, CA * Date January 1998 (April 1997) * System StrongARM SA-1100 * Language C or ARM Assembly * Purpose Definition of constants related to the StrongARM * SA-1100 microprocess...
1001-study-uboot
include/SA-1100.h
C
gpl3
125,404
/* * Copyright 2009-2011 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * * Thi...
1001-study-uboot
include/fm_eth.h
C
gpl3
3,095
/* * tsec.h * * Driver for the Motorola Triple Speed Ethernet Controller * * This software may be used and distributed according to the * terms of the GNU Public License, Version 2, incorporated * herein by reference. * * Copyright 2004, 2007, 2009, 2011 Freescale Semiconductor, Inc. * (C) Copyright 200...
1001-study-uboot
include/tsec.h
C
gpl3
11,801
/* Memory.h - Memory mappings and remapping functions declarations */ /* Copyright - Galileo technology. */ #ifndef __INCmemoryh #define __INCmemoryh /* includes */ #include "core.h" /* defines */ #define DONT_MODIFY 0xffffffff #define PARITY_SUPPORT 0x40000000 #define _8BIT 0x00000000 #define _16...
1001-study-uboot
include/galileo/memory.h
C
gpl3
3,406
/* PCI.h - PCI functions header file */ /* Copyright - Galileo technology. */ #ifndef __INCpcih #define __INCpcih /* includes */ #include "core.h" #include "memory.h" /* According to PCI REV 2.1 MAX agents allowed on the bus are -21- */ #define PCI_MAX_DEVICES 22 /* Macros */ #define SELF ...
1001-study-uboot
include/galileo/pci.h
C
gpl3
4,131
/* gt64260R.h - GT64260 Internal registers definition file */ /* Copyright - Galileo technology. */ #ifndef __INCgt64260rh #define __INCgt64260rh #ifndef GT64260 #define GT64260 #endif /* CPU MASTER CONTROL REGISTER */ #define CPU_CONFIGURATION 0x0 #define CPU_MASTER_CONTROL 0x160 /********************************...
1001-study-uboot
include/galileo/gt64260R.h
C
gpl3
45,683
/* Core.h - Basic core logic functions and definitions */ /* Copyright Galileo Technology. */ /* DESCRIPTION This header file contains simple read/write macros for addressing the SDRAM, devices, GT`s internal registers and PCI (using the PCI`s address space). The macros take care of Big/Little endian conversions. */ ...
1001-study-uboot
include/galileo/core.h
C
gpl3
7,557
/* * (C) Copyright 2006 * Bryan O'Donoghue, deckard@codehermit.ie, CodeHermit * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any ...
1001-study-uboot
include/usb_cdc_acm.h
C
gpl3
1,499
/* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free S...
1001-study-uboot
include/ata.h
C
gpl3
10,498
/* * Copyright (c) 2009 Wind River Systems, Inc. * Tom Rix <Tom.Rix at windriver.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your opti...
1001-study-uboot
include/twl4030.h
C
gpl3
21,492
/* * Keep all the ugly #ifdef for system stuff here */ #ifndef __COMPILER_H__ #define __COMPILER_H__ #include <stddef.h> #ifdef USE_HOSTCC #if defined(__BEOS__) || \ defined(__NetBSD__) || \ defined(__FreeBSD__) || \ defined(__sun__) || \ defined(__APPLE__) # include <inttypes.h> #elif defined(...
1001-study-uboot
include/compiler.h
C
gpl3
3,341
/* * (C) Copyright 2000-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the F...
1001-study-uboot
include/status_led.h
C
gpl3
13,261
/* * drivers/usb/gadget/s3c_udc.h * Samsung S3C on-chip full/high speed USB device controllers * Copyright (C) 2005 for Samsung Electronics * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundatio...
1001-study-uboot
include/usb/s3c_udc.h
C
gpl3
4,525
/* * Copyright (c) 2005, 2009 Freescale Semiconductor, Inc * Copyright (c) 2005 MontaVista Software * Copyright (c) 2008 Excito Elektronik i Sk=E5ne AB * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Softwa...
1001-study-uboot
include/usb/ehci-fsl.h
C
gpl3
9,157
/* * Copyright (c) 2011 Samsung Electronics * Lukasz Majewski <l.majewski@samsung.com> * * This is a Linux kernel compatibility layer for USB Gadget * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software...
1001-study-uboot
include/usb/lin_gadget_compat.h
C
gpl3
1,886
/* * Generic ULPI interface. * * Copyright (C) 2011 Jana Rapava <fermata7@gmail.com> * Copyright (C) 2011 CompuLab, Ltd. <www.compulab.co.il> * * Authors: Jana Rapava <fermata7@gmail.com> * Igor Grinberg <grinberg@compulab.co.il> * * Register offsets taken from: * linux/include/linux/usb/ulpi.h * * Orig...
1001-study-uboot
include/usb/ulpi.h
C
gpl3
9,052
/* * Copyright (c) 2009 Wind River Systems, Inc. * Tom Rix <Tom.Rix@windriver.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option)...
1001-study-uboot
include/usb/musb_udc.h
C
gpl3
1,727
/* * Copyright 2011, Marvell Semiconductor Inc. * Lei Wen <leiwen@marvell.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any...
1001-study-uboot
include/usb/mv_udc.h
C
gpl3
3,901
/* * (C) Copyright 2003 * Gerry Hamel, geh@ti.com, Texas Instruments * * Based on * linux/drivers/usb/device/bi/omap.h * Register definitions for TI OMAP1510 USB bus interface driver * * Author: MontaVista Software, Inc. * source@mvista.com * * 2003 (c) MontaVista Software, Inc. This file is licensed unde...
1001-study-uboot
include/usb/omap1510_udc.h
C
gpl3
7,699
/* * PXA27x register declarations and HCD data structures * * Copyright (C) 2007 Rodolfo Giometti <giometti@linux.it> * Copyright (C) 2007 Eurotech S.p.A. <info@eurotech.it> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * publi...
1001-study-uboot
include/usb/pxa27x_udc.h
C
gpl3
2,105
/* * Copyright (C) 2006 Bryan O'Donoghue, CodeHermit * bodonoghue@codehermit.ie * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option)...
1001-study-uboot
include/usb/mpc8xx_udc.h
C
gpl3
5,992
/* * (C) Copyright 2009 * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free So...
1001-study-uboot
include/usb/spr_udc.h
C
gpl3
6,382
/* *========================================================================== * * xyzModem.h * * RedBoot stream handler for xyzModem protocol * *========================================================================== *####ECOSGPLCOPYRIGHTBEGIN#### * ------------------------------------------- * ...
1001-study-uboot
include/xyzModem.h
C
gpl3
3,669
/* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free S...
1001-study-uboot
include/ppc_defs.h
C
gpl3
2,179
/* ** video easylogo ** ============== ** (C) 2000 by Paolo Scaffardi (arsenio@tin.it) ** AIRVENT SAM s.p.a - RIMINI(ITALY) ** ** This utility is still under construction! */ #ifndef _EASYLOGO_H_ #define _EASYLOGO_H_ #if 0 #define ENABLE_ASCII_BANNERS #endif typedef struct { unsigned char *data; int width; int ...
1001-study-uboot
include/video_easylogo.h
C
gpl3
412
/* * (C) Copyright 2000-2005 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the F...
1001-study-uboot
include/flash.h
C
gpl3
24,658
/* * Copyright (C) 2008 Freescale Semiconductor, Inc. * Dave Liu <daveliu@freescale.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your ...
1001-study-uboot
include/fis.h
C
gpl3
3,238
/* * (C) Copyright 2002-2007 * Detlev Zundel, dzu@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; e...
1001-study-uboot
include/logbuff.h
C
gpl3
1,850
/* * (C) Copyright 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Andreas Heppel <aheppel@sysgo.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License ...
1001-study-uboot
include/mpc106.h
C
gpl3
4,918
/* * (C) Copyright 2004, Psyent Corporation <www.psyent.com> * Scott McNutt <smcnutt@psyent.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * publis...
1001-study-uboot
include/nios2.h
C
gpl3
2,452
/* * Broadcom BCM5221 Ethernet PHY * * (C) Copyright 2005 REA Elektronik GmbH <www.rea.de> * Anders Larsen <alarsen@rea.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Genera...
1001-study-uboot
include/bcm5221.h
C
gpl3
3,947
/* * (C) Copyright 2007-2008 Semihalf * * Written by: Rafal Jaworowski <raj@semihalf.com> * * This file is dual licensed; you can use it under the terms of * either the GPL, or the BSD license, at your option. * * I. GPL: * * This file is free software; you can redistribute it and/or * modify it under the te...
1001-study-uboot
include/api_public.h
C
gpl3
4,659
/* * Copyright (C) 2004-2007 Freescale Semiconductor, Inc. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; ei...
1001-study-uboot
include/MCD_tasksInit.h
C
gpl3
2,111
/* * MPC823 and PXA LCD Controller * * Modeled after video interface by Paolo Scaffardi * * * (C) Copyright 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/o...
1001-study-uboot
include/lcd.h
C
gpl3
10,431
/* Collection of constants used to access Nomadik registers */ #ifndef __NOMADIK_H__ #define __NOMADIK_H__ /* Base addresses of our peripherals */ #define NOMADIK_CLCDC_BASE 0x10120000 /* CLCD Controller */ #define NOMADIK_SRC_BASE 0x101E0000 /* System and Reset Cnt */ #define NOMADIK_PMU_BASE 0x101E9000 /* Power Man...
1001-study-uboot
include/nomadik.h
C
gpl3
1,520
/* * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any la...
1001-study-uboot
include/lh7a40x.h
C
gpl3
8,228
#ifndef __SATA_H__ #define __SATA_H__ int init_sata(int dev); int scan_sata(int dev); ulong sata_read(int dev, ulong blknr, ulong blkcnt, void *buffer); ulong sata_write(int dev, ulong blknr, ulong blkcnt, const void *buffer); int sata_initialize(void); int __sata_initialize(void); #endif
1001-study-uboot
include/sata.h
C
gpl3
293
/** * \file sha1.h * based from http://xyssl.org/code/source/sha1/ * FIPS-180-1 compliant SHA-1 implementation * * Copyright (C) 2003-2006 Christophe Devine * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License, version 2....
1001-study-uboot
include/sha1.h
C
gpl3
3,363
/* * (C) Copyright 2001 * Erik Theisen, Wave 7 Optics, etheisen@mindspring.com. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free ...
1001-study-uboot
include/dtt.h
C
gpl3
1,910
/* * (C) Copyright 2009 * Detlev Zundel, DENX Software Engineering, dzu@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free ...
1001-study-uboot
include/tws.h
C
gpl3
1,183
/* * Ethernet: An implementation of the Ethernet Device Driver suite for the * uClinux 2.0.38 operating system. This Driver has been developed * for AT75C220 board. * * NOTE: The driver is implemented for one MAC * * Version: @(#)at91rm9200_net.h 1.0.0 01/10/2001 * * Authors: Lineo Inc <www.lineo.com> * * ...
1001-study-uboot
include/at91rm9200_net.h
C
gpl3
1,727
/* * Copyright (c) 2011 The Chromium OS Authors. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either versi...
1001-study-uboot
include/tpm.h
C
gpl3
2,028
/* * This file is a modified version of bzlib.h from the bzip2-1.0.2 * distribution which can be found at http://sources.redhat.com/bzip2/ */ /*-------------------------------------------------------------*/ /*--- Public header file for the library. ---*/ /*--- ...
1001-study-uboot
include/bzlib.h
C
gpl3
8,005
#ifndef _AT45_H_ #define _AT45_H_ #ifdef CONFIG_DATAFLASH_MMC_SELECT extern void AT91F_SelectMMC(void); extern void AT91F_SelectSPI(void); extern int AT91F_GetMuxStatus(void); #endif extern void AT91F_SpiInit(void); extern void AT91F_SpiEnable(int cs); extern unsigned int AT91F_SpiWrite ( AT91PS_DataflashDesc pDesc );...
1001-study-uboot
include/at45.h
C
gpl3
2,140
/* * DP83848 ethernet Physical layer * * Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net> * * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at ...
1001-study-uboot
include/dp83848.h
C
gpl3
3,187
/* * Copyright 2003 Motorola,Inc. * Xianghua Xiao(x.xiao@motorola.com) */ #ifndef __E500_H__ #define __E500_H__ #ifndef __ASSEMBLY__ typedef struct { unsigned long freqProcessor[CONFIG_MAX_CPUS]; unsigned long freqSystemBus; unsigned long freqDDRBus; unsigned long freqLocalBus; unsigned long freqQE; #if...
1001-study-uboot
include/e500.h
C
gpl3
564
/* * (C) Copyright 2008 * Gary Jennejohn, DENX Software Engineering GmbH, garyj@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by t...
1001-study-uboot
include/iomux.h
C
gpl3
1,470
/* * (C) Copyright 2000 * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published ...
1001-study-uboot
include/video_font.h
C
gpl3
1,114
/* * (C) Copyright 2005-2010 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (C) Copyright 2010 * Sergei Poselenov, Emcraft Systems, sposelenov@emcraft.com. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or ...
1001-study-uboot
include/led-display.h
C
gpl3
1,215
/* * Copyright 2008 Extreme Engineering Solutions, Inc. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; eithe...
1001-study-uboot
include/timestamp.h
C
gpl3
1,011
#ifndef _FDT_H #define _FDT_H #ifndef __ASSEMBLY__ struct fdt_header { uint32_t magic; /* magic word FDT_MAGIC */ uint32_t totalsize; /* total size of DT block */ uint32_t off_dt_struct; /* offset to structure */ uint32_t off_dt_strings; /* offset to strings */ uint32_t off_mem_rsvmap; /* offset to memo...
1001-study-uboot
include/fdt.h
C
gpl3
1,650
/*********************************************************************** * * Copyright (C) 2004 by FS Forth-Systeme GmbH. * All rights reserved. * * $Id: ns9750_sys.h,v 1.1 2004/02/16 10:37:20 mpietrek Exp $ * @Author: Markus Pietrek * @Descr: Definitions for SYS Control Module * @References: [1] NS9750 Hardwar...
1001-study-uboot
include/ns9750_sys.h
C
gpl3
8,795
/* $Id$ */ #ifndef TABLES_H #define TABLES_H /* This is only included by common/bedbug.c, and depends on the following * files to already be included * common.h * bedbug/bedbug.h * bedbug/ppc.h * bedbug/regs.h */ struct operand operands[] = { /*Field Name Bits Shift Hint Position */ /...
1001-study-uboot
include/bedbug/tables.h
C
gpl3
25,799
/* $Id$ */ #ifndef _BEDBUG_H #define _BEDBUG_H #ifndef NULL #define NULL 0 #endif #define _USE_PROTOTYPES #ifndef isblank #define isblank(c) isspace((int)(c)) #endif #ifndef __P #if defined(_USE_PROTOTYPES) && (defined(__STDC__) || defined(__cplusplus)) #define __P(protos) protos /* full-blown ANSI C */ #else #de...
1001-study-uboot
include/bedbug/bedbug.h
C
gpl3
900
#ifndef _TYPE_BEDBUG_H #define _TYPE_BEDBUG_H /* Supporting routines */ int bedbug_puts (const char *); void bedbug_init (void); void bedbug860_init (void); void do_bedbug_breakpoint (struct pt_regs *); void bedbug_main_loop (unsigned long, struct pt_regs *); typedef struct { int hw_debug_enabled; int stopped; in...
1001-study-uboot
include/bedbug/type.h
C
gpl3
587
/* $Id$ */ #ifndef _PPC_H #define _PPC_H /*====================================================================== * * OPERANDS * *======================================================================*/ enum OP_FIELD { O_AA = 1, O_BD, O_BI, O_BO, O_crbD, O_crbA, O_crbB, O_CRM, O_d, O_frC, O_frD, O_frS, O_IM...
1001-study-uboot
include/bedbug/ppc.h
C
gpl3
14,642
/* $Id$ */ #ifndef _REGS_H #define _REGS_H /* Special Purpose Registers */ #define SPR_CR -1 #define SPR_MSR -2 #define SPR_XER 1 #define SPR_LR 8 #define SPR_CTR 9 #define SPR_DSISR 18 #define SPR_DAR 19 #define SPR_DEC 22 #define SPR_SRR0 26 #define SPR_SRR1 27 #define SPR_EIE 80 #define SPR_EID 81 #defi...
1001-study-uboot
include/bedbug/regs.h
C
gpl3
17,450
/* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free S...
1001-study-uboot
include/s_record.h
C
gpl3
4,118
/* * (C) Copyright 2002 * Rich Ireland, Enterasys Networks, rireland@enterasys.com. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Fr...
1001-study-uboot
include/spartan2.h
C
gpl3
3,844
/* * Copyright 2007 Freescale Semiconductor, Inc. * * This file is licensed under the terms of the GNU General Public * License Version 2. This file is licensed "as is" without any * warranty of any kind, whether express or implied. */ #ifndef _CONFIG_CMD_DEFAULT_H #define _CONFIG_CMD_DEFAULT_H /* * Alphabetic...
1001-study-uboot
include/config_cmd_default.h
C
gpl3
1,673
/* * (C) Copyright 2000-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the F...
1001-study-uboot
include/mpc8xx.h
C
gpl3
33,967
/* * Copyright 2010-2011 Calxeda, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. * * This program is dis...
1001-study-uboot
include/menu.h
C
gpl3
1,076
/* * File: include/pca9564.h * Author: * * Created: 2009-06-23 * Description: PCA9564 i2c bridge driver * * Modified: * Copyright 2009 CJSC "NII STT", http://www.niistt.ru/ * * Bugs: * * This program is free software; you can redistribute it and/or modify * it under the terms of...
1001-study-uboot
include/pca9564.h
C
gpl3
1,620
/* * Copyright (c) 1995, 1996, 2001, 2002 * Erik Theisen. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
1001-study-uboot
include/elf.h
C
gpl3
25,356
/* * (C) Copyright 2009 mGine co. * unsik Kim <donari75@gmail.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Found...
1001-study-uboot
include/mg_disk.h
C
gpl3
1,664
/* * Copyright (c) 2011 The Chromium OS Authors. * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version ...
1001-study-uboot
include/usb_ether.h
C
gpl3
2,851
/* * Copyright (c) International Business Machines Corp., 2006 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. ...
1001-study-uboot
include/mtd/ubi-user.h
C
gpl3
9,896
/* * (C) Copyright 2009 * Stefan Roese, DENX Software Engineering, sr@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free So...
1001-study-uboot
include/mtd/cfi_flash.h
C
gpl3
5,268
/* * Copyright 2011, Marvell Semiconductor Inc. * Lei Wen <leiwen@marvell.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free So...
1001-study-uboot
include/sdhci.h
C
gpl3
9,093
/* Interface for accessing Gaisler AMBA Plug&Play Bus. * The AHB bus can be interfaced with a simpler bus - * the APB bus, also freely available in GRLIB at * www.gaisler.com. * * (C) Copyright 2007 * Daniel Hellstrom, Gaisler Research, daniel@gaisler.com. * * See file CREDITS for list of people who contributed...
1001-study-uboot
include/ambapp.h
C
gpl3
11,956
#ifndef _MPC8260_IRQ_H #define _MPC8260_IRQ_H /****************************************************************************/ /* most of this was ripped out of include/asm-ppc/irq.h from the Linux/PPC */ /* source. There was no copyright information in the file. */ /* * this is the # irq's for all ppc arch's (p...
1001-study-uboot
include/mpc8260_irq.h
C
gpl3
1,704
/* * (C) Copyright 2011 * Stefano Babic, DENX Software Engineering, sbabic@denx.de * * Based on Linux IPU driver for MX51 (ipu.h): * * (C) Copyright 2005-2010 Freescale Semiconductor, Inc. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can re...
1001-study-uboot
include/ipu_pixfmt.h
C
gpl3
3,667
/* * (C) Copyright 2001 * Josh Huber, Mission Critical Linux, Inc. <huber@mclx.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Fr...
1001-study-uboot
include/74xx_7xx.h
C
gpl3
4,111