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 2011 Freescale Semiconductor, Inc * Andy Fleming * * 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 Foun...
1001-study-uboot
common/cmd_mdio.c
C
gpl3
6,266
/* * (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_unzip.c
C
gpl3
1,648
/* * (C) Copyright 2001 * Denis Peter, MPL AG Switzerland * * Part 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/usb_kbd.c
C
gpl3
12,402
/* * (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_flash.c
C
gpl3
19,637
/* * (C) Copyright 2008-2011 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
common/env_mmc.c
C
gpl3
3,804
/* * U-Boot command for OneNAND support * * Copyright (C) 2005-2008 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 2 as * published by the Free Software Fou...
1001-study-uboot
common/cmd_onenand.c
C
gpl3
13,048
/* * (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/env_mgdisk.c
C
gpl3
1,837
/* *========================================================================== * * xyzModem.c * * RedBoot stream handler for xyzModem protocol * *========================================================================== *####ECOSGPLCOPYRIGHTBEGIN#### * ------------------------------------------- * ...
1001-study-uboot
common/xyzModem.c
C
gpl3
19,815
/* * Command for accessing DataFlash. * * Copyright (C) 2008 Atmel Corporation */ #include <common.h> #include <df.h> static int do_df(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { const char *cmd; /* need at least two arguments */ if (argc < 2) goto usage; cmd = argv[1]; if (strcmp(cmd, "...
1001-study-uboot
common/cmd_df.c
C
gpl3
612
/* * Copyright 2008 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 vers...
1001-study-uboot
common/cmd_setexpr.c
C
gpl3
2,571
/* * (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> * * (C) Copyright 2008 Atmel Corporation * * See file CREDITS for list of people who contributed to this * project. ...
1001-study-uboot
common/env_sf.c
C
gpl3
8,373
/* * Helper functions for working with the builtin symbol table * * Copyright (c) 2008-2009 Analog Devices Inc. * Licensed under the GPL-2 or later. */ #include <common.h> /* We need the weak marking as this symbol is provided specially */ extern const char system_map[] __attribute__((weak)); /* Given an addres...
1001-study-uboot
common/kallsyms.c
C
gpl3
1,050
/* * (C) Copyright 2007 OpenMoko, Inc. * Written by Harald Welte <laforge@openmoko.org> * * 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
common/cmd_terminal.c
C
gpl3
2,163
/* * (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
common/cmd_immap.c
C
gpl3
15,309
/* * (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_nvram.c
C
gpl3
3,838
/* * (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
common/cmd_load.c
C
gpl3
26,241
/* * (C) Copyright 2008 Semihalf * * Written by: Rafal Czubak <rcz@semihalf.com> * Bartlomiej Sieka <tur@semihalf.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...
1001-study-uboot
common/update.c
C
gpl3
8,068
/* * 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/menu.c
C
gpl3
10,667
/* * (C) Copyright 2003 - 2004 * Sysgo Real-Time Solutions, AG <www.elinos.com> * Pavel Bartusek <pba@sysgo.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 Lic...
1001-study-uboot
common/cmd_reiser.c
C
gpl3
5,873
/* * (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_cache.c
C
gpl3
2,780
/* * (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 * modify it under the terms of the GNU General Public License as * published by the Free Software Fo...
1001-study-uboot
common/cmd_universe.c
C
gpl3
9,352
/* * (C) Copyright 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 General Public License as * published by the Free S...
1001-study-uboot
common/cmd_diag.c
C
gpl3
2,160
/* * Copyright 2008 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 vers...
1001-study-uboot
common/cmd_irq.c
C
gpl3
1,456
/* * (C) Copyright 2007 * Gerald Van Baren, Custom IDEAS, vanbaren@cideas.com * Based on code written by: * Pantelis Antoniou <pantelis.antoniou@gmail.com> and * Matthew McClintock <msm@freescale.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free softw...
1001-study-uboot
common/cmd_fdt.c
C
gpl3
20,845
/* * Copyright (C) 2000-2005, DENX Software Engineering * Wolfgang Denk <wd@denx.de> * Copyright (C) Procsys. All rights reserved. * Mushtaq Khan <mushtaq_k@procsys.com> * <mushtaqk_921@yahoo.co.in> * Copyright (C) 2008 Freescale Semiconductor, Inc. * Dave Liu <daveliu@freescale.com> * * This program is f...
1001-study-uboot
common/cmd_sata.c
C
gpl3
5,594
/* * cmd_otp.c - interface to Blackfin on-chip One-Time-Programmable memory * * Copyright (c) 2007-2008 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ /* There are 512 128-bit "pages" (0x000 through 0x1FF). * The pages are accessable as 64-bit "halfpages" (an upper and lower half). * The pages a...
1001-study-uboot
common/cmd_otp.c
C
gpl3
6,082
/* * (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
common/iomux.c
C
gpl3
4,312
/* $Id$ */ #include <common.h> #include <linux/ctype.h> #include <bedbug/bedbug.h> #include <bedbug/ppc.h> #include <bedbug/regs.h> #include <bedbug/tables.h> #define Elf32_Word unsigned long /* USE_SOURCE_CODE enables some symbolic debugging functions of this code. This is only useful if the program will have ...
1001-study-uboot
common/bedbug.c
C
gpl3
30,617
/* * (C) Copyright 2002 * 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_spi.c
C
gpl3
3,858
/* * (C) Copyright 2007 by OpenMoko, Inc. * Author: Harald Welte <laforge@openmoko.org> * * 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
common/cmd_license.c
C
gpl3
1,470
/* * (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
common/cmd_eeprom.c
C
gpl3
12,121
/* * (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/cmd_bootm.c
C
gpl3
38,277
/* * (C) Copyright 2008 Semihalf * * (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 Publi...
1001-study-uboot
common/image.c
C
gpl3
86,251
/* * (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
common/cmd_date.c
C
gpl3
4,740
/* * (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/miiphyutil.c
C
gpl3
14,096
/* * (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_jffs2.c
C
gpl3
16,335
/* * Control GPIO pins on the fly * * Copyright (c) 2008-2011 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <common.h> #include <command.h> #include <asm/gpio.h> #ifndef name_to_gpio #define name_to_gpio(name) simple_strtoul(name, NULL, 10) #endif enum gpio_cmd { GPIO_INPUT, GPIO_SE...
1001-study-uboot
common/cmd_gpio.c
C
gpl3
1,902
/* * (C) Copyright 2000-2010 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (C) Copyright 2008 * Stuart Wood, Lab X Technologies <stuart.wood@labxtechnologies.com> * * (C) Copyright 2004 * Jian Zhang, Texas Instruments, jzhang@ti.com. * * (C) Copyright 2001 Sysgo Real-Time Solutions, GmbH <www.el...
1001-study-uboot
common/env_nand.c
C
gpl3
10,740
/* * (C) Copyright 2007 * Gerald Van Baren, Custom IDEAS, vanbaren@cideas.com * * Copyright 2010-2011 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 GN...
1001-study-uboot
common/fdt_support.c
C
gpl3
34,794
/* * U-boot - bootldr.c * * Copyright (c) 2005-2008 Analog Devices Inc. * * See file CREDITS for list of people who contributed to this * project. * * Licensed under the GPL-2 or later. */ #include <config.h> #include <common.h> #include <command.h> #include <asm/blackfin.h> #include <asm/mach-common/bits/bo...
1001-study-uboot
common/cmd_bootldr.c
C
gpl3
4,592
/* * Copyright 2006 Freescale Semiconductor * York Sun (yorksun@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 * published by the Free So...
1001-study-uboot
common/cmd_mac.c
C
gpl3
1,561
/* * (C) Copyright 2000-2011 * 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/cmd_ide.c
C
gpl3
51,578
/* * 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_echo.c
C
gpl3
1,419
/* * (C) Copyright 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 Free S...
1001-study-uboot
common/cmd_bdinfo.c
C
gpl3
13,899
/* * 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 distributed in the hope that it will be use...
1001-study-uboot
common/cmd_cramfs.c
C
gpl3
5,627
/* * (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
common/cmd_pcmcia.c
C
gpl3
8,115
/* * (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
common/cmd_boot.c
C
gpl3
2,049
/* * (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
common/cmd_tsi148.c
C
gpl3
12,213
/* * 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_help.c
C
gpl3
1,583
/* * cmd_cplbinfo.c - dump the instruction/data cplb tables * * Copyright (c) 2007-2008 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <common.h> #include <command.h> #include <asm/blackfin.h> #include <asm/cplb.h> #include <asm/mach-common/bits/mpu.h> /* * Translate the PAGE_SIZE bits ...
1001-study-uboot
common/cmd_cplbinfo.c
C
gpl3
1,470
/* * (C) Copyright 2007 Michal Simek * * Michal SIMEK <monstr@monstr.eu> * * 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/cmd_mfsl.c
C
gpl3
7,588
/* * U-boot - stub functions for common kgdb code, * can be overridden in board specific files * * Copyright 2009 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <common.h> #include <kgdb.h> int (*debugger_exception_handler)(struct pt_regs *); __attribute__((weak)) void kgdb_se...
1001-study-uboot
common/kgdb_stubs.c
C
gpl3
1,005
/* * (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> * * Copyright 2011 Freescale Semiconductor, Inc. * * See file CREDITS for list of people who contributed to this * pr...
1001-study-uboot
common/cmd_nvedit.c
C
gpl3
25,080
/* * (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/memsize.c
C
gpl3
2,377
/* * (C) Copyright 2003 * Tait Electronics Limited, Christchurch, New Zealand * * 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_itest.c
C
gpl3
4,265
/* * Command for accessing SPI flash. * * Copyright (C) 2008 Atmel Corporation * Licensed under the GPL-2 or later. */ #include <common.h> #include <malloc.h> #include <spi_flash.h> #include <asm/io.h> #ifndef CONFIG_SF_DEFAULT_SPEED # define CONFIG_SF_DEFAULT_SPEED 1000000 #endif #ifndef CONFIG_SF_DEFAULT_MODE...
1001-study-uboot
common/cmd_sf.c
C
gpl3
7,427
/* * (C) Copyright 2002 * 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
common/cmd_bmp.c
C
gpl3
5,744
/* * (C) Copyright 2004 * esd gmbh <www.esd-electronics.com> * Reinhard Arlt <reinhard.arlt@esd-electronics.com> * * made from cmd_reiserfs by * * (C) Copyright 2003 - 2004 * Sysgo Real-Time Solutions, AG <www.elinos.com> * Pavel Bartusek <pba@sysgo.com> * * See file CREDITS for list of people who contribute...
1001-study-uboot
common/cmd_ext2.c
C
gpl3
6,178
/* * (C) Copyright 2002 * Richard Jones, rjones@nexus-tech.net * * 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_fat.c
C
gpl3
4,494
/* * cmd_strings.c - just like `strings` command * * Copyright (c) 2008 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #include <config.h> #include <common.h> #include <command.h> static char *start_addr, *last_addr; int do_strings(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { if...
1001-study-uboot
common/cmd_strings.c
C
gpl3
948
/* taken from arch/powerpc/kernel/ppc-stub.c */ /**************************************************************************** THIS SOFTWARE IS NOT COPYRIGHTED HP offers the following for use in the public domain. HP makes no warranty with regard to the software or its performance and the user accepts the...
1001-study-uboot
common/kgdb.c
C
gpl3
14,767
/* * (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
common/cmd_misc.c
C
gpl3
1,427
/* * U-boot - spibootldr.c * * Copyright (c) 2005-2008 Analog Devices Inc. * * See file CREDITS for list of people who contributed to this * project. * * Licensed under the GPL-2 or later. */ #include <common.h> #include <command.h> #include <asm/blackfin.h> #include <asm/mach-common/bits/bootrom.h> int do_...
1001-study-uboot
common/cmd_spibootldr.c
C
gpl3
775
/* * * Most of this source has been derived from the Linux USB * project: * (C) Copyright Linus Torvalds 1999 * (C) Copyright Johannes Erdfelt 1999-2001 * (C) Copyright Andreas Gal 1999 * (C) Copyright Gregory P. Smith 1999 * (C) Copyright Deti Fliegl 1999 (new USB architecture) * (C) Copyright Randy Dunlap 20...
1001-study-uboot
common/usb.c
C
gpl3
39,874
/* * (C) Copyright 2010 * Jason Kridner <jkridner@beagleboard.org> * * Based on cmd_led.c patch from: * http://www.mail-archive.com/u-boot@lists.denx.de/msg06873.html * (C) Copyright 2008 * Ulf Samuelsson <ulf.samuelsson@atmel.com> * * See file CREDITS for list of people who contributed to this * project. * ...
1001-study-uboot
common/cmd_led.c
C
gpl3
4,074
/* * sh.c -- a prototype Bourne shell grammar parser * Intended to follow the original Thompson and Ritchie * "small and simple is beautiful" philosophy, which * incidentally is a good match to today's BusyBox. * * Copyright (C) 2000,2001 Larry Doolittle <larry@doolittle.boa.org> * * Credits: ...
1001-study-uboot
common/hush.c
C
gpl3
93,902
/* * 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_test.c
C
gpl3
3,956
/* * (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_dataflash_mmc_mux.c
C
gpl3
1,687
/* * (C) Copyright 2003 * Kyle Harris, kharris@nexus-tech.net * * 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...
1001-study-uboot
common/cmd_mmc.c
C
gpl3
7,346
/* * U-boot - ldrinfo * * Copyright (c) 2010 Analog Devices Inc. * * See file CREDITS for list of people who contributed to this * project. * * Licensed under the GPL-2 or later. */ #include <config.h> #include <common.h> #include <command.h> #include <asm/blackfin.h> #include <asm/mach-common/bits/bootrom.h...
1001-study-uboot
common/cmd_ldrinfo.c
C
gpl3
4,845
#include <common.h> #include <config.h> #include <command.h> #ifdef YAFFS2_DEBUG #define PRINTF(fmt,args...) printf (fmt ,##args) #else #define PRINTF(fmt,args...) #endif extern void cmd_yaffs_mount(char *mp); extern void cmd_yaffs_umount(char *mp); extern void cmd_yaffs_read_file(char *fn); extern void cmd_yaffs_w...
1001-study-uboot
common/cmd_yaffs2.c
C
gpl3
4,330
/* * (C) Copyright 2011 * Andreas Pretzsch, carpe noctem engineering, apr@cn-eng.de * * This file is released under the terms of GPL v2 and any later version. * See the file COPYING in the root directory of the source tree for details. */ #include <common.h> #include <command.h> #if !defined(CONFIG_UPDATE_TFTP)...
1001-study-uboot
common/cmd_fitupd.c
C
gpl3
792
/* * (C) Copyright 2001 * Kyle Harris, kharris@nexus-tech.net * * 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...
1001-study-uboot
common/cmd_source.c
C
gpl3
5,516
/* * (C) Copyright 2000-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 General Public License as * published by the F...
1001-study-uboot
net/rarp.c
C
gpl3
2,523
/* * LiMon - BOOTP/TFTP. * * Copyright 1994, 1995, 2000 Neil Russell. * Copyright 2011 Comelit Group SpA * Luca Ceresoli <luca.ceresoli@comelit.it> * (See License) */ #ifndef __TFTP_H__ #define __TFTP_H__ /**********************************************************************/ /* * Global funct...
1001-study-uboot
net/tftp.h
C
gpl3
623
/* * (C) Masami Komiya <mkomiya@sonare.it> 2004 * * 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, or (at * your option) any later version. */ #ifndef __NFS_H__ #define ...
1001-study-uboot
net/nfs.h
C
gpl3
1,837
/* * DNS support driver * * Copyright (c) 2008 Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl> * Copyright (c) 2009 Robin Getz <rgetz@blackfin.uclinux.org> * * This is a simple DNS implementation for U-Boot. It will use the first IP * in the DNS response as NetServerIP. This can then be used for any other ...
1001-study-uboot
net/dns.c
C
gpl3
4,635
/* * Copied from LiMon - BOOTP. * * Copyright 1994, 1995, 2000 Neil Russell. * (See License) * Copyright 2000 Paolo Scaffardi */ #ifndef __BOOTP_H__ #define __BOOTP_H__ #ifndef __NET_H__ #include <net.h> #endif /* __NET_H__ */ /**********************************************************************/ /* * BOOT...
1001-study-uboot
net/bootp.h
C
gpl3
2,438
# # (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
net/Makefile
Makefile
gpl3
1,608
/* * (C) Masami Komiya <mkomiya@sonare.it> 2005 * * 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, or (at * your option) any later version. */ #ifndef __SNTP_H__ #define...
1001-study-uboot
net/sntp.h
C
gpl3
1,393
/* * Copied from Linux Monitor (LiMon) - Networking. * * Copyright 1994 - 2000 Neil Russell. * (See License) * Copyright 2000 Roland Borde * Copyright 2000 Paolo Scaffardi * Copyright 2000-2002 Wolfgang Denk, wd@denx.de */ /* * General Desription: * * The user interface supports commands for BOOTP, RARP, an...
1001-study-uboot
net/net.c
C
gpl3
45,946
/* * (C) Masami Komiya <mkomiya@sonare.it> 2005 * Copyright 2009, Robin Getz <rgetz@blackfin.uclinux.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, or (at * you...
1001-study-uboot
net/dns.h
C
gpl3
974
/* * (C) Copyright 2001-2010 * 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
net/eth.c
C
gpl3
11,064
/* * SNTP support driver * * Masami Komiya <mkomiya@sonare.it> 2005 * */ #include <common.h> #include <command.h> #include <net.h> #include <rtc.h> #include "sntp.h" #define SNTP_TIMEOUT 10000UL static int SntpOurPort; static void SntpSend (void) { struct sntp_pkt_t pkt; int pktlen = SNTP_PACKET_LEN; int s...
1001-study-uboot
net/sntp.c
C
gpl3
1,679
/* * Copyright 1994, 1995, 2000 Neil Russell. * (See License) * Copyright 2000, 2001 DENX Software Engineering, Wolfgang Denk, wd@denx.de * Copyright 2011 Comelit Group SpA, * Luca Ceresoli <luca.ceresoli@comelit.it> */ #include <common.h> #include <command.h> #include <net.h> #include "tftp.h" #i...
1001-study-uboot
net/tftp.c
C
gpl3
22,750
/* * Based on LiMon - BOOTP. * * Copyright 1994, 1995, 2000 Neil Russell. * (See License) * Copyright 2000 Roland Borde * Copyright 2000 Paolo Scaffardi * Copyright 2000-2004 Wolfgang Denk, wd@denx.de */ #include <common.h> #include <command.h> #include <net.h> #include "bootp.h" #include "tftp.h" #include "nf...
1001-study-uboot
net/bootp.c
C
gpl3
23,484
/* * (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
net/rarp.h
C
gpl3
1,276
/* * NFS support driver - based on etherboot and U-BOOT's tftp.c * * Masami Komiya <mkomiya@sonare.it> 2004 * */ /* NOTE: the NFS code is heavily inspired by the NetBSD netboot code (read: * large portions are copied verbatim) as distributed in OSKit 0.97. A few * changes were necessary to adapt the code to Et...
1001-study-uboot
net/nfs.c
C
gpl3
17,929
#include <config.h> /*-------------------------------------------------------------*/ /*--- Table for randomising repetitive blocks ---*/ /*--- randtable.c ---*/ /*-------------------------------------------------------------*/ /*-- This file is a part of bzip...
1001-study-uboot
lib/bzlib_randtable.c
C
gpl3
5,402
/* * Procedures for maintaining information about logical memory blocks. * * Peter Bergner, IBM Corp. June 2001. * Copyright (C) 2001 Peter Bergner. * * 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
lib/lmb.c
C
gpl3
8,809
/* * This file is a modified version of bzlib_private.h from the bzip2-1.0.2 * distribution which can be found at http://sources.redhat.com/bzip2/ */ /*-------------------------------------------------------------*/ /*--- Private header file for the library. ---*/ /*--- ...
1001-study-uboot
lib/bzlib_private.h
C
gpl3
14,311
/* * This file is derived from crc32.c from the zlib-1.1.3 distribution * by Jean-loup Gailly and Mark Adler. */ /* crc32.c -- compute the CRC-32 of a data stream * Copyright (C) 1995-1998 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #ifndef USE_HOSTCC #include <common....
1001-study-uboot
lib/crc32.c
C
gpl3
10,137
/* * This file was transplanted with slight modifications from Linux sources * (fs/cifs/md5.c) into U-Boot by Bartlomiej Sieka <tur@semihalf.com>. */ /* * This code implements the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was * written by Colin Plumb in 1993, no copyright is ...
1001-study-uboot
lib/md5.c
C
gpl3
9,167
/* * (C) Copyright 2002-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
lib/strmhz.c
C
gpl3
1,151
/* * Heiko Schocher, DENX Software Engineering, hs@denx.de. * based on: * 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, ver...
1001-study-uboot
lib/sha1.c
C
gpl3
10,457
/* * (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
lib/gunzip.c
C
gpl3
2,961
/* * linux/lib/string.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * stupid library routines.. The optimized versions should generally be found * as inline code in <asm-xx/string.h> * * These are buggy as well.. * * * Fri Jun 25 1999, Ingo Oeser <ioe@informatik.tu-chemnitz.de> * - Added strsep() ...
1001-study-uboot
lib/string.c
C
gpl3
12,010
#include <config.h> #include <common.h> #include <watchdog.h> /*-------------------------------------------------------------*/ /*--- Decompression machinery ---*/ /*--- decompress.c ---*/ /*---------------------------------------------------------...
1001-study-uboot
lib/bzlib_decompress.c
C
gpl3
19,833
/* * Copyright 2011 Calxeda, 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 version 2 of * the ...
1001-study-uboot
lib/uuid.c
C
gpl3
2,184
/* * (C) Copyright 2000-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 General Public License as * published by the F...
1001-study-uboot
lib/display_options.c
C
gpl3
3,881