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 2009 DENX Software Engineering # # 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 #...
1001-study-uboot
nand_spl/board/karo/tx25/Makefile
Makefile
gpl3
2,539
PAD_TO := 2048
1001-study-uboot
nand_spl/board/karo/tx25/config.mk
Makefile
gpl3
15
# # (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/davinci/da8xxevm/Makefile
Makefile
gpl3
3,891
/* * (C) Copyright 2006-2008 * Stefan Roese, DENX Software Engineering, sr@denx.de. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option...
1001-study-uboot
nand_spl/nand_boot.c
C
gpl3
8,527
# # (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 Free Softwa...
1001-study-uboot
Makefile
Makefile
gpl3
25,570
#!/bin/sh -e # Script to create header files and links to configure # U-Boot for a specific board. # # Parameters: Target Architecture CPU Board [VENDOR] [SOC] # # (C) 2002-2010 DENX Software Engineering, Wolfgang Denk <wd@denx.de> # APPEND=no # Default: Create new config file BOARD_NAME="" # Name to print in mak...
1001-study-uboot
mkconfig
Shell
gpl3
3,889
# # (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
config.mk
Makefile
gpl3
10,208
# # (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 Free Softwa...
1001-study-uboot
arch/arm/config.mk
Makefile
gpl3
2,662
/* * armboot - Startup Code for ARM920 CPU-core * * Copyright (c) 2001 Marius Gröger <mag@sysgo.de> * Copyright (c) 2002 Alex Züpke <azu@sysgo.de> * Copyright (c) 2002 Gary Jennejohn <garyj@denx.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free softwar...
1001-study-uboot
arch/arm/cpu/arm920t/start.S
Unix Assembly
gpl3
15,586
/* * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Alex Zuepke <azu@sysgo.de> * * (C) Copyright 2002 * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * See f...
1001-study-uboot
arch/arm/cpu/arm920t/interrupts.c
C
gpl3
1,425
# # (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
arch/arm/cpu/arm920t/Makefile
Makefile
gpl3
1,461
# # (C) Copyright 2002 # Gary Jennejohn, DENX Software Engineering, <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 the Free Softwa...
1001-study-uboot
arch/arm/cpu/arm920t/config.mk
Makefile
gpl3
1,300
/* * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you...
1001-study-uboot
arch/arm/cpu/arm920t/cpu.c
C
gpl3
1,571
/* * (C) Copyright 2010 * David Mueller <d.mueller@elsoft.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 Foundation...
1001-study-uboot
arch/arm/cpu/arm920t/s3c24x0/cpu_info.c
C
gpl3
1,492
/* * (C) Copyright 2001-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (C) Copyright 2002 * 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 redistribute it and/or * modify it ...
1001-study-uboot
arch/arm/cpu/arm920t/s3c24x0/speed.c
C
gpl3
3,183
/* * URB OHCI HCD (Host Controller Driver) for USB. * * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at> * (C) Copyright 2000-2001 David Brownell <dbrownell@users.sourceforge.net> * * usb-ohci.h */ static int cc_to_error[16] = { /* mapping of the OHCI CC status to error codes */ /* No Error */ 0, ...
1001-study-uboot
arch/arm/cpu/arm920t/s3c24x0/usb_ohci.h
C
gpl3
11,186
/* * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Alex Zuepke <azu@sysgo.de> * * (C) Copyright 2002 * Gary Jennejohn, DENX Software Engineering, <gj@denx.de> * * See file...
1001-study-uboot
arch/arm/cpu/arm920t/s3c24x0/interrupts.c
C
gpl3
1,343
/* * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Alex Zuepke <azu@sysgo.de> * * (C) Copyright 2002 * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * See f...
1001-study-uboot
arch/arm/cpu/arm920t/s3c24x0/timer.c
C
gpl3
4,775
# # (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
arch/arm/cpu/arm920t/s3c24x0/Makefile
Makefile
gpl3
1,485
/* * (C) Copyright 2006 * DENX Software Engineering <mk@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 Foundat...
1001-study-uboot
arch/arm/cpu/arm920t/s3c24x0/usb.c
C
gpl3
2,121
/* * URB OHCI HCD (Host Controller Driver) for USB on the S3C2400. * * (C) Copyright 2003 * Gary Jennejohn, DENX Software Engineering <garyj@denx.de> * * Note: Much of this code has been derived from Linux 2.4 * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at> * (C) Copyright 2000-2002 David Brownell *...
1001-study-uboot
arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c
C
gpl3
45,868
/* * (C) Copyright 2010 * Texas Instruments, <www.ti.com> * Aneesh V <aneesh@ti.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
arch/arm/include/asm/utils.h
C
gpl3
1,306
#include <asm-generic/errno.h>
1001-study-uboot
arch/arm/include/asm/errno.h
C
gpl3
31
/* * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Alex Zuepke <azu@sysgo.de> * * See file CREDITS for list of people who contributed to this * project. * * This program i...
1001-study-uboot
arch/arm/include/asm/u-boot-arm.h
C
gpl3
2,258
/* * linux/include/asm-arm/memory.h * * Copyright (C) 2000-2002 Russell King * * 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. * * Note: this file should not be included by...
1001-study-uboot
arch/arm/include/asm/memory.h
C
gpl3
4,091
#ifndef __ASM_ARM_STRING_H #define __ASM_ARM_STRING_H #include <config.h> /* * We don't do inline string functions, since the * optimised inline asm versions are not small. */ #undef __HAVE_ARCH_STRRCHR extern char * strrchr(const char * s, int c); #undef __HAVE_ARCH_STRCHR extern char * strchr(const char * s, i...
1001-study-uboot
arch/arm/include/asm/string.h
C
gpl3
1,191
/* * linux/include/asm-arm/arch-s3c2400/memory.h by garyj@denx.de * based on * linux/include/asm-arm/arch-sa1100/memory.h * * Copyright (c) 1999 Nicolas Pitre <nico@visuaide.com> */ #ifndef __ASM_ARCH_MEMORY_H #define __ASM_ARCH_MEMORY_H /* * Task size: 3GB */ #define TASK_SIZE (0xc0000000UL) #define T...
1001-study-uboot
arch/arm/include/asm/arch-s3c24x0/memory.h
C
gpl3
4,588
/* * (C) Copyright 2003 * David Müller ELSOFT AG Switzerland. d.mueller@elsoft.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...
1001-study-uboot
arch/arm/include/asm/arch-s3c24x0/s3c2400.h
C
gpl3
4,210
/* * (C) Copyright 2003 * David Mueller ELSOFT AG Switzerland. d.mueller@elsoft.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 Fre...
1001-study-uboot
arch/arm/include/asm/arch-s3c24x0/s3c2440.h
C
gpl3
4,440
/* * (C) Copyright 2003 * David Müller ELSOFT AG Switzerland. d.mueller@elsoft.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...
1001-study-uboot
arch/arm/include/asm/arch-s3c24x0/s3c24x0.h
C
gpl3
11,131
/* * (C) Copyright 2009 * Kevin Morfitt, Fearnside Systems Ltd, <kevin.morfitt@fearnside-systems.co.uk> * * 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
arch/arm/include/asm/arch-s3c24x0/s3c24x0_cpu.h
C
gpl3
1,057
/* * (C) Copyright 2003 * David Müller ELSOFT AG Switzerland. d.mueller@elsoft.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...
1001-study-uboot
arch/arm/include/asm/arch-s3c24x0/s3c2410.h
C
gpl3
4,443
#ifndef __ASM_ARM_TYPES_H #define __ASM_ARM_TYPES_H typedef unsigned short umode_t; /* * __xx is ok: it doesn't pollute the POSIX namespace. Use these in the * header files exported to user space */ typedef __signed__ char __s8; typedef unsigned char __u8; typedef __signed__ short __s16; typedef unsigned short _...
1001-study-uboot
arch/arm/include/asm/types.h
C
gpl3
1,026
/* * linux/include/asm-arm/posix_types.h * * Copyright (C) 1996-1998 Russell King. * * 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. * * Changelog: * 27-06-1996 RMK Crea...
1001-study-uboot
arch/arm/include/asm/posix_types.h
C
gpl3
2,246
/* * linux/include/asm-arm/byteorder.h * * ARM Endian-ness. In little endian mode, the data bus is connected such * that byte accesses appear as: * 0 = d0...d7, 1 = d8...d15, 2 = d16...d23, 3 = d24...d31 * and word accesses (data or instruction) appear as: * d0...d31 * * When in big endian mode, byte acces...
1001-study-uboot
arch/arm/include/asm/byteorder.h
C
gpl3
796
#ifndef _ASM_ARM_UNALIGNED_H #define _ASM_ARM_UNALIGNED_H #include <linux/unaligned/le_byteshift.h> #include <linux/unaligned/be_byteshift.h> #include <linux/unaligned/generic.h> /* * Select endianness */ #ifndef __ARMEB__ #define get_unaligned __get_unaligned_le #define put_unaligned __put_unaligned_le #else #defi...
1001-study-uboot
arch/arm/include/asm/unaligned.h
C
gpl3
439
/* * linux/include/asm-arm/proc-armv/domain.h * * Copyright (C) 1999 Russell King. * * 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 __ASM_PROC_DOMAIN_H #define __...
1001-study-uboot
arch/arm/include/asm/proc-armv/domain.h
C
gpl3
1,204
/* * linux/include/asm-arm/proc-armv/system.h * * Copyright (C) 1996 Russell King * * 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 __ASM_PROC_SYSTEM_H #define __A...
1001-study-uboot
arch/arm/include/asm/proc-armv/system.h
C
gpl3
3,696
/* * linux/include/asm-arm/proc-armv/processor.h * * Copyright (C) 1996-1999 Russell King. * * 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. * * Changelog: * 20-09-1996 ...
1001-study-uboot
arch/arm/include/asm/proc-armv/processor.h
C
gpl3
2,231
/* * linux/include/asm-arm/proc-armv/ptrace.h * * Copyright (C) 1996-1999 Russell King * * 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 __ASM_PROC_PTRACE_H #defin...
1001-study-uboot
arch/arm/include/asm/proc-armv/ptrace.h
C
gpl3
2,398
/* * include/asm-arm/macro.h * * Copyright (C) 2009 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.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...
1001-study-uboot
arch/arm/include/asm/macro.h
C
gpl3
2,041
/* * (C) Copyright 2010 * Texas Instruments, <www.ti.com> * Aneesh V <aneesh@ti.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
arch/arm/include/asm/pl310.h
C
gpl3
1,955
/* * (C) Copyright 2010 * Texas Instruments, <www.ti.com> * * Aneesh V <aneesh@ti.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
arch/arm/include/asm/omap_common.h
C
gpl3
3,224
/* * linux/include/asm-arm/io.h * * Copyright (C) 1996-2000 Russell King * * 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. * * Modifications: * 16-Sep-1996 RMK Inlined the...
1001-study-uboot
arch/arm/include/asm/io.h
C
gpl3
14,079
/* * OMAP44xx EMIF header * * Copyright (C) 2009-2010 Texas Instruments, Inc. * * Aneesh V <aneesh@ti.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef _EMIF...
1001-study-uboot
arch/arm/include/asm/emif.h
C
gpl3
32,017
/* * (C) Copyright 2010 * Texas Instruments, <www.ti.com> * Aneesh V <aneesh@ti.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
arch/arm/include/asm/armv7.h
C
gpl3
2,517
/* * 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
arch/arm/include/asm/sizes.h
C
gpl3
2,032
/* * linux/include/asm/setup.h * * Copyright (C) 1997-1999 Russell King * * 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. * * Structure passed to kernel to tell it about th...
1001-study-uboot
arch/arm/include/asm/setup.h
C
gpl3
6,294
/* * (C) Copyright 2007 * Stelian Pop <stelian@popies.net> * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as *...
1001-study-uboot
arch/arm/include/asm/dma-mapping.h
C
gpl3
1,493
/* * (C) Copyright 2002-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
arch/arm/include/asm/global_data.h
C
gpl3
3,826
/* * linux/include/asm-arm/atomic.h * * Copyright (c) 1996 Russell King. * * 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. * * Changelog: * 27-06-1996 RMK Created * 1...
1001-study-uboot
arch/arm/include/asm/atomic.h
C
gpl3
2,259
/* * Copyright (c) 2009 Wind River Systems, Inc. * Tom Rix <Tom.Rix@windriver.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option)...
1001-study-uboot
arch/arm/include/asm/omap_gpio.h
C
gpl3
1,645
/* * arch/arm/include/asm/assembler.h * * Copyright (C) 1996-2000 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This file contains arm architecture spe...
1001-study-uboot
arch/arm/include/asm/assembler.h
C
gpl3
1,518
#ifndef __ASM_ARM_SYSTEM_H #define __ASM_ARM_SYSTEM_H #ifdef __KERNEL__ #define CPU_ARCH_UNKNOWN 0 #define CPU_ARCH_ARMv3 1 #define CPU_ARCH_ARMv4 2 #define CPU_ARCH_ARMv4T 3 #define CPU_ARCH_ARMv5 4 #define CPU_ARCH_ARMv5T 5 #define CPU_ARCH_ARMv5TE 6 #define CPU_ARCH_ARMv5TEJ 7 #define CPU_ARCH_ARMv6 8 #defin...
1001-study-uboot
arch/arm/include/asm/system.h
C
gpl3
2,664
/* * linux/include/asm-arm/processor.h * * Copyright (C) 1995-2002 Russell King * * 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 __ASM_ARM_PROCESSOR_H #define __...
1001-study-uboot
arch/arm/include/asm/processor.h
C
gpl3
2,975
/* * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Alex Zuepke <azu@sysgo.de> * * See file CREDITS for list of people who contributed to this * project. * * This program i...
1001-study-uboot
arch/arm/include/asm/u-boot.h
C
gpl3
1,908
/* * Copyright (c) 2011, NVIDIA Corp. 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 the GNU General Public License as * published by the Free Software Foundation; eithe...
1001-study-uboot
arch/arm/include/asm/gpio.h
C
gpl3
1,219
/* * Copyright 1995, Russell King. * Various bits and pieces copyrights include: * Linus Torvalds (test_bit). * * bit 0 is the LSB of addr; bit 32 is the LSB of (addr+1). * * Please note that the code in this file should never be included * from user space. Many of these are not implemented in assembler * si...
1001-study-uboot
arch/arm/include/asm/bitops.h
C
gpl3
3,963
#ifndef __ASM_ARM_PTRACE_H #define __ASM_ARM_PTRACE_H #define PTRACE_GETREGS 12 #define PTRACE_SETREGS 13 #define PTRACE_GETFPREGS 14 #define PTRACE_SETFPREGS 15 #define PTRACE_SETOPTIONS 21 /* options set using PTRACE_SETOPTIONS */ #define PTRACE_O_TRACESYSGOOD 0x00000001 #include <asm/proc/ptrace.h> #ifndef __...
1001-study-uboot
arch/arm/include/asm/ptrace.h
C
gpl3
617
/* * linux/include/asm-arm/hardware.h * * Copyright (C) 1996 Russell King * * 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. * * Common hardware definitions */ #ifndef __A...
1001-study-uboot
arch/arm/include/asm/hardware.h
C
gpl3
399
/* * Copyright 2009 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. * * This pro...
1001-study-uboot
arch/arm/include/asm/config.h
C
gpl3
886
/* * (C) Copyright 2009 * Marvell Semiconductor <www.marvell.com> * Written-by: Prafulla Wadaskar <prafulla@marvell.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Pu...
1001-study-uboot
arch/arm/include/asm/cache.h
C
gpl3
1,627
/* * (C) Copyright 2002-2006 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you...
1001-study-uboot
arch/arm/lib/board.c
C
gpl3
18,264
.macro ARM_MOD_BODY dividend, divisor, order, spare #if __LINUX_ARM_ARCH__ >= 5 clz \order, \divisor clz \spare, \dividend sub \order, \order, \spare mov \divisor, \divisor, lsl \order #else mov \order, #0 @ Unless the divisor is very big, shift it up in multiples of @ four bits, since this is the amount o...
1001-study-uboot
arch/arm/lib/_modsi3.S
Unix Assembly
gpl3
2,316
/* * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Alex Zuepke <azu@sysgo.de> * * (C) Copyright 2002 * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * (C) C...
1001-study-uboot
arch/arm/lib/reset.c
C
gpl3
1,496
/* * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * Copyright (C) 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publish...
1001-study-uboot
arch/arm/lib/bootm.c
C
gpl3
8,421
/* * linux/arch/arm/lib/memcpy.S * * Author: Nicolas Pitre * Created: Sep 28, 2005 * Copyright: 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 version 2 as * published by the Free Software Foundati...
1001-study-uboot
arch/arm/lib/memcpy.S
Unix Assembly
gpl3
4,928
/* * (C) Copyright 2003 * Texas Instruments <www.ti.com> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Alex Zuepke <azu@sysgo.de> * * (C) Copyright 2002-2004 * Gary J...
1001-study-uboot
arch/arm/lib/interrupts.c
C
gpl3
4,697
/* * linux/arch/arm/lib/memset.S * * Copyright (C) 1995-2000 Russell King * * 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. * * ASM optimised string functions */ #include ...
1001-study-uboot
arch/arm/lib/memset.S
Unix Assembly
gpl3
2,437
# # (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 Free Softwa...
1001-study-uboot
arch/arm/lib/Makefile
Makefile
gpl3
2,302
/* # 1 "libgcc1.S" */ @ libgcc1 routines for ARM cpu. @ Division routines, written by Richard Earnshaw, (rearnsha@armltd.co.uk) /* # 145 "libgcc1.S" */ dividend .req r0 divisor .req r1 overdone .req r2 curbit .req r3 /* ip .req r12 */ /* sp .req r13 */ /* lr .req r14 */ /* pc .req r15 */ .text .globl __umodsi3...
1001-study-uboot
arch/arm/lib/_umodsi3.S
Motorola 68K Assembly
gpl3
2,762
/* Copyright 1995, 1996, 1998, 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. This file 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. In...
1001-study-uboot
arch/arm/lib/_ashrdi3.S
Unix Assembly
gpl3
1,549
/* * Utility functions needed for (some) EABI conformant tool chains. * * (C) Copyright 2009 Wolfgang Denk <wd@denx.de> * * This program is Free Software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 ...
1001-study-uboot
arch/arm/lib/eabi_compat.c
C
gpl3
697
/* * (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
arch/arm/lib/cache-cp15.c
C
gpl3
4,013
/* * (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
arch/arm/lib/cache.c
C
gpl3
1,976
/* Copyright 1995, 1996, 1998, 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. This file 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. In...
1001-study-uboot
arch/arm/lib/_ashldi3.S
Unix Assembly
gpl3
1,549
/* * (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
arch/arm/lib/div0.c
C
gpl3
1,007
/* Copyright 1995, 1996, 1998, 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. This file 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. In...
1001-study-uboot
arch/arm/lib/_lshrdi3.S
Unix Assembly
gpl3
1,549
/* # 1 "libgcc1.S" */ @ libgcc1 routines for ARM cpu. @ Division routines, written by Richard Earnshaw, (rearnsha@armltd.co.uk) dividend .req r0 divisor .req r1 result .req r2 curbit .req r3 /* ip .req r12 */ /* sp .req r13 */ /* lr .req r14 */ /* pc .req r15 */ .text .globl __udivsi3 .type __udivsi3 ,functi...
1001-study-uboot
arch/arm/lib/_udivsi3.S
Motorola 68K Assembly
gpl3
2,431
/* * (C) Copyright 2010 * Texas Instruments, <www.ti.com> * Aneesh V <aneesh@ti.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
arch/arm/lib/cache-pl310.c
C
gpl3
3,185
.macro ARM_DIV_BODY dividend, divisor, result, curbit #if __LINUX_ARM_ARCH__ >= 5 clz \curbit, \divisor clz \result, \dividend sub \result, \curbit, \result mov \curbit, #1 mov \divisor, \divisor, lsl \result mov \curbit, \curbit, lsl \result mov \result, #0 #else @ Initially shift the divisor left 3 bits ...
1001-study-uboot
arch/arm/lib/_divsi3.S
Unix Assembly
gpl3
3,127
/* * (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
post/tests.c
C
gpl3
7,420
# # (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 Free Softwa...
1001-study-uboot
post/rules.mk
Makefile
gpl3
1,376
/* * (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
post/lib_powerpc/cr.c
C
gpl3
5,862
/* * (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
post/lib_powerpc/string.c
C
gpl3
2,415
/* * (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
post/lib_powerpc/load.c
C
gpl3
4,121
/* * (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
post/lib_powerpc/b.c
C
gpl3
4,038
/* * Copyright (C) 2002 Wolfgang Denk <wd@denx.de> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either ve...
1001-study-uboot
post/lib_powerpc/asm.S
Unix Assembly
gpl3
5,589
/* * (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
post/lib_powerpc/srawi.c
C
gpl3
3,444
# # (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 Free Softwa...
1001-study-uboot
post/lib_powerpc/Makefile
Makefile
gpl3
1,219
/* * (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
post/lib_powerpc/cpu.c
C
gpl3
3,665
/* * (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
post/lib_powerpc/three.c
C
gpl3
4,496
/* * (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
post/lib_powerpc/cmp.c
C
gpl3
2,590
/* * (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
post/lib_powerpc/threei.c
C
gpl3
2,964
/* * (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
post/lib_powerpc/cmpi.c
C
gpl3
2,595
/* * Copyright (C) 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 S...
1001-study-uboot
post/lib_powerpc/fpu/mul-subnormal-single-1.c
C
gpl3
2,289
/* * Copyright (C) 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 S...
1001-study-uboot
post/lib_powerpc/fpu/980619-1.c
C
gpl3
1,471
/* * Copyright (C) 2007 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * Author: Sergei Poselenov <sposelenov@emcraft.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the ...
1001-study-uboot
post/lib_powerpc/fpu/fpu.c
C
gpl3
2,257
/* * Copyright (C) 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 S...
1001-study-uboot
post/lib_powerpc/fpu/20010114-2.c
C
gpl3
1,462
/* * Copyright (C) 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 S...
1001-study-uboot
post/lib_powerpc/fpu/20010226-1.c
C
gpl3
1,440