repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
allyourcodebase/openssl
91,418
crypto/aes/aesni-sha256-x86_64.s
.text .globl aesni_cbc_sha256_enc .type aesni_cbc_sha256_enc,@function .align 16 aesni_cbc_sha256_enc: .cfi_startproc leaq OPENSSL_ia32cap_P(%rip),%r11 movl $1,%eax cmpq $0,%rdi je .Lprobe movl 0(%r11),%eax movq 4(%r11),%r10 btq $61,%r10 jc aesni_cbc_sha256_enc_shaext movq %r10,%r11 shrq $32,%r11 testl ...
allyourcodebase/openssl
86,601
crypto/aes/aesni-x86_64.s
.text .globl aesni_encrypt .type aesni_encrypt,@function .align 16 aesni_encrypt: .cfi_startproc .byte 243,15,30,250 movups (%rdi),%xmm2 movl 240(%rdx),%eax movups (%rdx),%xmm0 movups 16(%rdx),%xmm1 leaq 32(%rdx),%rdx xorps %xmm0,%xmm2 .Loop_enc1_1: .byte 102,15,56,220,209 decl %eax movups (%rdx),%xmm1 leaq...
allyourcodebase/openssl
31,583
crypto/aes/aesni-mb-x86_64.s
.text .globl aesni_multi_cbc_encrypt .type aesni_multi_cbc_encrypt,@function .align 32 aesni_multi_cbc_encrypt: .cfi_startproc cmpl $2,%edx jb .Lenc_non_avx movl OPENSSL_ia32cap_P+4(%rip),%ecx testl $268435456,%ecx jnz _avx_cbc_enc_shortcut jmp .Lenc_non_avx .align 16 .Lenc_non_avx: movq %rsp,%rax .cfi_def_...
allyourcodebase/openssl
49,258
crypto/aes/bsaes-x86_64.s
.text .type _bsaes_encrypt8,@function .align 64 _bsaes_encrypt8: .cfi_startproc leaq .LBS0(%rip),%r11 movdqa (%rax),%xmm8 leaq 16(%rax),%rax movdqa 80(%r11),%xmm7 pxor %xmm8,%xmm15 pxor %xmm8,%xmm0 pxor %xmm8,%xmm1 pxor %xmm8,%xmm2 .byte 102,68,15,56,0,255 .byte 102,15,56,0,199 pxor %xmm8,%xmm3 pxor %x...
allyourcodebase/openssl
58,440
crypto/aes/aes-x86_64.s
.text .type _x86_64_AES_encrypt,@function .align 16 _x86_64_AES_encrypt: .cfi_startproc xorl 0(%r15),%eax xorl 4(%r15),%ebx xorl 8(%r15),%ecx xorl 12(%r15),%edx movl 240(%r15),%r13d subl $1,%r13d jmp .Lenc_loop .align 16 .Lenc_loop: movzbl %al,%esi movzbl %bl,%edi movzbl %cl,%ebp movl 0(%r14,%rsi,8),%r10...
allyourcodebase/openssl
14,447
crypto/aes/vpaes-x86_64.s
.text .type _vpaes_encrypt_core,@function .align 16 _vpaes_encrypt_core: .cfi_startproc movq %rdx,%r9 movq $16,%r11 movl 240(%rdx),%eax movdqa %xmm9,%xmm1 movdqa .Lk_ipt(%rip),%xmm2 pandn %xmm0,%xmm1 movdqu (%r9),%xmm5 psrld $4,%xmm1 pand %xmm9,%xmm0 .byte 102,15,56,0,208 movdqa .Lk_ipt+16(%...
allwinner-zh/bootloader
2,182
basic_loader/boot0/Boot0.s
;/* ; * (C) Copyright 2007-2015 ; * Allwinner Technology Co., Ltd. <www.allwinnertech.com> ; * Jerry Wang <wangflord@allwinnertech.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 ...
allwinner-zh/bootloader
1,359
basic_loader/boot0/lib/func_in_asm/func_in_asm.s
;/* ; * (C) Copyright 2007-2015 ; * Allwinner Technology Co., Ltd. <www.allwinnertech.com> ; * Jerry Wang <wangflord@allwinnertech.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 ...
allwinner-zh/bootloader
6,964
basic_loader/boot0/sys_op/cache/cache.s
;/* ; * (C) Copyright 2007-2015 ; * Allwinner Technology Co., Ltd. <www.allwinnertech.com> ; * Jerry Wang <wangflord@allwinnertech.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 ...
allwinner-zh/bootloader
2,801
basic_loader/boot0/sys_op/mmu/mmu_asm.s
;/* ; * (C) Copyright 2007-2015 ; * Allwinner Technology Co., Ltd. <www.allwinnertech.com> ; * Jerry Wang <wangflord@allwinnertech.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 ...
allwinner-zh/bootloader
1,376
basic_loader/bsp/bsp_for_a20/init_dram/jump_in_asm.s
;/* ; * (C) Copyright 2007-2015 ; * Allwinner Technology Co., Ltd. <www.allwinnertech.com> ; * Jerry Wang <wangflord@allwinnertech.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 ...
allwinner-zh/bootloader
2,579
u-boot-2011.09/board/pcs440ep/init.S
/* * (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 So...
allwinner-zh/bootloader
4,282
u-boot-2011.09/board/scb9328/lowlevel_init.S
/* * Copyright (C) 2004 Sascha Hauer, Synertronixx GmbH * * 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. * * Th...
allwinner-zh/bootloader
6,088
u-boot-2011.09/board/apollon/lowlevel_init.S
/* * Board specific setup info * * (C) Copyright 2005-2007 * 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 Gen...
allwinner-zh/bootloader
9,721
u-boot-2011.09/board/w7o/init.S
/****************************************************************************** * 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. Anyo...
allwinner-zh/bootloader
25,457
u-boot-2011.09/board/w7o/post1.S
/* * (C) Copyright 2001 * Bill Hunter, Wave 7 Optics, william.hunter@mediaone.net * and * Erik Theisen, Wave 7 Optics, etheisen@mindspring.com * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the ter...
allwinner-zh/bootloader
3,158
u-boot-2011.09/board/korat/init.S
/* * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any...
allwinner-zh/bootloader
11,471
u-boot-2011.09/board/sc3/init.S
/*------------------------------------------------------------------------------+ * * This souce code has been made available to you by EuroDesign * (www.eurodsn.de). It's based on the original IBM source code, so * this follows: * * This source code is dual-licensed. You may use it under the terms of the ...
allwinner-zh/bootloader
5,721
u-boot-2011.09/board/pb1x00/lowlevel_init.S
/* Memory sub-system initialization code */ #include <config.h> #include <asm/regdef.h> #include <asm/au1x00.h> #include <asm/mipsregs.h> #define AU1500_SYS_ADDR 0xB1900000 #define sys_endian 0x0038 #define CP0_Config0 $16 #define MEM_1MS ((396000000/1000000) * 1000) .text .set noreorder .set mips32 .globl...
allwinner-zh/bootloader
1,240
u-boot-2011.09/board/tb0229/lowlevel_init.S
/* * Memory sub-system initialization code for TANBAC Evaluation board TB0229. * * Copyright (c) 2003 Masami Komiya <mkomiya@sonare.it> * * 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...
allwinner-zh/bootloader
6,386
u-boot-2011.09/board/espt/lowlevel_init.S
/* * Copyright (C) 2009 Renesas Solutions Corp. * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> * * board/espt/lowlevel_init.S * * 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...
allwinner-zh/bootloader
26,344
u-boot-2011.09/board/bmw/early_init.S
#include <ppc_asm.tmpl> #include <mpc824x.h> #include <ppc_defs.h> #include <asm/cache.h> #include <asm/mmu.h> #define USE_V2_INIT 1 /* Jimmy Blair's initialization. */ /* * Initialize the MMU using BAT entries and hardwired TLB * This obviates the need for any code in cpu_init_f which * configures the BAT regist...
allwinner-zh/bootloader
4,519
u-boot-2011.09/board/ms7750se/lowlevel_init.S
/* modified from SH-IPL+g Renesaso SuperH / Solution Enginge MS775xSE01 BSC setting. Support CPU : SH7750/SH7750S/SH7750R/SH7751/SH7751R Coyright (c) 2007 Nobuhiro Iwamatsu <iwmatsu@nigauri.org> * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you ca...
allwinner-zh/bootloader
2,618
u-boot-2011.09/board/imx31_phycore/lowlevel_init.S
/* * * (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 * published by the Free Software Found...
allwinner-zh/bootloader
1,803
u-boot-2011.09/board/mx1ads/lowlevel_init.S
/* * board/mx1ads/lowlevel_init.S * * (c) Copyright 2004 * Techware Information Technology, Inc. * http://www.techware.com.tw/ * * Ming-Len Wu <minglen_wu@techware.com.tw> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * publ...
allwinner-zh/bootloader
5,752
u-boot-2011.09/board/hidden_dragon/early_init.S
/* * (C) Copyright 2001 * Thomas Koeller, tkoeller@gmx.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; e...
allwinner-zh/bootloader
9,913
u-boot-2011.09/board/ppmc7xx/init.S
/* * init.S * ------ * * Wind River PPMC 7xx/74xx init code. * * By Richard Danter (richard.danter@windriver.com) * Copyright (C) 2005 Wind River Systems * * NOTE: The following code was generated automatically by Workbench * from the ppmc7400_107.reg register file. */ #include <ppc_asm.tmpl> .globl...
allwinner-zh/bootloader
6,807
u-boot-2011.09/board/gth2/lowlevel_init.S
/* Memory sub-system initialization code */ #include <config.h> #include <asm/regdef.h> #include <asm/au1x00.h> #include <asm/mipsregs.h> #define CP0_Config0 $16 #define MEM_1MS ((CONFIG_SYS_MHZ) * 1000) #define GPIO_RJ1LY (1<<22) #define GPIO_CFRESET (1<<10) .text .set noreorder .set mips32 .globl low...
allwinner-zh/bootloader
8,857
u-boot-2011.09/board/dbau1x00/lowlevel_init.S
/* Memory sub-system initialization code */ #include <config.h> #include <asm/regdef.h> #include <asm/au1x00.h> #include <asm/mipsregs.h> #define AU1500_SYS_ADDR 0xB1900000 #define sys_endian 0x0038 #define CP0_Config0 $16 #define CPU_SCALE ((CONFIG_SYS_MHZ) / 12) /* CPU clock is a multiple of 12 MHz */ #define M...
allwinner-zh/bootloader
2,928
u-boot-2011.09/board/mpr2/lowlevel_init.S
/* * (C) Copyright 2008 * Mark Jonas <mark.jonas@de.bosch.com> * * (C) Copyright 2007 * Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> * * board/mpr2/lowlevel_init.S * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * publish...
allwinner-zh/bootloader
4,331
u-boot-2011.09/board/jse/init.S
/*------------------------------------------------------------------------+ */ /* */ /* 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. *...
allwinner-zh/bootloader
4,973
u-boot-2011.09/board/ms7722se/lowlevel_init.S
/* * Copyright (C) 2007 * Nobuhiro Iwamatsu <iwamatsu@nigauri.org> * * Copyright (C) 2007 * Kenati Technologies, Inc. * * board/ms7722se/lowlevel_init.S * * 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...
allwinner-zh/bootloader
7,839
u-boot-2011.09/board/csb272/init.S
/****************************************************************************** * 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. Anyo...
allwinner-zh/bootloader
3,459
u-boot-2011.09/board/lwmon5/init.S
/* * (C) Copyright 2007 * Stefan Roese, DENX Software Engineering, sr@denx.de. * * Copyright (C) 2002 Scott McNutt <smcnutt@artesyncp.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 o...
allwinner-zh/bootloader
3,603
u-boot-2011.09/board/evb64260/misc.S
#include <config.h> #include <74xx_7xx.h> #include <version.h> #include <ppc_asm.tmpl> #include <ppc_defs.h> #include <asm/cache.h> #include <asm/mmu.h> #include <galileo/gt64260R.h> #ifdef CONFIG_ECC /* Galileo specific asm code for initializing ECC */ .globl board_relocate_rom board_relocate_rom: mflr r7 /* u...
allwinner-zh/bootloader
7,472
u-boot-2011.09/board/csb472/init.S
/****************************************************************************** * 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. Anyo...
allwinner-zh/bootloader
4,209
u-boot-2011.09/board/ms7720se/lowlevel_init.S
/* * (C) Copyright 2007 * Yoshihiro Shimoda <shimoda.yoshihiro@renesas.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) any la...
allwinner-zh/bootloader
7,662
u-boot-2011.09/board/ns9750dev/lowlevel_init.S
/* * Board specific setup info * * (C) Copyright 2003 * Texas Instruments, <www.ti.com> * Kshitij Gupta <Kshitij@ti.com> * * Modified for the NS9750 DevBoard by * (C) Copyright 2004 by FS Forth-Systeme GmbH. * Markus Pietrek <mpietrek@fsforth.de> * @References: [1] NS9750 Hardware Reference/December 2003 * ...
allwinner-zh/bootloader
4,991
u-boot-2011.09/board/jornada/setup.S
/* * Memory Setup stuff - taken from blob memsetup.S * * Copyright (C) 1999 2000 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl) and * Jan-Derk Bakker (J.D.Bakker@its.tudelft.nl) * 2004 (c) MontaVista Software, Inc. * * See file CREDITS for list of people who contributed to this * project. * * This program...
allwinner-zh/bootloader
10,616
u-boot-2011.09/board/sx1/lowlevel_init.S
/* * Board specific setup info * * (C) Copyright 2003 * Texas Instruments, <www.ti.com> * * -- Some bits of code used from rrload's head_OMAP1510.s -- * Copyright (C) 2002 RidgeRun, Inc. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can red...
allwinner-zh/bootloader
5,613
u-boot-2011.09/board/incaip/lowlevel_init.S
/* * Memory sub-system initialization code for INCA-IP development board. * * Copyright (c) 2003 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 Gener...
allwinner-zh/bootloader
5,752
u-boot-2011.09/board/sandpoint/early_init.S
/* * (C) Copyright 2001 * Thomas Koeller, tkoeller@gmx.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; e...
allwinner-zh/bootloader
3,224
u-boot-2011.09/board/t3corp/init.S
/* * (C) Copyright 2010 * 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...
allwinner-zh/bootloader
8,616
u-boot-2011.09/board/sunxi/arm_neon.S
/* * (C) Copyright 2007-2013 * Allwinner Technology Co., Ltd. <www.allwinnertech.com> * Jerry Wang <wangflord@allwinnertech.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 Ge...
allwinner-zh/bootloader
1,034
u-boot-2011.09/board/eNET/eNET_start.S
/* * (C) Copyright 2008 * Graeme Russ, graeme.russ@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 Foundation...
allwinner-zh/bootloader
2,187
u-boot-2011.09/board/eNET/eNET_start16.S
/* * (C) Copyright 2008 * Graeme Russ, graeme.russ@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 Foundation...
allwinner-zh/bootloader
5,696
u-boot-2011.09/board/armltd/integrator/lowlevel_init.S
/* * Board specific setup info * * (C) Copyright 2004, ARM Ltd. * Philippe Robin, <philippe.robin@arm.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License ...
allwinner-zh/bootloader
1,108
u-boot-2011.09/board/armltd/versatile/lowlevel_init.S
/* * Board specific setup info * * (C) Copyright 2003, ARM Ltd. * Philippe Robin, <philippe.robin@arm.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License ...
allwinner-zh/bootloader
3,296
u-boot-2011.09/board/freescale/mx31pdk/lowlevel_init.S
/* * (C) Copyright 2009 Magnus Lilja <lilja.magnus@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 Foundation;...
allwinner-zh/bootloader
8,258
u-boot-2011.09/board/freescale/mx35pdk/lowlevel_init.S
/* * Copyright (C) 2007, Guennadi Liakhovetski <lg@denx.de> * * (C) Copyright 2008-2010 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...
allwinner-zh/bootloader
21,627
u-boot-2011.09/board/freescale/mpc7448hpc2/asm_init.S
/* * (C) Copyright 2004-05; Tundra Semiconductor Corp. * * Added automatic detect of SDC settings * Copyright (c) 2005 Freescale Semiconductor, Inc. * Maintainer tie-fei.zang@freescale.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Li...
allwinner-zh/bootloader
7,312
u-boot-2011.09/board/freescale/mx31ads/lowlevel_init.S
/* * Copyright (C) 2008, Guennadi Liakhovetski <lg@denx.de> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * ...
allwinner-zh/bootloader
11,266
u-boot-2011.09/board/renesas/sh7785lcr/lowlevel_init.S
/* * Copyright (C) 2008 Yoshihiro Shimoda <shimoda.yoshihiro@renesas.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) any later...
allwinner-zh/bootloader
2,633
u-boot-2011.09/board/renesas/r2dplus/lowlevel_init.S
/* * modified from SH-IPL+g (init-r0p751rlc0011rl.S) * Initial Register Data for R0P751RLC0011RL (SH7751R 240MHz/120MHz/60MHz) * Coyright (c) 2007,2008 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> */ #include <config.h> #include <version.h> #include <asm/processor.h> #include <asm/macro.h> .global lowlevel_init .te...
allwinner-zh/bootloader
4,720
u-boot-2011.09/board/renesas/MigoR/lowlevel_init.S
/* * Copyright (C) 2007-2008 * Nobuhiro Iwamatsu <iwamatsu@nigauri.org> * * Copyright (C) 2007 * Kenati Technologies, Inc. * * board/MigoR/lowlevel_init.S * * 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...
allwinner-zh/bootloader
4,483
u-boot-2011.09/board/renesas/rsk7264/lowlevel_init.S
/* * Copyright (C) 2011 Renesas Electronics Europe Ltd. * Copyright (C) 2008 Renesas Solutions Corp. * Copyright (C) 2008 Nobuhiro Iwamatsu * * Based on board/renesas/rsk7203/lowlevel_init.S * * This file is released under the terms of GPL v2 and any later version. * See the file COPYING in the root directory o...
allwinner-zh/bootloader
4,038
u-boot-2011.09/board/renesas/ap325rxa/lowlevel_init.S
/* * Copyright (C) 2008 Renesas Solutions Corp. * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> * * board/ap325rxa/lowlevel_init.S * * 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...
allwinner-zh/bootloader
5,537
u-boot-2011.09/board/renesas/sh7763rdp/lowlevel_init.S
/* * Copyright (C) 2008 Renesas Solutions Corp. * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> * Copyright (C) 2007 Kenati Technologies, Inc. * * board/sh7763rdp/lowlevel_init.S * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Gener...
allwinner-zh/bootloader
4,137
u-boot-2011.09/board/renesas/rsk7203/lowlevel_init.S
/* * Copyright (C) 2008 Nobuhiro Iwamatsu * Copyright (C) 2008 Renesas Solutions Corp. * * 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 opt...
allwinner-zh/bootloader
13,081
u-boot-2011.09/board/renesas/sh7757lcr/lowlevel_init.S
/* * Copyright (C) 2011 Renesas Solutions Corp. * * 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...
allwinner-zh/bootloader
6,311
u-boot-2011.09/board/renesas/r7780mp/lowlevel_init.S
/* * Copyright (C) 2007,2008 Nobuhiro Iwamatsu * * u-boot/board/r7780mp/lowlevel_init.S * * 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 o...
allwinner-zh/bootloader
2,161
u-boot-2011.09/board/sandburst/karef/init.S
/* * Copyright (C) 2005 Sandburst Corporation * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * ...
allwinner-zh/bootloader
2,150
u-boot-2011.09/board/sandburst/metrobox/init.S
/* * Copyright (C) 2005 * Travis B. Sawyer, Sandburst Corporation, tsawyer@sandburst.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...
allwinner-zh/bootloader
4,271
u-boot-2011.09/board/logicpd/imx27lite/lowlevel_init.S
/* * For clock initialization, see chapter 3 of the "MCIMX27 Multimedia * Applications Processor Reference Manual, Rev. 0.2". * * (C) Copyright 2008 Eric Jarrige <eric.jarrige@armadeus.org> * (C) Copyright 2009 Ilya Yanok <yanok@emcraft.com> * * This program is free software; you can redistribute it and/or * mo...
allwinner-zh/bootloader
2,616
u-boot-2011.09/board/logicpd/imx31_litekit/lowlevel_init.S
/* * * (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 * published by the Free Software Found...
allwinner-zh/bootloader
3,079
u-boot-2011.09/board/esd/du440/init.S
/* * (C) Copyright 2008 * Matthias Fuchs, esd gmbh, matthias.fuchs@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...
allwinner-zh/bootloader
5,315
u-boot-2011.09/board/esd/pci405/writeibm.S
/*------------------------------------------------------------------------------+ */ /* */ /* 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. ...
allwinner-zh/bootloader
4,743
u-boot-2011.09/board/esd/cpci750/misc.S
#include <config.h> #include <74xx_7xx.h> #include "version.h" #include <ppc_asm.tmpl> #include <ppc_defs.h> #include <asm/cache.h> #include <asm/mmu.h> #include "../../Marvell/include/mv_gen_reg.h" #ifdef CONFIG_ECC /* Galileo specific asm code for initializing ECC */ .globl board_relocate_rom board_relocate_rom...
allwinner-zh/bootloader
3,805
u-boot-2011.09/board/esd/pmc440/init.S
/* * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any...
allwinner-zh/bootloader
2,417
u-boot-2011.09/board/faraday/a320evb/lowlevel_init.S
/* * (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 the License, or * (at your optio...
allwinner-zh/bootloader
2,228
u-boot-2011.09/board/xilinx/ppc440-generic/init.S
/* * (C) Copyright 2008 * Ricado Ribalda-Universidad Autonoma de Madrid-ricardo.ribalda@uam.es * This work has been supported by: QTechnology http://qtec.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 * t...
allwinner-zh/bootloader
3,174
u-boot-2011.09/board/karo/tx25/lowlevel_init.S
/* * (C) Copyright 2009 DENX Software Engineering * Author: John Rigby <jrigby@gmail.com> * * Based on U-Boot and RedBoot sources for several different i.mx * platforms. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * publishe...
allwinner-zh/bootloader
10,857
u-boot-2011.09/board/ti/omap5912osk/lowlevel_init.S
/* * Board specific setup info * * (C) Copyright 2003 * Texas Instruments, <www.ti.com> * Kshitij Gupta <Kshitij@ti.com> * * Modified for OMAP 1610 H2 board by Nishant Kamat, Jan 2004 * * Modified for OMAP 5912 OSK board by Rishi Bhattacharya, Apr 2004 * See file CREDITS for list of people who contributed to ...
allwinner-zh/bootloader
9,550
u-boot-2011.09/board/ti/omap1610inn/lowlevel_init.S
/* * Board specific setup info * * (C) Copyright 2003 * Texas Instruments, <www.ti.com> * Kshitij Gupta <Kshitij@ti.com> * * Modified for OMAP 1610 H2 board by Nishant Kamat, Jan 2004 * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redist...
allwinner-zh/bootloader
5,131
u-boot-2011.09/board/ti/omap2420h4/lowlevel_init.S
/* * Board specific setup info * * (C) Copyright 2004 * Texas Instruments, <www.ti.com> * Richard Woodruff <r-woodruff2@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 G...
allwinner-zh/bootloader
11,019
u-boot-2011.09/board/ti/omap1510inn/lowlevel_init.S
/* * Board specific setup info * * (C) Copyright 2003 * Texas Instruments, <www.ti.com> * * -- Some bits of code used from rrload's head_OMAP1510.s -- * Copyright (C) 2002 RidgeRun, Inc. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can red...
allwinner-zh/bootloader
9,045
u-boot-2011.09/board/ti/omap730p2/lowlevel_init.S
/* * Board specific setup info * * (C) Copyright 2003-2004 * * Texas Instruments, <www.ti.com> * Kshitij Gupta <Kshitij@ti.com> * * Modified for OMAP 1610 H2 board by Nishant Kamat, Jan 2004 * * Modified for OMAP730 P2 Board by Dave Peverley, MPC-Data Limited * (http://www.mpc-data.co.uk) * * TODO : Tidy u...
allwinner-zh/bootloader
6,588
u-boot-2011.09/board/syteco/jadecpu/lowlevel_init.S
/* * Board specific setup info * * (C) Copyright 2007, mycable GmbH * Carsten Schneider <cs@mycable.de>, Alexander Bigga <ab@mycable.de> * * (C) Copyright 2003, ARM Ltd. * Philippe Robin, <philippe.robin@arm.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is ...
allwinner-zh/bootloader
2,644
u-boot-2011.09/board/syteco/zmx25/lowlevel_init.S
/* * (C) Copyright 2011 * Matthias Weisser <weisserm@arcor.de> * * (C) Copyright 2009 DENX Software Engineering * Author: John Rigby <jrigby@gmail.com> * * Based on U-Boot and RedBoot sources for several different i.mx * platforms. * * This program is free software; you can redistribute it and/or * modify it...
allwinner-zh/bootloader
2,061
u-boot-2011.09/board/prodrive/p3p440/init.S
/* * (C) Copyright 2005 * Stefan Roese, DENX Software Engineering, sr@denx.de. * * Copyright (C) 2002 Scott McNutt <smcnutt@artesyncp.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...
allwinner-zh/bootloader
2,577
u-boot-2011.09/board/prodrive/alpr/init.S
/* * (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 So...
allwinner-zh/bootloader
4,743
u-boot-2011.09/board/prodrive/p3mx/misc.S
#include <config.h> #include <74xx_7xx.h> #include "version.h" #include <ppc_asm.tmpl> #include <ppc_defs.h> #include <asm/cache.h> #include <asm/mmu.h> #include "../../Marvell/include/mv_gen_reg.h" #ifdef CONFIG_ECC /* Galileo specific asm code for initializing ECC */ .globl board_relocate_rom board_relocate_rom...
allwinner-zh/bootloader
4,469
u-boot-2011.09/board/Marvell/common/misc.S
#include <config.h> #include <74xx_7xx.h> #include "version.h" #include <ppc_asm.tmpl> #include <ppc_defs.h> #include <asm/cache.h> #include <asm/mmu.h> #include "../include/mv_gen_reg.h" #ifdef CONFIG_ECC /* Galileo specific asm code for initializing ECC */ .globl board_relocate_rom board_relocate_rom: mflr r7 ...
allwinner-zh/bootloader
3,691
u-boot-2011.09/board/spear/common/spr_lowlevel_init.S
/* * (C) Copyright 2006 * 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...
allwinner-zh/bootloader
2,721
u-boot-2011.09/board/mosaixtech/icon/init.S
/* * (C) Copyright 2009-2010 * 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...
allwinner-zh/bootloader
1,799
u-boot-2011.09/board/xes/xpedite1000/init.S
/* * Copyright (C) 2002 Scott McNutt <smcnutt@artesyncp.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either v...
allwinner-zh/bootloader
5,468
u-boot-2011.09/board/davedenx/qong/lowlevel_init.S
/* * Copyright (C) 2009, Emcraft Systems, Ilya Yanok <yanok@emcraft.com> * * Based on board/freescale/mx31ads/lowlevel_init.S * by Guennadi Liakhovetski. * * 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...
allwinner-zh/bootloader
4,648
u-boot-2011.09/board/samsung/smdkc100/lowlevel_init.S
/* * Copyright (C) 2009 Samsung Electronics * Kyungmin Park <kyungmin.park@samsung.com> * Minkyu Kang <mk7.kang@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 Genera...
allwinner-zh/bootloader
4,544
u-boot-2011.09/board/samsung/smdkc100/mem_setup.S
/* * Originates from Samsung's u-boot 1.1.6 port to S5PC1xx * * Copyright (C) 2009 Samsung Electrnoics * Inki Dae <inki.dae@samsung.com> * Heungjun Kim <riverful.kim@samsung.com> * Minkyu Kang <mk7.kang@samsung.com> * Kyungmin Park <kyungmin.park@samsung.com> * * See file CREDITS for list of people who contrib...
allwinner-zh/bootloader
13,675
u-boot-2011.09/board/samsung/goni/lowlevel_init.S
/* * Memory Setup stuff - taken from blob memsetup.S * * Copyright (C) 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 o...
allwinner-zh/bootloader
6,951
u-boot-2011.09/board/samsung/goni/mem_setup.S
/* * Copyright (C) 2009 Samsung Electrnoics * Minkyu Kang <mk7.kang@samsung.com> * 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 Genera...
allwinner-zh/bootloader
4,989
u-boot-2011.09/board/samsung/smdk2410/lowlevel_init.S
/* * Memory Setup stuff - taken from blob memsetup.S * * Copyright (C) 1999 2000 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl) and * Jan-Derk Bakker (J.D.Bakker@its.tudelft.nl) * * Modified for the Samsung SMDK2410 by * (C) Copyright 2002 * David Mueller, ELSOFT AG, <d.mueller@elsoft.ch> * * ...
allwinner-zh/bootloader
9,016
u-boot-2011.09/board/samsung/smdkv310/lowlevel_init.S
/* * Lowlevel setup for SMDKV310 board based on S5PC210 * * Copyright (C) 2011 Samsung Electronics * * 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 * pub...
allwinner-zh/bootloader
8,194
u-boot-2011.09/board/samsung/smdkv310/mem_setup.S
/* * Memory setup for SMDKV310 board based on S5PC210 * * Copyright (C) 2011 Samsung Electronics * * 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 * publi...
allwinner-zh/bootloader
8,643
u-boot-2011.09/board/samsung/universal_c210/lowlevel_init.S
/* * Lowlevel setup for universal board based on S5PC210 * * Copyright (C) 2010 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 ter...
allwinner-zh/bootloader
6,930
u-boot-2011.09/board/samsung/smdk6400/lowlevel_init.S
/* * Memory Setup stuff - taken from blob memsetup.S * * Copyright (C) 1999 2000 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl) and * Jan-Derk Bakker (J.D.Bakker@its.tudelft.nl) * * Modified for the Samsung SMDK2410 by * (C) Copyright 2002 * David Mueller, ELSOFT AG, <d.mueller@elsoft.ch> * * (C) Copyrigh...
allwinner-zh/bootloader
7,796
u-boot-2011.09/board/samsung/origen/lowlevel_init.S
/* * Lowlevel setup for ORIGEN board based on S5PV310 * * Copyright (C) 2011 Samsung Electronics * * 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 * publi...
allwinner-zh/bootloader
8,919
u-boot-2011.09/board/samsung/origen/mem_setup.S
/* * Memory setup for ORIGEN board based on S5PV310 * * Copyright (C) 2011 Samsung Electronics * * 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 * publish...
allwinner-zh/bootloader
22,898
u-boot-2011.09/board/eltec/elppc/asm_init.S
/* * (C) Copyright 2001 ELTEC Elektronik AG * Frank Gottschling <fgottschling@eltec.de> * * ELTEC ELPPC RAM initialization * * 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...
allwinner-zh/bootloader
41,918
u-boot-2011.09/board/eltec/bab7xx/asm_init.S
/* * (C) Copyright 2001 ELTEC Elektronik AG * Frank Gottschling <fgottschling@eltec.de> * * ELTEC BAB PPC RAM initialization * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Gener...