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 UBI support for U-Boot * * Adaptation from kernel to U-Boot * * Copyright (C) 2005-2007 Samsung Electronics * Kyungmin Park <kyungmin.park@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version ...
1001-study-uboot
include/ubi_uboot.h
C
gpl3
5,281
/* * Interface to SPI flash * * Copyright (C) 2008 Atmel Corporation * * 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 * version 2 as published by the Free S...
1001-study-uboot
include/spi_flash.h
C
gpl3
1,943
/* * (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/pcmcia.h
C
gpl3
8,534
/* * (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 Software...
1001-study-uboot
include/stratixII.h
C
gpl3
1,148
/* * (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_ad7177.h
C
gpl3
4,577
/* * (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
include/ali512x.h
C
gpl3
1,725
/* * An inteface for configuring a hardware via u-boot environment. * * Copyright (c) 2009 MontaVista Software, Inc. * Copyright 2011 Freescale Semiconductor, Inc. * * Author: Anton Vorontsov <avorontsov@ru.mvista.com> * * This program is free software; you can redistribute it and/or * modify it under the ter...
1001-study-uboot
include/hwconfig.h
C
gpl3
2,639
/* * header file for pwm driver. * * Copyright (c) 2011 samsung electronics * Donghwa Lee <dh09.lee@samsung.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 * ...
1001-study-uboot
include/pwm.h
C
gpl3
1,063
/* * MPC823 LCD and Video Controller * Copyright (c) 1999 Dan Malek (dmalek@jlc.net) */ #ifndef __LCDVIDEO_H__ #define __LCDVIDEO_H__ /* LCD Controller Configuration Register. */ #define LCCR_BNUM ((uint)0xfffe0000) #define LCCR_EIEN ((uint)0x00010000) #define LCCR_IEN ((uint)0x00008000) #define LCCR_IRQL ((uint)0...
1001-study-uboot
include/lcdvideo.h
C
gpl3
1,933
/* * (C) Copyright 2002 * Stäubli Faverges - <www.staubli.com> * Pierre AUBERT p.aubert@staubli.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 * p...
1001-study-uboot
include/sed13806.h
C
gpl3
3,222
/* * 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
include/pmic.h
C
gpl3
1,930
/* * 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/fdtdec.h
C
gpl3
4,265
/* * (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
include/i8042.h
C
gpl3
2,887
/* * 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_progCheck.h
C
gpl3
982
/* * (C) Copyright 2003 * Data Flash Atmel Description File * Author : Hamid Ikdoumi (Atmel) * * 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/dataflash.h
C
gpl3
8,462
#ifndef __KGDB_H__ #define __KGDB_H__ #include <asm/ptrace.h> #define KGDBERR_BADPARAMS 1 #define KGDBERR_NOTHEXDIG 2 #define KGDBERR_MEMFAULT 3 #define KGDBERR_NOSPACE 4 #define KGDBERR_ALIGNFAULT 5 #define KGDBDATA_MAXREGS 8 #define KGDBDATA_MAXPRIV 8 #define KGDBEXIT_TYPEMASK 0xff #define KGDBEXIT_KILL 0 #def...
1001-study-uboot
include/kgdb.h
C
gpl3
1,863
/* * 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/lh7a400.h
C
gpl3
2,494
/* * Copyright 2008 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 * Version 2 as published by the Free Software Foundation. */ #ifndef _DDR_SPD_H_ #define _DDR_SPD_H_ /* * Format from "JEDEC Standard...
1001-study-uboot
include/ddr_spd.h
C
gpl3
16,638
/* * (C) Copyright 2001 * Denis Peter, MPL AG Switzerland * * 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/sym53c8xx.h
C
gpl3
18,435
/* * Register definitions for the AMBA CLCD logic cell. * * derived from David A Rusling, although rearranged as a C structure * linux/include/asm-arm/hardware/amba_clcd.h -- Integrator LCD panel. * * Copyright (C) 2001 ARM Limited * * This file is subject to the terms and conditions of the GNU General Publ...
1001-study-uboot
include/amba_clcd.h
C
gpl3
1,961
/* * definitions for MPC8260 I/O Ports * * (in addition to those provided in <asm/immap_8260.h>) * * Murray.Jensen@cmst.csiro.au, 20-Oct-00 */ /* * this structure mirrors the layout of the five port registers in * the internal memory map - see iop8260_t in <asm/immap_8260.h> */ typedef struct { unsigned i...
1001-study-uboot
include/ioports.h
C
gpl3
2,052
/* * (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/fpga.h
C
gpl3
2,521
/* * (C) Copyright 2005 * ARM Ltd. * Peter Pearse, <Peter.Pearse@arm.com> * Configuration for ARM Core Modules. * No standalonw port yet available * - this file is included by both integratorap.h & integratorcp.h * * See file CREDITS for list of people who contributed to this * project. * * This program is f...
1001-study-uboot
include/armcoremodule.h
C
gpl3
3,350
/* * Copyright (C) 2009 Marc Kleine-Budde <mkl@pengutronix.de> * * Copyright 2004-2009 Freescale Semiconductor, Inc. All Rights Reserved. * * 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/mc9sdz60.h
C
gpl3
2,757
/* * (C) Copyright 2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * This file is based on code * (C) Copyright Motorola, Inc., 2000 * * odin smartdma header file */ #ifndef __MPC5XXX_SDMA_H #define __MPC5XXX_SDMA_H #include <common.h> #include <mpc5xxx.h> /* Task number assignment */ #define ...
1001-study-uboot
include/mpc5xxx_sdma.h
C
gpl3
3,184
/* * Memory Setup stuff - taken from blob memsetup.S * * Copyright (C) 1999 2000 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl) and * Jan-Derk Bakker (J.D.Bakker@its.tudelft.nl) * * Modified for the friendly-arm mini2440 by * wang_xi@anyka.com * (C) Copyright 2012 * David Mueller, ELSOFT AG, <d...
1001-study-uboot
board/samsung/mini2440/lowlevel_init.S
Unix Assembly
gpl3
6,113
# # (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 Free Softwa...
1001-study-uboot
board/samsung/mini2440/Makefile
Makefile
gpl3
1,414
/* * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002, 2010 * David Mueller, ELSOFT AG, <d.mueller@elsoft.ch> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can ...
1001-study-uboot
board/samsung/mini2440/mini2440.c
C
gpl3
4,770
/* * nand_read.c: Simple NAND read functions for booting from NAND * * This is used by cpu/arm920/start.S assembler code, * and the board-specific linker script must make sure this * file is linked within the first 4kB of NAND flash. * * Taken from GPLv2 licensed vivi bootloader, * Copyright (C) 2002 MIZI Resea...
1001-study-uboot
board/samsung/mini2440/nandboot_load.c
C
gpl3
12,181
/* * (C) Copyright 2001 * Raymond Lo, lo@routefree.com * 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 Licen...
1001-study-uboot
disk/part_dos.c
C
gpl3
7,473
/* * (C) Copyright 2000 * Hans-Joerg Frieden, Hyperion Entertainment * Hans-JoergF@hyperion-entertainment.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 Licens...
1001-study-uboot
disk/part_amiga.h
C
gpl3
3,524
/* * (C) Copyright 2001 * Hans-Joerg Frieden, Hyperion Entertainment * Hans-JoergF@hyperion-entertainment.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 Licens...
1001-study-uboot
disk/part_amiga.c
C
gpl3
9,756
/* * (C) Copyright 2001 * Denis Peter, MPL AG Switzerland, d.peter@mpl.ch. * * 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
disk/part_iso.c
C
gpl3
8,056
# # (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 Free Softwa...
1001-study-uboot
disk/Makefile
Makefile
gpl3
1,612
/* * Copyright (C) 2008 RuggedCom, Inc. * Richard Retanubun <RichardRetanubun@RuggedCom.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 ...
1001-study-uboot
disk/part_efi.h
C
gpl3
4,684
/* * Copyright (C) 2008 RuggedCom, Inc. * Richard Retanubun <RichardRetanubun@RuggedCom.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 ...
1001-study-uboot
disk/part_efi.c
C
gpl3
12,061
/* * (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
disk/part_mac.h
C
gpl3
3,517
/* * (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
disk/part_mac.c
C
gpl3
6,278
/* * (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
disk/part_dos.h
C
gpl3
1,735
/* * (C) Copyright 2001 * Denis Peter, MPL AG Switzerland, d.peter@mpl.ch. * * 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
disk/part_iso.h
C
gpl3
7,771
/* * (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
disk/part.c
C
gpl3
10,104
/* * (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
common/env_embedded.c
C
gpl3
5,855
/* * (C) Copyright 2000-2010 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (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...
1001-study-uboot
common/env_common.c
C
gpl3
7,009
/* * (C) Copyright 2000-2010 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (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 r...
1001-study-uboot
common/env_nowhere.c
C
gpl3
1,450
/* * (C) Copyright 2002 * Stäubli Faverges - <www.staubli.com> * Pierre AUBERT p.aubert@staubli.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 * p...
1001-study-uboot
common/cmd_fdos.c
C
gpl3
3,657
/* * (C) Copyright 2007 * Daniel Hellstrom, Gaisler Research, daniel@gaisler.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
common/cmd_ambapp.c
C
gpl3
7,477
/* * (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
common/console.c
C
gpl3
16,613
#include <common.h> #if 0 /* Moved to malloc.h */ /* ---------- To make a malloc.h, start cutting here ------------ */ /* A version of malloc/free/realloc written by Doug Lea and released to the public domain. Send questions/comments/complaints/performance data to dl@cs.oswego.edu * VERSION 2.6.6 Sun Mar 5 ...
1001-study-uboot
common/dlmalloc.c
C
gpl3
103,626
/* * Unsorted Block Image commands * * Copyright (C) 2008 Samsung Electronics * Kyungmin Park <kyungmin.park@samsung.com> * * Copyright 2008-2009 Stefan Roese <sr@denx.de>, DENX Software Engineering * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gener...
1001-study-uboot
common/cmd_ubi.c
C
gpl3
14,562
/* * (C) Copyright 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 Free S...
1001-study-uboot
common/serial.c
C
gpl3
6,890
/* * (C) Copyright 2000, 2001 * 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 ...
1001-study-uboot
common/cmd_fpga.c
C
gpl3
9,829
/* * (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
common/cmd_net.c
C
gpl3
9,248
/* * LowLevel function for DataFlash environment support * Author : Gilles Gastaldi (Atmel) * * 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 you...
1001-study-uboot
common/env_dataflash.c
C
gpl3
2,660
/* * An inteface for configuring a hardware via u-boot environment. * * Copyright (c) 2009 MontaVista Software, Inc. * Copyright 2011 Freescale Semiconductor, Inc. * * Author: Anton Vorontsov <avorontsov@ru.mvista.com> * * This program is free software; you can redistribute it and/or * modify it under the ter...
1001-study-uboot
common/hwconfig.c
C
gpl3
8,145
/* * (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
common/command.c
C
gpl3
10,430
/* * (C) Copyright 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 Free S...
1001-study-uboot
common/cmd_display.c
C
gpl3
1,721
/* * (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
common/cmd_mgdisk.c
C
gpl3
2,066
/* * (C) Copyright 2000-2010 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (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...
1001-study-uboot
common/env_eeprom.c
C
gpl3
6,825
/* * (C) Copyright 2002-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
common/modem.c
C
gpl3
2,677
/* * The builtin symbol table for use with kallsyms * * Copyright (c) 2008-2009 Analog Devices Inc. * Licensed under the GPL-2 or later. */ const char const system_map[] = SYSTEM_MAP;
1001-study-uboot
common/system_map.c
C
gpl3
190
/* * Most of this source has been derived from the Linux USB * project: * (c) 1999-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) * (c) 2000 David L. Brown, Jr. (usb-storage@davidb.org) * (c) 1999 Michael Gee (michael@linuxspecific.com) * (c) 2000 Yggdrasil Computing, Inc. * * * Adapted for U-Boot:...
1001-study-uboot
common/usb_storage.c
C
gpl3
40,330
/* * (C) Copyright 2000-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (C) Copyright 2003 * Kai-Uwe Bloem, Auerswald GmbH & Co KG, <linux-development@auerswald.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribu...
1001-study-uboot
common/cmd_ximg.c
C
gpl3
6,391
/* * (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
common/cmd_md5sum.c
C
gpl3
1,515
/* * Driver for NAND support, Rick Bronson * borrowed heavily from: * (c) 1999 Machine Vision Holdings, Inc. * (c) 1999, 2000 David Woodhouse <dwmw2@infradead.org> * * Ported 'dynenv' to 'nand env.oob' command * (C) 2010 Nanometrics, Inc. * 'dynenv' -- Dynamic environment offset in NAND OOB * (C) Copyright 200...
1001-study-uboot
common/cmd_nand.c
C
gpl3
22,496
/* * (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
common/cmd_sha1sum.c
C
gpl3
1,521
/* * 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
common/cmd_tpm.c
C
gpl3
2,653
/* * 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 Free ...
1001-study-uboot
common/cmd_exit.c
C
gpl3
1,148
/* * (C) Copyright 2001 * Denis Peter, MPL AG Switzerland * * Most of this source has been derived from the Linux USB * project. * * 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 ...
1001-study-uboot
common/cmd_usb.c
C
gpl3
18,360
/* * Command for mmc_spi setup. * * Copyright (C) 2010 Thomas Chou <thomas@wytron.com.tw> * Licensed under the GPL-2 or later. */ #include <common.h> #include <mmc.h> #include <spi.h> #ifndef CONFIG_MMC_SPI_BUS # define CONFIG_MMC_SPI_BUS 0 #endif #ifndef CONFIG_MMC_SPI_CS # define CONFIG_MMC_SPI_CS 1 #endif /* ...
1001-study-uboot
common/cmd_mmc_spi.c
C
gpl3
2,125
/* * (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
common/s_record.c
C
gpl3
4,377
/* * (C) Copyright 2003 * Marc Singer, elf@buici.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 Foundation; either ...
1001-study-uboot
common/cmd_portio.c
C
gpl3
3,540
/* * (C) Copyright 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Andreas Heppel <aheppel@sysgo.de> * * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * Wolfgang Grandegger, DENX Software Engineering, wg@denx.de. * * See file CREDITS for list of people who contributed to thi...
1001-study-uboot
common/cmd_pci.c
C
gpl3
15,822
/* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * Add to readline cmdline-editing by * (C) Copyright 2005 * JinHua Luo, GuangDong Linux Center, <luo.jinhua@gd-linux.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free softw...
1001-study-uboot
common/main.c
C
gpl3
30,465
/* * (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
common/cmd_mem.c
C
gpl3
28,163
/* * (C) Copyright 2000 * Subodh Nijsure, SkyStream Networks, snijsure@skystream.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
common/cmd_reginfo.c
C
gpl3
9,432
/* * (C) Copyright 2002 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (C) Copyright 2002 * Robert Schwebel, Pengutronix, <r.schwebel@pengutronix.de> * * (C) Copyright 2003 * Kai-Uwe Bloem, Auerswald GmbH & Co KG, <linux-development@auerswald.de> * * (C) Copyright 2005 * Wolfgang Denk, DENX Soft...
1001-study-uboot
common/cmd_mtdparts.c
C
gpl3
53,247
/* * (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
common/cmd_dcr.c
C
gpl3
6,921
/* * Copyright 2008-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 the GNU General Public License as * published by the Free Software Foundation; either...
1001-study-uboot
common/cmd_mp.c
C
gpl3
2,612
/* * (C) Copyright 2001 * 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 So...
1001-study-uboot
common/cmd_i2c.c
C
gpl3
37,880
/* * Copyright 2008 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 * Version 2 as published by the Free Software Foundation. */ #include <common.h> #include <ddr_spd.h> /* used for ddr1 and ddr2 spd */...
1001-study-uboot
common/ddr_spd.c
C
gpl3
2,318
/* * (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
common/cmd_console.c
C
gpl3
1,843
/* * Copyright (c) 2001 William L. Pitts * All rights reserved. * * Redistribution and use in source and binary forms are freely * permitted provided that the above copyright notice and this * paragraph and the following disclaimer are duplicated in all * such forms. * * This software is provided "AS IS" and w...
1001-study-uboot
common/cmd_elf.c
C
gpl3
10,413
/* * (C) Copyright 2002-2007 * Detlev Zundel, DENX Software Engineering, dzu@denx.de. * * Code used from linux/kernel/printk.c * Copyright (C) 1991, 1992 Linus Torvalds * * 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
common/cmd_log.c
C
gpl3
7,537
/* * 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
common/cmd_time.c
C
gpl3
2,634
/* * (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 So...
1001-study-uboot
common/cmd_dtt.c
C
gpl3
2,357
/* * (C) Copyright 2001 * Denis Peter, MPL AG Switzerland * * 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
common/cmd_scsi.c
C
gpl3
16,745
/* * (C) Copyright 2001 * Denis Peter, MPL AG, d.peter@mpl.ch. * * 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 Foundatio...
1001-study-uboot
common/cmd_fdc.c
C
gpl3
23,278
/* * 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
common/cmd_pxe.c
C
gpl3
29,992
/* * (C) Copyright 2000-2010 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (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 r...
1001-study-uboot
common/env_flash.c
C
gpl3
9,595
/* * (C) Copyright 2001 * 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
common/cmd_mii.c
C
gpl3
12,227
/* * (C) Copyright 2010 DENX Software Engineering * Wolfgang Denk <wd@denx.de> * * (C) Copyright 2005-2009 Samsung Electronics * Kyungmin Park <kyungmin.park@samsung.com> * * 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
common/env_onenand.c
C
gpl3
3,484
/* * (C) Copyright 2008 * 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
common/cmd_ubifs.c
C
gpl3
3,928
/* * 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 Free ...
1001-study-uboot
common/cmd_version.c
C
gpl3
1,382
# # (C) Copyright 2004-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 Softwa...
1001-study-uboot
common/Makefile
Makefile
gpl3
7,148
#include <common.h> #include <exports.h> #include <spi.h> DECLARE_GLOBAL_DATA_PTR; __attribute__((unused)) static void dummy(void) { } unsigned long get_version(void) { return XF_VERSION; } /* Reuse _exports.h with a little trickery to avoid bitrot */ #define EXPORT_FUNC(sym) gd->jt[XF_##sym] = (void *)sym; #if !...
1001-study-uboot
common/exports.c
C
gpl3
1,000
/* * Copyright (c) Orbacom Systems, Inc <www.orbacom.com> * All rights reserved. * * Redistribution and use in source and binary forms are freely * permitted provided that the above copyright notice and this * paragraph and the following disclaimer are duplicated in all * such forms. * * This software is provi...
1001-study-uboot
common/lynxkdi.c
C
gpl3
1,925
/* * (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
common/flash.c
C
gpl3
6,229
/* * Common LCD routines for supported CPUs * * (C) Copyright 2001-2002 * 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 G...
1001-study-uboot
common/lcd.c
C
gpl3
21,987
/* * BedBug Functions */ #include <common.h> #include <command.h> #include <linux/ctype.h> #include <net.h> #include <bedbug/type.h> #include <bedbug/bedbug.h> #include <bedbug/regs.h> #include <bedbug/ppc.h> DECLARE_GLOBAL_DATA_PTR; extern void show_regs __P ((struct pt_regs *)); extern int run_command __P ((cons...
1001-study-uboot
common/cmd_bedbug.c
C
gpl3
12,284
/* * (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
common/stdio.c
C
gpl3
5,529