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
/* * (C) Copyright 2004-2007 Freescale Semiconductor, Inc. * TsiChung Liew, Tsi-Chung.Liew@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 terms of the GNU General Public License as ...
1001-study-uboot
drivers/serial/mcfuart.c
C
gpl3
3,283
/* * (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
drivers/serial/altera_uart.c
C
gpl3
2,298
/* * (C) Copyright 2003 * Gerry Hamel, geh@ti.com, Texas Instruments * * (C) Copyright 2006 * Bryan O'Donoghue, 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...
1001-study-uboot
drivers/serial/usbtty.c
C
gpl3
27,155
/* * SuperH SCIF device driver. * Copyright (C) 2007,2008,2010 Nobuhiro Iwamatsu * Copyright (C) 2002 - 2008 Paul Mundt * * 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...
1001-study-uboot
drivers/serial/serial_sh.c
C
gpl3
4,203
/* * (C) Copyright 2004 * DAVE Srl * http://www.dave-tech.it * http://www.wawnet.biz * mailto:info@wawnet.biz * * (C) Copyright 2002-2004 * Wolfgang Denk, DENX Software Engineering, <wd@denx.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> *...
1001-study-uboot
drivers/serial/serial_s3c44b0.c
C
gpl3
4,377
/* * Serial Port stuff - taken from Linux * * (C) Copyright 2002 * MAZeT GmbH <www.mazet.de> * Stephan Linz <linz@mazet.de>, <linz@li-pro.net> * * (c) 2004 * IMMS gGmbH <www.imms.de> * Thomas Elste <info@elste.org> * * See file CREDITS for list of people who contributed to this * project. * * This program...
1001-study-uboot
drivers/serial/serial_netarm.c
C
gpl3
4,969
/* * (C) Copyright 2002 * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * 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 optio...
1001-study-uboot
drivers/serial/serial_lh7a40x.c
C
gpl3
3,869
/* * (C) Copyright 2002 * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * 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 optio...
1001-study-uboot
drivers/serial/serial_s3c24x0.c
C
gpl3
6,927
/* * (C) Copyright 2002 * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * (C) Copyright 2008 * Guennadi Liakhovetki, DENX Software Engineering, <lg@denx.de> * * 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
drivers/serial/s3c64xx.c
C
gpl3
3,589
/* * (C) Copyright 2008-2011 Michal Simek <monstr@monstr.eu> * Clean driver and add xilinx constant from header file * * (C) Copyright 2004 Atmark Techno, Inc. * Yasushi SHOJI <yashi@atmark-techno.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software...
1001-study-uboot
drivers/serial/serial_xuartlite.c
C
gpl3
4,714
/* * serial.c -- KS8695 serial driver * * (C) Copyright 2004, Greg Ungerer <greg.ungerer@opengear.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, o...
1001-study-uboot
drivers/serial/serial_ks8695.c
C
gpl3
2,914
/* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, <wd@denx.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Alex Zuepke <azu@sysgo.de> * * Copyright...
1001-study-uboot
drivers/serial/serial_sa1100.c
C
gpl3
3,620
/* * Copyright 2010, Renato Andreola <renato.andreola@imagos.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 by the Free Software Foundati...
1001-study-uboot
drivers/serial/opencores_yanu.c
C
gpl3
4,386
/* * (C) Copyright 2002-2004 * Wolfgang Denk, DENX Software Engineering, <wd@denx.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Alex Zuepke <azu@sysgo.de> * * Copy...
1001-study-uboot
drivers/serial/serial_clps7111.c
C
gpl3
2,724
# # (C) Copyright 2006-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 Free Softwa...
1001-study-uboot
drivers/serial/Makefile
Makefile
gpl3
2,782
#ifndef __UART_H #define __UART_H /* * Copyright (c) 2004 Cucy Systems (http://www.cucy.com) * Curt Brune <curt@cucy.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 P...
1001-study-uboot
drivers/serial/s3c4510b_uart.h
C
gpl3
2,699
/* * (C) Copyright 2003 * Gerry Hamel, geh@ti.com, Texas Instruments * * (C) Copyright 2006 * Bryan O'Donoghue, bodonoghue@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 Softwar...
1001-study-uboot
drivers/serial/usbtty.h
C
gpl3
2,766
/* * (C) Copyright 2009 SAMSUNG Electronics * Minkyu Kang <mk7.kang@samsung.com> * Heungjun Kim <riverful.kim@samsung.com> * * based on drivers/serial/s3c64xx.c * * 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
drivers/serial/serial_s5p.c
C
gpl3
5,712
/* * COM1 NS16550 support * originally from linux source (arch/powerpc/boot/ns16550.c) * modified to use CONFIG_SYS_ISA_MEM and new defines */ #include <config.h> #include <ns16550.h> #include <watchdog.h> #include <linux/types.h> #include <asm/io.h> #define UART_LCRVAL UART_LCR_8N1 /* 8 data, 1 stop, no parity ...
1001-study-uboot
drivers/serial/ns16550.c
C
gpl3
3,640
/* * (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
drivers/serial/altera_jtag_uart.c
C
gpl3
1,960
/* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, <wd@denx.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Alex Zuepke <azu@sysgo.de> * * Copyright...
1001-study-uboot
drivers/serial/serial_ixp.c
C
gpl3
3,189
/* * Copyright (c) 2004 Cucy Systems (http://www.cucy.com) * Curt Brune <curt@cucy.com> * * (C) Copyright 2004 * DAVE Srl * http://www.dave-tech.it * http://www.wawnet.biz * mailto:info@wawnet.biz * * (C) Copyright 2002-2004 * Wolfgang Denk, DENX Software Engineering, <wd@denx.de> * * (C) Copyright 2002 *...
1001-study-uboot
drivers/serial/s3c4510b_uart.c
C
gpl3
4,709
/* * 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
drivers/serial/sandbox.c
C
gpl3
1,423
/* * Copyright (C) 2004-2006 Atmel Corporation * * Modified to support C structur SoC access by * Andreas Bießmann <biessmann@corscience.de> * * 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 Foundat...
1001-study-uboot
drivers/serial/atmel_usart.c
C
gpl3
2,532
/* * (C) Copyright 2003 * * Pantelis Antoniou <panto@intracom.gr> * Intracom S.A. * * 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
drivers/serial/serial_max3100.c
C
gpl3
7,106
/* * (C) Copyright 2002-2004 * Wolfgang Denk, DENX Software Engineering, <wd@denx.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Alex Zuepke <azu@sysgo.de> * * Copy...
1001-study-uboot
drivers/serial/serial_lpc2292.c
C
gpl3
2,454
/* * (C) Copyright 2003, 2004 * ARM Ltd. * Philippe Robin, <philippe.robin@arm.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 F...
1001-study-uboot
drivers/serial/serial_pl01x.h
C
gpl3
5,440
/*********************************************************************** * * Copyright (C) 2004 by FS Forth-Systeme GmbH. * All rights reserved. * * $Id: ns9750_serial.c,v 1.1 2004/02/16 10:37:20 mpietrek Exp $ * @Author: Markus Pietrek * @Descr: Serial driver for the NS9750. Only one UART is supported yet. * @...
1001-study-uboot
drivers/serial/ns9750_serial.c
C
gpl3
6,556
/* * Register definitions for the Atmel USART3 module. * * Copyright (C) 2005-2006 Atmel Corporation * * Modified to support C structure SoC access by * Andreas Bießmann <biessmann@corscience.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu...
1001-study-uboot
drivers/serial/atmel_usart.h
C
gpl3
8,440
/* * Copyright (C) 2004-2007 ARM Limited. * Copyright (C) 2008 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation. * * Th...
1001-study-uboot
drivers/serial/arm_dcc.c
C
gpl3
4,088
/* * Copy and modify from linux/drivers/serial/sh-sci.h */ struct uart_port { unsigned long iobase; /* in/out[bwl] */ unsigned char *membase; /* read/write[bwl] */ unsigned long mapbase; /* for ioremap */ unsigned int type; /* port type */ }; #define PORT_SCI 52 #define PORT_SCIF 53 #define PORT_SCIFA 83 #def...
1001-study-uboot
drivers/serial/serial_sh.h
C
gpl3
24,853
/* * (c) 2007 Sascha Hauer <s.hauer@pengutronix.de> * * 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 p...
1001-study-uboot
drivers/serial/serial_mxc.c
C
gpl3
8,634
/* * (c) 2004 Sascha Hauer <sascha@saschahauer.de> * * 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 pr...
1001-study-uboot
drivers/serial/serial_imx.c
C
gpl3
4,848
/* * 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
drivers/dma/MCD_tasks.c
C
gpl3
36,621
/* Copyright (C) 2011 * Corscience GmbH & Co. KG - Simon Schwarz <schwarz@corscience.de> * * 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 op...
1001-study-uboot
drivers/dma/omap3_dma.c
C
gpl3
4,642
# # (C) Copyright 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 Free Software Fo...
1001-study-uboot
drivers/dma/Makefile
Makefile
gpl3
1,492
/* * Freescale i.MX28 APBH DMA driver * * Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com> * on behalf of DENX Software Engineering GmbH * * Based on code from LTIB: * Copyright (C) 2010 Freescale Semiconductor, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or m...
1001-study-uboot
drivers/dma/apbh_dma.c
C
gpl3
14,386
/* * 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
drivers/dma/MCD_tasksInit.c
C
gpl3
11,185
/* * 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
drivers/dma/MCD_dmaApi.c
C
gpl3
36,189
/* * Copyright 2004,2007,2008 Freescale Semiconductor, Inc. * (C) Copyright 2002, 2003 Motorola Inc. * Xianghua Xiao (X.Xiao@motorola.com) * * (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...
1001-study-uboot
drivers/dma/fsl_dma.c
C
gpl3
4,797
/* -------------------------------------------------------------------- */ /* RPX Boards from Embedded Planet */ /* -------------------------------------------------------------------- */ #include <common.h> #ifdef CONFIG_8xx #include <mpc8xx.h> #endif #include <pcmcia.h> #undef CONFIG_PCMCIA #if defined(CONFIG_C...
1001-study-uboot
drivers/pcmcia/rpx_pcmcia.c
C
gpl3
1,486
#include <common.h> #include <config.h> #include <pcmcia.h> #include <asm/arch/pxa-regs.h> #include <asm/io.h> static inline void msWait(unsigned msVal) { udelay(msVal*1000); } int pcmcia_on (void) { unsigned int reg_arr[] = { 0x48000028, CONFIG_SYS_MCMEM0_VAL, 0x4800002c, CONFIG_SYS_MCMEM1_VAL, 0x48000030, ...
1001-study-uboot
drivers/pcmcia/pxa_pcmcia.c
C
gpl3
1,937
# # (C) Copyright 2000-2007 # 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 Softwa...
1001-study-uboot
drivers/pcmcia/Makefile
Makefile
gpl3
1,580
/* * Marubun MR-SHPC-01 PCMCIA controller device driver * * (c) 2007 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> * * 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 ...
1001-study-uboot
drivers/pcmcia/marubun_pcmcia.c
C
gpl3
3,515
/* * (C) Copyright 2003-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
drivers/pcmcia/i82365.c
C
gpl3
25,348
#include <common.h> #include <mpc8xx.h> #include <pcmcia.h> #include <linux/compiler.h> #undef CONFIG_PCMCIA #if defined(CONFIG_CMD_PCMCIA) #define CONFIG_PCMCIA #endif #if defined(CONFIG_CMD_IDE) && defined(CONFIG_IDE_8xx_PCCARD) #define CONFIG_PCMCIA #endif #if defined(CONFIG_PCMCIA) #if defined(CONFIG_IDE_8xx_P...
1001-study-uboot
drivers/pcmcia/mpc8xx_pcmcia.c
C
gpl3
6,268
/* -------------------------------------------------------------------- */ /* TQM8xxL Boards by TQ Components */ /* SC8xx Boards by SinoVee Microsystems */ /* -------------------------------------------------------------------- */ #include <common.h> #include <asm/io.h> #ifdef CONFIG_8xx #include <mpc8xx.h> #e...
1001-study-uboot
drivers/pcmcia/tqm8xx_pcmcia.c
C
gpl3
7,149
/* * (C) Copyright 2000-2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * (C) Copyright 2002 * Daniel Engström, Omicron Ceti AB * * 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 ...
1001-study-uboot
drivers/pcmcia/ti_pci1410a.c
C
gpl3
14,690
/**************************************************************************** * * BIOS emulator and interface * to Realmode X86 Emulator Library * * Copyright (C) 2007 Freescale Semiconductor, Inc. * Jason Jin <Jason.jin@freescale.com> * * Copyright (C) 1996-1...
1001-study-uboot
drivers/bios_emulator/bios.c
C
gpl3
10,916
/**************************************************************************** * * BIOS emulator and interface * to Realmode X86 Emulator Library * * ======================================================================== * * Copyright (C) 2007 Freescale Semiconductor, Inc...
1001-study-uboot
drivers/bios_emulator/besys.c
C
gpl3
21,981
/**************************************************************************** * * Video BOOT Graphics Card POST Module * * ======================================================================== * Copyright (C) 2007 Freescale Semiconductor, Inc. * Jason Jin <Jason.jin@freescale.com> * * Copyright (C) 1991...
1001-study-uboot
drivers/bios_emulator/atibios.c
C
gpl3
11,654
/**************************************************************************** * * BIOS emulator and interface * to Realmode X86 Emulator Library * * Copyright (C) 2007 Freescale Semiconductor, Inc. * Jason Jin <Jason.jin@freescale.com> * * Copyright (C) 1996-1999 SciTech Software, Inc. * * ==============...
1001-study-uboot
drivers/bios_emulator/biosemui.h
C
gpl3
5,918
include $(TOPDIR)/config.mk LIB := $(obj)libatibiosemu.o X86DIR = x86emu $(shell mkdir -p $(obj)$(X86DIR)) COBJS-$(CONFIG_BIOSEMU) = atibios.o biosemu.o besys.o bios.o \ $(X86DIR)/decode.o \ $(X86DIR)/ops2.o \ $(X86DIR)/ops.o \ $(X86DIR)/prim_ops.o \ $(X86DIR)/sys.o \ $(X86DIR)/debug.o COBJS := $(COBJS-y) S...
1001-study-uboot
drivers/bios_emulator/Makefile
Makefile
gpl3
831
/**************************************************************************** * * BIOS emulator and interface * to Realmode X86 Emulator Library * * Copyright (C) 2007 Freescale Semiconductor, Inc. * Jason Jin <Jason.jin@freescale.com> * * Copyright (C) 1996-1999 SciTech Software, Inc. * * ==============...
1001-study-uboot
drivers/bios_emulator/biosemu.c
C
gpl3
12,321
/**************************************************************************** * Realmode X86 Emulator Library * * Copyright (C) 2007 Freescale Semiconductor, Inc. * Jason Jin <Jason.jin@freescale.com> * * Copyright (C) 1991-2004 SciTech Software, Inc. * Copyright (C) David Mosberger-Tang * Copyright...
1001-study-uboot
drivers/bios_emulator/x86emu/ops.c
C
gpl3
143,458
/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 1991-2004 SciTech Software, Inc. * Copyright (C) David Mosberger-Tang * Copyright (C) 1999 Egbert Eich * * ======...
1001-study-uboot
drivers/bios_emulator/x86emu/debug.c
C
gpl3
10,764
/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 1991-2004 SciTech Software, Inc. * Copyright (C) David Mosberger-Tang * Copyright (C) 1999 Egbert Eich * * =================================================================...
1001-study-uboot
drivers/bios_emulator/x86emu/decode.c
C
gpl3
31,431
/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 2007 Freescale Semiconductor, Inc. * Jason Jin <Jason.jin@freescale.com> * * Copyright (C) 1991-2004 SciTech Software, Inc. * Copyright (C) David Mosberger-Tang * Copyrigh...
1001-study-uboot
drivers/bios_emulator/x86emu/ops2.c
C
gpl3
49,129
/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 1991-2004 SciTech Software, Inc. * Copyright (C) David Mosberger-Tang * Copyright (C) 1999 Egbert Eich * * ======...
1001-study-uboot
drivers/bios_emulator/x86emu/sys.c
C
gpl3
10,694
/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 1991-2004 SciTech Software, Inc. * Copyright (C) David Mosberger-Tang * Copyright (C) 1999 Egbert Eich * * =================================================================...
1001-study-uboot
drivers/bios_emulator/x86emu/prim_ops.c
C
gpl3
63,136
/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 1996-1999 SciTech Software, Inc. * Copyright (C) David Mosberger-Tang * Copyright (C) 1999 Egbert Eich * * ======...
1001-study-uboot
drivers/bios_emulator/include/x86emu.h
C
gpl3
7,381
/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 1991-2004 SciTech Software, Inc. * Copyright (C) David Mosberger-Tang * Copyright (C) 1999 Egbert Eich * * ======...
1001-study-uboot
drivers/bios_emulator/include/x86emu/x86emui.h
C
gpl3
3,582
/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 1991-2004 SciTech Software, Inc. * Copyright (C) David Mosberger-Tang * Copyright (C) 1999 Egbert Eich * * =================================================================...
1001-study-uboot
drivers/bios_emulator/include/x86emu/debug.h
C
gpl3
6,948
/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 1991-2004 SciTech Software, Inc. * Copyright (C) David Mosberger-Tang * Copyright (C) 1999 Egbert Eich * * ======...
1001-study-uboot
drivers/bios_emulator/include/x86emu/decode.h
C
gpl3
3,766
/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 1991-2004 SciTech Software, Inc. * Copyright (C) David Mosberger-Tang * Copyright (C) 1999 Egbert Eich * * =================================================================...
1001-study-uboot
drivers/bios_emulator/include/x86emu/regs.h
C
gpl3
9,441
/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 1991-2004 SciTech Software, Inc. * Copyright (C) David Mosberger-Tang * Copyright (C) 1999 Egbert Eich * * ======...
1001-study-uboot
drivers/bios_emulator/include/x86emu/prim_ops.h
C
gpl3
4,831
/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 1991-2004 SciTech Software, Inc. * Copyright (C) David Mosberger-Tang * Copyright (C) 1999 Egbert Eich * * ======...
1001-study-uboot
drivers/bios_emulator/include/x86emu/prim_asm.h
C
gpl3
33,816
/**************************************************************************** * * Realmode X86 Emulator Library * * Copyright (C) 1991-2004 SciTech Software, Inc. * Copyright (C) David Mosberger-Tang * Copyright (C) 1999 Egbert Eich * * ======...
1001-study-uboot
drivers/bios_emulator/include/x86emu/ops.h
C
gpl3
1,957
/**************************************************************************** * * BIOS emulator and interface * to Realmode X86 Emulator Library * * Copyright (C) 1996-1999 SciTech Software, Inc. * * =============================================================...
1001-study-uboot
drivers/bios_emulator/include/biosemu.h
C
gpl3
11,050
/* * (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
drivers/fpga/virtex2.c
C
gpl3
11,949
/* * (C) Copyright 2007 * Eran Liberty, Extricom , eran.liberty@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 Softwar...
1001-study-uboot
drivers/fpga/stratixII.c
C
gpl3
5,626
/* * (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
drivers/fpga/fpga.c
C
gpl3
8,107
/* * (C) Copyright 2003 * Steven Scholz, imc Measurement & Control, steven.scholz@imc-berlin.de * * (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 ...
1001-study-uboot
drivers/fpga/altera.c
C
gpl3
6,303
# # (C) Copyright 2008 # 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 Software Fo...
1001-study-uboot
drivers/fpga/Makefile
Makefile
gpl3
1,751
/* * (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
drivers/fpga/xilinx.c
C
gpl3
6,727
/* * (C) Copyright 2006 * Heiko Schocher, hs@denx.de * Based on ACE1XK.c * * 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 Softwar...
1001-study-uboot
drivers/fpga/cyclon2.c
C
gpl3
5,810
/* * (C) Copyright 2003 * Steven Scholz, imc Measurement & Control, steven.scholz@imc-berlin.de * * (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 ...
1001-study-uboot
drivers/fpga/ACEX1K.c
C
gpl3
7,035
/* * (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
drivers/fpga/spartan3.c
C
gpl3
13,803
/* * Porting to u-boot: * * (C) Copyright 2010 * Stefano Babic, DENX Software Engineering, sbabic@denx.de. * * Lattice ispVME Embedded code to load Lattice's FPGA: * * Copyright 2009 Lattice Semiconductor Corp. * * ispVME Embedded allows programming of Lattice's suite of FPGA * devices on embedded systems th...
1001-study-uboot
drivers/fpga/ivm_core.c
C
gpl3
67,068
/* * (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
drivers/fpga/spartan2.c
C
gpl3
13,234
/* * (C) Copyright 2010 * Stefano Babic, DENX Software Engineering, sbabic@denx.de. * * (C) Copyright 2002 * Rich Ireland, Enterasys Networks, rireland@enterasys.com. * * ispVM functions adapted from Lattice's ispmVMEmbedded code: * Copyright 2009 Lattice Semiconductor Corp. * * See file CREDITS for list of p...
1001-study-uboot
drivers/fpga/lattice.c
C
gpl3
9,150
# # (C) Copyright 2000-2007 # 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 Softwa...
1001-study-uboot
drivers/input/Makefile
Makefile
gpl3
1,453
/*********************************************************************** * * (C) Copyright 2004 * DENX Software Engineering * Wolfgang Denk, wd@denx.de * * PS/2 multiplexer driver * * Originally from linux source (drivers/char/ps2mult.c) * * Uses simple serial driver (ps2ser.c) to access the multiplexer * Us...
1001-study-uboot
drivers/input/ps2mult.c
C
gpl3
9,028
/*********************************************************************** * * (C) Copyright 2004-2009 * DENX Software Engineering * Wolfgang Denk, wd@denx.de * * Simple 16550A serial driver * * Originally from linux source (drivers/char/ps2ser.c) * * Used by the PS/2 multiplexer driver (ps2mult.c) * ********...
1001-study-uboot
drivers/input/ps2ser.c
C
gpl3
4,980
/* * (C) Copyright 2002 ELTEC Elektronik AG * Frank Gottschling <fgottschling@eltec.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 th...
1001-study-uboot
drivers/input/i8042.c
C
gpl3
22,491
/*********************************************************************** * * (C) Copyright 2004 * DENX Software Engineering * Wolfgang Denk, wd@denx.de * * PS/2 keyboard driver * * Originally from linux source (drivers/char/pc_keyb.c) * ***********************************************************************/ ...
1001-study-uboot
drivers/input/pc_keyb.c
C
gpl3
5,554
/*********************************************************************** * * (C) Copyright 2004 * DENX Software Engineering * Wolfgang Denk, wd@denx.de * * Keyboard driver * ***********************************************************************/ #include <common.h> #include <stdio_dev.h> #include <keyboard.h...
1001-study-uboot
drivers/input/keyboard.c
C
gpl3
8,937
/* * Copyright 2008 Extreme Engineering Solutions, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * Version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * ...
1001-study-uboot
drivers/misc/ds4510.c
C
gpl3
10,037
/* * Copyright 2010 Sergey Poselenov, Emcraft Systems, <sposelenov@emcraft.com> * Copyright 2010 Ilya Yanok, Emcraft Systems, <yanok@emcraft.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 Foun...
1001-study-uboot
drivers/misc/pdsp188x.c
C
gpl3
1,591
/* * Copyright (C) 2011 Samsung Electronics * Lukasz Majewski <l.majewski@samsung.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 t...
1001-study-uboot
drivers/misc/pmic_max8998.c
C
gpl3
1,256
/* * Status LED driver based on GPIO access conventions of Linux * * Copyright (C) 2010 Thomas Chou <thomas@wytron.com.tw> * Licensed under the GPL-2 or later. */ #include <common.h> #include <status_led.h> #include <asm/gpio.h> void __led_init(led_id_t mask, int state) { gpio_request(mask, "gpio_led"); gpio_d...
1001-study-uboot
drivers/misc/gpio_led.c
C
gpl3
546
/* * 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
drivers/misc/twl4030_led.c
C
gpl3
1,571
/* * (C) Copyright 2000-2003 * 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
drivers/misc/status_led.c
C
gpl3
2,890
/* * (C) Copyright 2002 * Daniel Engström, Omicron Ceti AB <daniel@omicron.se>. * * 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
drivers/misc/ali512x.c
C
gpl3
8,892
/* * (C) Copyright 2010 Stefano Babic <sbabic@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; either...
1001-study-uboot
drivers/misc/mc9sdz60.c
C
gpl3
1,414
# # (C) Copyright 2000-2007 # 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 Softwa...
1001-study-uboot
drivers/misc/Makefile
Makefile
gpl3
1,867
/* * Copyright 2008-2011 Freescale Semiconductor, Inc. * * (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 ...
1001-study-uboot
drivers/misc/fsl_law.c
C
gpl3
6,292
/* * (C) Copyright 2000 * Rob Taylor, Flying Pig Systems. robt@flyingpig.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
drivers/misc/ns87308.c
C
gpl3
3,506
/* * Copyright (C) 2011 Samsung Electronics * Lukasz Majewski <l.majewski@samsung.com> * * (C) Copyright 2010 * Stefano Babic, DENX Software Engineering, sbabic@denx.de * * (C) Copyright 2008-2009 Freescale Semiconductor, Inc. * * See file CREDITS for list of people who contributed to this * project. * * Th...
1001-study-uboot
drivers/misc/pmic_i2c.c
C
gpl3
2,105
/* * Copyright (C) 2011 Samsung Electronics * Lukasz Majewski <l.majewski@samsung.com> * * (C) Copyright 2010 * Stefano Babic, DENX Software Engineering, sbabic@denx.de * * (C) Copyright 2008-2009 Freescale Semiconductor, Inc. * * See file CREDITS for list of people who contributed to this * project. * * Th...
1001-study-uboot
drivers/misc/pmic_core.c
C
gpl3
2,972