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
/* * Cirrus Logic CS8900A Ethernet * * (C) 2009 Ben Warren , biggerbadderben@gmail.com * Converted to use CONFIG_NET_MULTI API * * (C) 2003 Wolfgang Denk, wd@denx.de * Extension to synchronize ethaddr environment variable * against value in EEPROM * * (C) Copyright 2002 * Sysgo Real-Time Solution...
1001-study-uboot
drivers/net/cs8900.c
C
gpl3
8,725
/* * SMSC LAN9[12]1[567] Network driver * * (c) 2007 Pengutronix, Sascha Hauer <s.hauer@pengutronix.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 ...
1001-study-uboot
drivers/net/smc911x.h
C
gpl3
17,802
/* * ax88180: ASIX AX88180 Non-PCI Gigabit Ethernet u-boot driver * * This program is free software; you can distribute 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 it will be useful, b...
1001-study-uboot
drivers/net/ax88180.c
C
gpl3
19,681
/*-----------------------------------------------------------------------------+ * This source code is dual-licensed. You may use it under the terms of the * GNU General Public License version 2, or under the license below. * * This source code has been made available to you by IBM on an AS-IS * basis. Any...
1001-study-uboot
drivers/net/4xx_enet.c
C
gpl3
63,317
#include "e1000.h" #include <linux/compiler.h> /*----------------------------------------------------------------------- * SPI transfer * * This writes "bitlen" bits out the SPI MOSI port and simultaneously clocks * "bitlen" bits in the SPI MISO port. That's just the way SPI works. * * The source of the outgoin...
1001-study-uboot
drivers/net/e1000_spi.c
C
gpl3
14,112
/* * (C) Copyright 2010 * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free So...
1001-study-uboot
drivers/net/designware.c
C
gpl3
12,780
/* natsemi.c: A U-Boot driver for the NatSemi DP8381x series. Author: Mark A. Rakes (mark_rakes@vivato.net) Adapted from an Etherboot driver written by: Copyright (C) 2001 Entity Cyber, Inc. This development of this Etherboot driver was funded by Sicom Systems: http://www.sicompos.com/ Auth...
1001-study-uboot
drivers/net/natsemi.c
C
gpl3
23,498
/* * (X) extracted from enc28j60.c * Reinhard Meyer, EMK Elektronik, reinhard.meyer@emk-elektronik.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, ...
1001-study-uboot
drivers/net/enc28j60.h
C
gpl3
7,076
/* * sh_eth.h - Driver for Renesas SuperH ethernet controler. * * Copyright (C) 2008 Renesas Solutions Corp. * Copyright (c) 2008 Nobuhiro Iwamatsu * Copyright (c) 2007 Carlos Munoz <carlos@kenati.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gene...
1001-study-uboot
drivers/net/sh_eth.h
C
gpl3
13,177
/**************************************************************************** * Copyright(c) 2000-2001 Broadcom Corporation. All rights reserved. * * 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
drivers/net/nicext.h
C
gpl3
3,446
/* * rtl8169.c : U-Boot driver for the RealTek RTL8169 * * Masami Komiya (mkomiya@sonare.it) * * Most part is taken from r8169.c of etherboot * */ /************************************************************************** * r8169.c: Etherboot device driver for the RealTek RTL-8169 Gigabit * Written 2003 ...
1001-study-uboot
drivers/net/rtl8169.c
C
gpl3
23,522
/* Ported to U-Boot by Christian Pellegrin <chri@ascensit.com> Based on sources from the Linux kernel (pcnet_cs.c, 8390.h) and eCOS(if_dp83902a.c, if_dp83902a.h). Both of these 2 wonderful world are GPL, so this is, of course, GPL. */ /* Generic NS8390 register definitions. */ /* This file is part of Donald Becker...
1001-study-uboot
drivers/net/8390.h
C
gpl3
6,026
/*------------------------------------------------------------------------ * lan91c96.h * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Rolf Offermanns <rof@sysgo.de> * Copyright (C) 2001 Standard Microsystems Corporation (SMSC) * Developed by Simple Network Magic Corporation (S...
1001-study-uboot
drivers/net/lan91c96.h
C
gpl3
23,793
/* * SMSC LAN9[12]1[567] Network driver * * (c) 2007 Pengutronix, Sascha Hauer <s.hauer@pengutronix.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 ...
1001-study-uboot
drivers/net/smc911x.c
C
gpl3
7,310
/* * Faraday FTMAC100 Ethernet * * (C) Copyright 2009 Faraday Technology * Po-Yu Chuang <ratbert@faraday-tech.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 t...
1001-study-uboot
drivers/net/ftmac100.c
C
gpl3
6,357
/* * Copyright 2007, 2010 Freescale Semiconductor, Inc. * * Author: Roy Zang <tie-fei.zang@freescale.com>, Sep, 2007 * * Description: * ULI 526x Ethernet port driver. * Based on the Linux driver: drivers/net/tulip/uli526x.c * * This is free software; you can redistribute it and/or modify * it under the terms ...
1001-study-uboot
drivers/net/uli526x.c
C
gpl3
26,421
/* * Faraday FTGMAC100 Ethernet * * (C) Copyright 2009 Faraday Technology * Po-Yu Chuang <ratbert@faraday-tech.com> * * (C) Copyright 2010 Andes Technology * Macpaul Lin <macpaul@andestech.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pub...
1001-study-uboot
drivers/net/ftgmac100.c
C
gpl3
13,297
/* * (C) Copyright 2007-2009 Michal Simek * (C) Copyright 2003 Xilinx Inc. * * 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 Lice...
1001-study-uboot
drivers/net/xilinx_emaclite.c
C
gpl3
10,190
/* * Altera 10/100/1000 triple speed ethernet mac driver * * Copyright (C) 2008 Altera Corporation. * Copyright (C) 2010 Thomas Chou <thomas@wytron.com.tw> * * 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 ...
1001-study-uboot
drivers/net/altera_tse.c
C
gpl3
26,668
/* Ported to U-Boot by Christian Pellegrin <chri@ascensit.com> Based on sources from the Linux kernel (pcnet_cs.c, 8390.h) and eCOS(if_dp83902a.c, if_dp83902a.h). Both of these 2 wonderful world are GPL, so this is, of course, GPL. ========================================================================== dev/if_dp8...
1001-study-uboot
drivers/net/ne2000_base.c
C
gpl3
21,066
/* Ported to U-Boot by Christian Pellegrin <chri@ascensit.com> Based on sources from the Linux kernel (pcnet_cs.c, 8390.h) and eCOS(if_dp83902a.c, if_dp83902a.h). Both of these 2 wonderful world are GPL, so this is, of course, GPL. ========================================================================== dev/dp83...
1001-study-uboot
drivers/net/ne2000_base.h
C
gpl3
9,776
/* * Copyright (C) 2005-2006 Atmel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This progra...
1001-study-uboot
drivers/net/macb.c
C
gpl3
15,026
/* * Copyright (C) 2009 Matthias Kaehlcke <matthias@kaehlcke.net> * * Copyright (C) 2004, 2005 * Cory T. Tusar, Videon Central, Inc., <ctusar@videon-central.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modif...
1001-study-uboot
drivers/net/ep93xx_eth.h
C
gpl3
3,122
/* Gaisler.com GRETH 10/100/1000 Ethernet MAC driver * * (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 GN...
1001-study-uboot
drivers/net/greth.h
C
gpl3
3,088
/* * Copyright (C) 2011 Ilya Yanok, Emcraft Systems * * Based on: mach-davinci/emac_defs.h * Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Found...
1001-study-uboot
drivers/net/davinci_emac.h
C
gpl3
7,771
/* Gaisler.com GRETH 10/100/1000 Ethernet MAC driver * * Driver use polling mode (no Interrupt) * * (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 ...
1001-study-uboot
drivers/net/greth.c
C
gpl3
18,257
/* * Copyright (C) 2011 Michal Simek <monstr@monstr.eu> * Copyright (C) 2011 PetaLogix * Copyright (C) 2010 Xilinx, 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 ...
1001-study-uboot
drivers/net/xilinx_axi_emac.c
C
gpl3
18,001
/* * Ethernet driver for TI TMS320DM644x (DaVinci) chips. * * Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net> * * Parts shamelessly stolen from TI's dm644x_emac.c. Original copyright * follows: * * ---------------------------------------------------------------------------- * * dm644x_emac.c * * TI DaVinc...
1001-study-uboot
drivers/net/davinci_emac.c
C
gpl3
23,532
/* * bfin_mac.h - some defines/structures for the Blackfin on-chip MAC. * * Copyright (c) 2005-2008 Analog Device, Inc. * * Licensed under the GPL-2 or later. */ #ifndef __BFIN_MAC_H__ #define __BFIN_MAC_H__ #define RECV_BUFSIZE (0x614) typedef struct ADI_DMA_CONFIG_REG { u16 b_DMA_EN:1; /* 0 Enabled */ ...
1001-study-uboot
drivers/net/bfin_mac.h
C
gpl3
2,088
/* * ks8695eth.c -- KS8695 ethernet driver * * (C) Copyright 2004-2005, 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 ...
1001-study-uboot
drivers/net/ks8695eth.c
C
gpl3
6,591
/* * Copyright (C) 2003 IMMS gGmbH <www.imms.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 prog...
1001-study-uboot
drivers/net/netarm_eth.h
C
gpl3
1,394
/* * Freescale Three Speed Ethernet Controller driver * * This software may be used and distributed according to the * terms of the GNU Public License, Version 2, incorporated * herein by reference. * * Copyright 2004-2011 Freescale Semiconductor, Inc. * (C) Copyright 2003, Motorola, Inc. * author Andy Fleming...
1001-study-uboot
drivers/net/tsec.c
C
gpl3
18,165
#ifndef CS8900_H #define CS8900_H /* * Cirrus Logic CS8900A Ethernet * * (C) 2009 Ben Warren , biggerbadderben@gmail.com * Converted to use CONFIG_NET_MULTI API * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * Copyright (C) 1999 Ben William...
1001-study-uboot
drivers/net/cs8900.h
C
gpl3
12,424
/* * (C) Copyright 2010 * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free So...
1001-study-uboot
drivers/net/designware.h
C
gpl3
7,126
/* * Copyright 2009-2010 Freescale Semiconductor, Inc. * Jun-jie Zhang <b18070@freescale.com> * Mingkai Hu <Mingkai.hu@freescale.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; eit...
1001-study-uboot
drivers/net/fsl_mdio.c
C
gpl3
3,122
/* * (C) Copyright 2003-2010 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * This file is based on mpc4200fec.c, * (C) Copyright Motorola, Inc., 2000 */ #include <common.h> #include <mpc5xxx.h> #include <mpc5xxx_sdma.h> #include <malloc.h> #include <net.h> #include <netdev.h> #include <miiphy.h> #inc...
1001-study-uboot
drivers/net/mpc5xxx_fec.c
C
gpl3
25,095
/* * (C) Copyright 2010 * Reinhard Meyer, EMK Elektronik, reinhard.meyer@emk-elektronik.de * Martin Krause, Martin.Krause@tqs.de * reworked original enc28j60.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 Fr...
1001-study-uboot
drivers/net/enc28j60.c
C
gpl3
23,766
/* * Copyright 2007-2011 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. * * Thi...
1001-study-uboot
drivers/pci/fsl_pci_init.c
C
gpl3
20,233
/* * Faraday FTPCI100 PCI Bridge Controller Device Driver Implementation * * Copyright (C) 2011 Andes Technology Corporation * Gavin Guo, Andes Technology Corporation <gavinguo@andestech.com> * Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com> * * This program is free software; you can redistribu...
1001-study-uboot
drivers/pci/pci_ftpci100.c
C
gpl3
8,853
/* * SH7780 PCI Controller (PCIC) for U-Boot. * (C) Dustin McIntire (dustin@sensoria.com) * (C) 2007,2008 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> * (C) 2008 Yusuke Goda <goda.yusuke@renesas.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you c...
1001-study-uboot
drivers/pci/pci_sh7780.c
C
gpl3
3,339
/* * (C) Copyright 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Andreas Heppel <aheppel@sysgo.de> * * (C) Copyright 2002, 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 ca...
1001-study-uboot
drivers/pci/pci.c
C
gpl3
18,005
/* * (C) Copyright 2004 Tundra Semiconductor Corp. * Alex Bounine <alexandreb@tundra.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
drivers/pci/tsi108_pci.c
C
gpl3
5,008
/* * Faraday FTPCI100 PCI Bridge Controller Device Driver Implementation * * Copyright (C) 2010 Andes Technology Corporation * Gavin Guo, Andes Technology Corporation <gavinguo@andestech.com> * Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com> * * This program is free software; you can redistribu...
1001-study-uboot
drivers/pci/pci_ftpci100.h
C
gpl3
2,627
/* * arch/powerpc/kernel/pci_auto.c * * PCI autoconfiguration library * * Author: Matt Porter <mporter@mvista.com> * * Copyright 2000 MontaVista Software 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...
1001-study-uboot
drivers/pci/pci_auto.c
C
gpl3
12,303
/* * (C) Copyright 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Andreas Heppel <aheppel@sysgo.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License ...
1001-study-uboot
drivers/pci/w83c553f.c
C
gpl3
6,100
# # (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/pci/Makefile
Makefile
gpl3
1,701
/* * SH7751 PCI Controller (PCIC) for U-Boot. * (C) Dustin McIntire (dustin@sensoria.com) * (C) 2007,2008 Nobuhiro Iwamatsu <iwamatsu@nigauri.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 t...
1001-study-uboot
drivers/pci/pci_sh7751.c
C
gpl3
6,733
/* * IXP PCI Init * * (C) Copyright 2011 * Michael Schwingen, michael@schwingen.org * (C) Copyright 2004 eslab.whut.edu.cn * Yue Hu(huyue_whut@yahoo.com.cn), Ligong Xue(lgxue@hotmail.com) * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can red...
1001-study-uboot
drivers/pci/pci_ixp.c
C
gpl3
10,309
/* * SH4 PCI Controller (PCIC) for U-Boot. * (C) Dustin McIntire (dustin@sensoria.com) * (C) 2007,2008 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> * (C) 2008 Yusuke Goda <goda.yusuke@renesas.com> * * u-boot/arch/sh/cpu/sh4/pci-sh4.c * * See file CREDITS for list of people who contributed to this * project. * * ...
1001-study-uboot
drivers/pci/pci_sh4.c
C
gpl3
2,517
/* * Support for indirect PCI bridges. * * Copyright (C) 1998 Gabriel Paubert. * * 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) an...
1001-study-uboot
drivers/pci/pci_indirect.c
C
gpl3
4,761
#!/bin/sh echo "------server pull--------" cd /home/wang/MyGitServer/uboot_src/ git pull /home/wang/port_uboot echo "-----pull done---------"
1001-study-uboot
mypull_server.sh
Shell
gpl3
142
/* * (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/or * modify it under the terms of the GNU General Public License as * published ...
1001-study-uboot
onenand_ipl/onenand_read.c
C
gpl3
4,212
/* * (C) Copyright 2005-2008 Samsung Electronics * Kyungmin Park <kyungmin.park@samsung.com> * * Derived from x-loader * * 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 Pub...
1001-study-uboot
onenand_ipl/onenand_boot.c
C
gpl3
1,223
/* * Board specific setup info * * (C) Copyright 2005-2008 Samsung Electronics * Kyungmin Park <kyungmin.park@samsung.com> * * Derived from board/omap2420h4/platform.S * * 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
onenand_ipl/board/apollon/low_levelinit.S
Unix Assembly
gpl3
4,613
include $(TOPDIR)/config.mk include $(TOPDIR)/onenand_ipl/board/$(BOARDDIR)/config.mk LDSCRIPT= $(TOPDIR)/onenand_ipl/board/$(BOARDDIR)/u-boot.onenand.lds LDFLAGS = -Bstatic -T $(onenandobj)u-boot.lds -Ttext $(CONFIG_SYS_TEXT_BASE) $(PLATFORM_LDFLAGS) AFLAGS += -DCONFIG_SPL_BUILD -DCONFIG_ONENAND_IPL CFLAGS += -DCONF...
1001-study-uboot
onenand_ipl/board/apollon/Makefile
Makefile
gpl3
2,444
# # (C) Copyright 2005-2008 Samsung Electronics # Kyungmin Park <kyungmin.park@samsung.com> # # Samsung Apollon board with OMAP2420 (ARM1136) cpu # # Apollon has 1 bank of 128MB mDDR-SDRAM on CS0 # Physical Address: # 8000'0000 (bank0) # 8800'0000 (bank1) # Linux-Kernel is expected to be at 8000'8000, entry 8000'8000 #...
1001-study-uboot
onenand_ipl/board/apollon/config.mk
Makefile
gpl3
378
/* * (C) Copyright 2005-2008 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/or * modify it under the terms of the GNU General Public License as * published ...
1001-study-uboot
onenand_ipl/board/apollon/apollon.c
C
gpl3
2,336
/* * (C) Copyright 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 as * published by the Free Software Foundation; either version 2 of * the License, or (at yo...
1001-study-uboot
onenand_ipl/onenand_ipl.h
C
gpl3
1,291
/* * (C) Copyright 2007-2008 Semihalf, Rafal Jaworowski <raj@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 General Public License as * published by the Free Softwar...
1001-study-uboot
examples/api/glue.c
C
gpl3
7,972
/* * (C) Copyright 2007 Semihalf * * Written by: Rafal Jaworowski <raj@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 General Public License as * published by the ...
1001-study-uboot
examples/api/glue.h
C
gpl3
2,504
/* * (C) Copyright 2007 Semihalf * * Written by: Rafal Jaworowski <raj@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 General Public License as * published by the ...
1001-study-uboot
examples/api/crt0.S
Unix Assembly
gpl3
1,462
# # (C) Copyright 2007 Semihalf # # 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; either version 2 of # the License, or ...
1001-study-uboot
examples/api/Makefile
Makefile
gpl3
2,989
/* * (C) Copyright 2007 Semihalf * * Written by: Rafal Jaworowski <raj@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 General Public License as * published by the ...
1001-study-uboot
examples/api/libgenwrap.c
C
gpl3
2,141
/* * (C) Copyright 2007-2008 Semihalf * * Written by: Rafal Jaworowski <raj@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 General Public License as * published by...
1001-study-uboot
examples/api/demo.c
C
gpl3
7,818
/* * (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
examples/standalone/hello_world.c
C
gpl3
1,449
/* * Copyright 1998-2001 by Donald Becker. * This software may be used and distributed according to the terms of * the GNU General Public License (GPL), incorporated herein by reference. * Contact the author for use under other terms. * * This program must be compiled with "-O"! * See the bottom of this file fo...
1001-study-uboot
examples/standalone/82559_eeprom.c
C
gpl3
8,361
/* * (C) Copyright 2004 * Robin Getz rgetz@blacfin.uclinux.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 the Free Software Foundatio...
1001-study-uboot
examples/standalone/smc91111_eeprom.c
C
gpl3
8,097
#include <common.h> #include <exports.h> #ifndef GCC_VERSION #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) #endif /* GCC_VERSION */ #if defined(CONFIG_X86) /* * x86 does not have a dedicated register to store the pointer to * the global_data. Thus the jump table address is stored in a * global variable, b...
1001-study-uboot
examples/standalone/stubs.c
C
gpl3
5,941
/* * (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
examples/standalone/timer.c
C
gpl3
9,830
/* setjmp for PowerPC. Copyright (C) 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software...
1001-study-uboot
examples/standalone/ppc_setjmp.S
Unix Assembly
gpl3
2,669
/* The dpalloc function used and implemented in this file was derieved * from PPCBoot/U-Boot file "arch/powerpc/cpu/mpc8260/commproc.c". */ /* Author: Arun Dharankar <ADharankar@ATTBI.Com> * This example is meant to only demonstrate how the IDMA could be used. */ /* * This file is based on "arch/powerpc/8260_io/...
1001-study-uboot
examples/standalone/mem_to_mem_idma2intr.c
C
gpl3
8,682
/* * Copyright 1998-2001 by Donald Becker. * This software may be used and distributed according to the terms of * the GNU General Public License (GPL), incorporated herein by reference. * Contact the author for use under other terms. * * This program must be compiled with "-O"! * See the bottom of this file for...
1001-study-uboot
examples/standalone/eepro100_eeprom.c
C
gpl3
6,062
# # (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
examples/standalone/Makefile
Makefile
gpl3
3,739
/* * (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
examples/standalone/test_burst.h
C
gpl3
1,241
/* * (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
examples/standalone/test_burst_lib.S
Unix Assembly
gpl3
4,181
/* * 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
examples/standalone/sched.c
C
gpl3
8,847
/* * atmel_df_pow2.c - convert Atmel Dataflashes to Power of 2 mode * * Copyright 2009 Analog Devices Inc. * * Licensed under the 2-clause BSD. */ #include <common.h> #include <exports.h> #include <spi.h> #define CMD_ID 0x9f #define CMD_STAT 0xd7 #define CMD_CFG 0x3d static int flash_cmd(struct spi_slave...
1001-study-uboot
examples/standalone/atmel_df_pow2.c
C
gpl3
3,824
/* * smc911x_eeprom.c - EEPROM interface to SMC911x parts. * Only tested on SMSC9118 though ... * * Copyright 2004-2009 Analog Devices Inc. * * Licensed under the GPL-2 or later. * * Based on smc91111_eeprom.c which: * Heavily borrowed from the following peoples GPL'ed software: * - Wolfgang Denk, DENX Softw...
1001-study-uboot
examples/standalone/smc911x_eeprom.c
C
gpl3
8,410
/* * (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
examples/standalone/test_burst.c
C
gpl3
7,663
#include <stddef.h> #include <stdio.h> #include <string.h> void *func[8], **pfunc; typedef struct xxx xxx_t; struct xxx { int dummy; void **pfunc; } q; #define XF_strcpy 3 #define XF_printf 4 #define LABEL(x) \ asm volatile ( \ #if defined(__i386__) #define EXPORT_FUNC(x) \ asm volatile ( \ " ....
1001-study-uboot
examples/standalone/x86-testapp.c
C
gpl3
2,241
/* * (C) Copyright 2006 * 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
examples/standalone/interrupt.c
C
gpl3
2,200
/* longjmp for PowerPC. Copyright (C) 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Softwar...
1001-study-uboot
examples/standalone/ppc_longjmp.S
Unix Assembly
gpl3
2,648
/* * NAND boot for Freescale Enhanced Local Bus Controller, Flash Control Machine * * (C) Copyright 2006-2008 * Stefan Roese, DENX Software Engineering, sr@denx.de. * * Copyright (c) 2008 Freescale Semiconductor, Inc. * Author: Scott Wood <scottwood@freescale.com> * * This program is free software; you can red...
1001-study-uboot
nand_spl/nand_boot_fsl_elbc.c
C
gpl3
4,220
/* * (C) Copyright 2009 * Magnus Lilja <lilja.magnus@gmail.com> * * (C) Copyright 2008 * Maxim Artamonov, <scn1874 at yandex.ru> * * (C) Copyright 2006-2008 * Stefan Roese, DENX Software Engineering, sr at denx.de. * * This program is free software; you can redistribute it and/or * modify it under the terms ...
1001-study-uboot
nand_spl/nand_boot_fsl_nfc.c
C
gpl3
7,466
/* * NAND boot for FSL Integrated Flash Controller, NAND Flash Control Machine * * Copyright 2011 Freescale Semiconductor, Inc. * Author: Dipen Dudhat <dipen.dudhat@freescale.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as *...
1001-study-uboot
nand_spl/nand_boot_fsl_ifc.c
C
gpl3
7,031
# # (C) Copyright 2007 # 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 Software Fou...
1001-study-uboot
nand_spl/board/amcc/bamboo/Makefile
Makefile
gpl3
3,259
# # (C) Copyright 2007 # 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 Software Fou...
1001-study-uboot
nand_spl/board/amcc/bamboo/config.mk
Makefile
gpl3
1,537
/* * (C) Copyright 2007 * 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
nand_spl/board/amcc/bamboo/sdram.c
C
gpl3
2,954
# # (C) Copyright 2007 # 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 Software Fou...
1001-study-uboot
nand_spl/board/amcc/acadia/Makefile
Makefile
gpl3
3,625
# # (C) Copyright 2007 # 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 Software Fou...
1001-study-uboot
nand_spl/board/amcc/acadia/config.mk
Makefile
gpl3
1,497
# # (C) Copyright 2006-2007 # 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 Softwar...
1001-study-uboot
nand_spl/board/amcc/sequoia/Makefile
Makefile
gpl3
3,461
# # (C) Copyright 2006 # 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 Software Fou...
1001-study-uboot
nand_spl/board/amcc/sequoia/config.mk
Makefile
gpl3
1,541
# # (C) Copyright 2007 # 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 Software Fou...
1001-study-uboot
nand_spl/board/amcc/kilauea/Makefile
Makefile
gpl3
3,344
# # (C) Copyright 2007 # 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 Software Fou...
1001-study-uboot
nand_spl/board/amcc/kilauea/config.mk
Makefile
gpl3
1,555
# # (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 Software Fou...
1001-study-uboot
nand_spl/board/amcc/canyonlands/Makefile
Makefile
gpl3
3,336
# # (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 Software Fou...
1001-study-uboot
nand_spl/board/amcc/canyonlands/config.mk
Makefile
gpl3
1,543
/* * (C) Copyright 2008-2009 * Stefan Roese, DENX Software Engineering, sr@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Fr...
1001-study-uboot
nand_spl/board/amcc/canyonlands/ddr2_fixed.c
C
gpl3
3,964
# # (C) Copyright 2006-2007 # Stefan Roese, DENX Software Engineering, sr@denx.de. # # (C) Copyright 2008 # Guennadi Liakhovetki, DENX Software Engineering, <lg@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 ...
1001-study-uboot
nand_spl/board/samsung/smdk6400/Makefile
Makefile
gpl3
3,367
# # (C) Copyright 2006 # 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 Software Fou...
1001-study-uboot
nand_spl/board/samsung/smdk6400/config.mk
Makefile
gpl3
1,308
# # (C) Copyright 2007 # Stefan Roese, DENX Software Engineering, sr@denx.de. # (C) Copyright 2008 Freescale Semiconductor # (C) Copyright Sheldon Instruments, Inc. 2008 # # See file CREDITS for list of people who contributed to this # project. # # This program is free software; you can redistribute it and/or # modify ...
1001-study-uboot
nand_spl/board/sheldon/simpc8313/Makefile
Makefile
gpl3
3,201