repo_id stringlengths 5 115 | size int64 590 5.01M | file_path stringlengths 4 212 | content stringlengths 590 5.01M |
|---|---|---|---|
allwinner-zh/bootloader | 3,113 | u-boot-2011.09/arch/arm/cpu/arm1176/s3c64xx/cpu_init.S | /*
* Originates from Samsung's u-boot 1.1.6 port to S3C6400 / SMDK6400
*
* Copyright (C) 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 it... |
allwinner-zh/bootloader | 1,449 | u-boot-2011.09/arch/arm/cpu/arm1136/omap24xx/reset.S | /*
* armboot - Startup Code for OMP2420/ARM1136 CPU-core
*
* Copyright (c) 2004 Texas Instruments <r-woodruff2@ti.com>
*
* 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>
* Copyright (c) 2003 Richard Woodruf... |
allwinner-zh/bootloader | 5,967 | u-boot-2011.09/arch/arm/cpu/arm920t/ks8695/lowlevel_init.S | /*
* lowlevel_init.S - basic hardware initialization for the KS8695 CPU
*
* Copyright (c) 2004-2005, Greg Ungerer <greg.ungerer@opengear.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 term... |
allwinner-zh/bootloader | 4,374 | u-boot-2011.09/arch/arm/cpu/arm920t/at91/lowlevel_init.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 at91rm9200dk board by
* (C) Copyright 2004
* Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
*
* See file CREDITS for list of people who contributed t... |
allwinner-zh/bootloader | 1,684 | u-boot-2011.09/arch/arm/cpu/arm920t/ep93xx/lowlevel_init.S | /*
* Low-level initialization for EP93xx
*
* Copyright (C) 2009 Matthias Kaehlcke <matthias@kaehlcke.net>
*
* Copyright (C) 2006 Dominic Rath <Dominic.Rath@gmx.de>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* mo... |
allwinner-zh/bootloader | 1,336 | u-boot-2011.09/arch/blackfin/lib/outs.S | /*
* Implementation of outs{bwl} for BlackFin processors using zero overhead loops.
*
* Copyright 2005-2009 Analog Devices Inc.
* 2005 BuyWays BV
* Bas Vermeulen <bas@buyways.nl>
*
* Licensed under the GPL-2.
*/
#include <asm/linkage.h>
.align 2
.section .text._outsl
ENTRY... |
allwinner-zh/bootloader | 3,089 | u-boot-2011.09/arch/blackfin/lib/__kgdb.S |
#include <asm/linkage.h>
/* save stack context for non-local goto
* int kgdb_setjmp(long *buf)
*/
ENTRY(_kgdb_setjmp)
[--SP] = p0; /* Save P0 */
p0 = r0;
r0 = [SP++]; /* Load P0 into R0 */
[p0 + 0x00] = r0; /* GP address registers */
[p0 + 0x04] = p1;
[p0 + 0x08] = p2;
[p0 + 0x0C] = p3;
[p0 + 0x10]... |
allwinner-zh/bootloader | 2,850 | u-boot-2011.09/arch/blackfin/lib/memcpy.S | /*
* File: memcpy.S
*
* Copyright 2004-2007 Analog Devices Inc.
* Enter bugs at http://blackfin.uclinux.org/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lic... |
allwinner-zh/bootloader | 2,635 | u-boot-2011.09/arch/blackfin/lib/ins.S | /*
* arch/blackfin/lib/ins.S - ins{bwl} using hardware loops
*
* Copyright 2004-2008 Analog Devices Inc.
* Copyright (C) 2005 Bas Vermeulen, BuyWays BV <bas@buyways.nl>
* Licensed under the GPL-2 or later.
*/
#include <asm/blackfin.h>
.align 2
#ifdef CONFIG_IPIPE
# define DO_CLI \
[--sp] = rets; \
[--sp] = (... |
allwinner-zh/bootloader | 2,606 | u-boot-2011.09/arch/blackfin/lib/memmove.S | /*
* File: memmove.S
*
* Copyright 2004-2007 Analog Devices Inc.
* Enter bugs at http://blackfin.uclinux.org/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Li... |
allwinner-zh/bootloader | 2,474 | u-boot-2011.09/arch/blackfin/lib/memset.S | /*
* File: memset.S
*
* Copyright 2004-2007 Analog Devices Inc.
* Enter bugs at http://blackfin.uclinux.org/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lic... |
allwinner-zh/bootloader | 2,505 | u-boot-2011.09/arch/blackfin/lib/memcmp.S | /*
* File: memcmp.S
*
* Copyright 2004-2007 Analog Devices Inc.
* Enter bugs at http://blackfin.uclinux.org/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Lic... |
allwinner-zh/bootloader | 2,093 | u-boot-2011.09/arch/blackfin/cpu/cache.S | /*
* Blackfin cache control code
*
* Copyright 2003-2008 Analog Devices Inc.
*
* Enter bugs at http://blackfin.uclinux.org/
*
* Licensed under the GPL-2 or later.
*/
#include <asm/linkage.h>
#include <config.h>
#include <asm/blackfin.h>
.text
/* Since all L1 caches work the same way, we use the same method fo... |
allwinner-zh/bootloader | 7,419 | u-boot-2011.09/arch/blackfin/cpu/start.S | /*
* U-boot - start.S Startup file for Blackfin u-boot
*
* Copyright (c) 2005-2008 Analog Devices Inc.
*
* This file is based on head.S
* Copyright (c) 2003 Metrowerks/Motorola
* Copyright (C) 1998 D. Jeff Dionne <jeff@ryeham.ee.ryerson.ca>,
* Kenneth Albanowski <kjahds@kjahds.com>,
* ... |
allwinner-zh/bootloader | 3,598 | u-boot-2011.09/arch/blackfin/cpu/interrupt.S | /*
* interrupt.S - trampoline default exceptions/interrupts to C handlers
*
* Copyright (c) 2005-2009 Analog Devices Inc.
* Licensed under the GPL-2 or later.
*/
#include <config.h>
#include <asm/blackfin.h>
#include <asm/entry.h>
#include <asm/ptrace.h>
#include <asm/deferred.h>
#include <asm/mach-common/bits/co... |
allwinner-zh/bootloader | 9,900 | u-boot-2011.09/arch/x86/lib/bios_pci.S | /*
* (C) Copyright 2002
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Sof... |
allwinner-zh/bootloader | 11,271 | u-boot-2011.09/arch/x86/lib/bios.S | /*
* (C) Copyright 2002
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free S... |
allwinner-zh/bootloader | 4,179 | u-boot-2011.09/arch/x86/lib/realmode_switch.S | /*
* (C) Copyright 2002
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Sof... |
allwinner-zh/bootloader | 3,406 | u-boot-2011.09/arch/x86/cpu/start.S | /*
* U-boot - x86 Startup Code
*
* (C) Copyright 2008-2011
* Graeme Russ, <graeme.russ@gmail.com>
*
* (C) Copyright 2002
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute... |
allwinner-zh/bootloader | 1,058 | u-boot-2011.09/arch/x86/cpu/resetvec.S | /*
* U-boot - x86 Startup Code
*
* (C) Copyright 2002
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Lice... |
allwinner-zh/bootloader | 2,972 | u-boot-2011.09/arch/x86/cpu/start16.S | /*
* U-boot - x86 Startup Code
*
* (C) Copyright 2008-2011
* Graeme Russ, <graeme.russ@gmail.com>
*
* (C) Copyright 2002,2003
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistr... |
allwinner-zh/bootloader | 2,911 | u-boot-2011.09/arch/x86/cpu/sc520/sc520_car.S | /*
* (C) Copyright 2010-2011
* 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 Foun... |
allwinner-zh/bootloader | 5,562 | u-boot-2011.09/arch/mips/cpu/mips32/cache.S | /*
* Cache-handling routined for MIPS CPUs
*
* 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 General Public License as
* publish... |
allwinner-zh/bootloader | 8,868 | u-boot-2011.09/arch/mips/cpu/mips32/start.S | /*
* Startup Code for MIPS32 CPU-core
*
* 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 General Public License as
* published by... |
allwinner-zh/bootloader | 1,765 | u-boot-2011.09/arch/mips/cpu/mips32/incaip/incaip_wdt.S | /*
* INCA-IP Watchdog timer management code.
*
* 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 General Public License as
* publi... |
allwinner-zh/bootloader | 1,380 | u-boot-2011.09/arch/powerpc/lib/reloc.S | /*
* Copyright (C) 2009 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 ver... |
allwinner-zh/bootloader | 1,768 | u-boot-2011.09/arch/powerpc/lib/ticks.S | /*
* (C) Copyright 2000, 2001
* Erik Theisen, Wave 7 Optics, etheisen@mindspring.com.
* base on code by
* 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... |
allwinner-zh/bootloader | 3,033 | u-boot-2011.09/arch/powerpc/lib/ppcstring.S | /*
* String handling functions for PowerPC.
*
* Copyright (C) 1996 Paul Mackerras.
*
* 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... |
allwinner-zh/bootloader | 2,397 | u-boot-2011.09/arch/powerpc/lib/ppccache.S | /*
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
* Copyright (C) 2000, 2001,2002 Wolfgang Denk <wd@denx.de>
* Copyright Freescale Semiconductor, Inc. 2004, 2006.
*
* See file CREDITS for list of people who contributed to this
* project.
*... |
allwinner-zh/bootloader | 13,362 | u-boot-2011.09/arch/powerpc/cpu/mpc5xx/start.S | /*
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
* Copyright (C) 2000, 2001, 2002 Wolfgang Denk <wd@denx.de>
* Copyright (C) 2003 Martin Winistoerfer, martinwinistoerfer@gmx.ch.
*
* See file CREDITS for list of people who contributed to ... |
allwinner-zh/bootloader | 15,729 | u-boot-2011.09/arch/powerpc/cpu/mpc512x/start.S | /*
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
* Copyright (C) 2000-2009 Wolfgang Denk <wd@denx.de>
* Copyright Freescale Semiconductor, Inc. 2004, 2006.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* Th... |
allwinner-zh/bootloader | 2,971 | u-boot-2011.09/arch/powerpc/cpu/mpc8xx/plprcr_write.S | /*
* (C) Copyright 2004
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free S... |
allwinner-zh/bootloader | 15,139 | u-boot-2011.09/arch/powerpc/cpu/mpc8xx/start.S | /*
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
* Copyright (C) 2000,2001,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... |
allwinner-zh/bootloader | 1,800 | u-boot-2011.09/arch/powerpc/cpu/mpc8xx/kgdb.S | /*
* Copyright (C) 2000 Murray Jensen <Murray.Jensen@cmst.csiro.au>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foun... |
allwinner-zh/bootloader | 17,982 | u-boot-2011.09/arch/powerpc/cpu/mpc8220/start.S | /*
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
* Copyright (C) 2000 - 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... |
allwinner-zh/bootloader | 14,956 | u-boot-2011.09/arch/powerpc/cpu/mpc8220/fec_dma_tasks.S | /*
* Copyright (C) 2004, Freescale Semiconductor, Inc.
*
* This file contains microcode for the FEC controller of the MPC8220.
*/
#include <config.h>
#if defined(CONFIG_MPC8220)
/* sas/sccg, gas target */
.section smartdmaInitData,"aw",@progbits /* Initialized data for task variables */
.section sm... |
allwinner-zh/bootloader | 3,986 | u-boot-2011.09/arch/powerpc/cpu/mpc8220/io.S | /*
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
* Copyright (C) 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com>
* Andreas Heppel <aheppel@sysgo.de>
* Copyright (C) 2003 Wolfgang Denk <wd@denx.de>
*
* See file CREDITS for list of... |
allwinner-zh/bootloader | 30,417 | u-boot-2011.09/arch/powerpc/cpu/mpc83xx/start.S | /*
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
* Copyright (C) 2000, 2001,2002 Wolfgang Denk <wd@denx.de>
* Copyright Freescale Semiconductor, Inc. 2004, 2006, 2008.
*
* See file CREDITS for list of people who contributed to this
* proje... |
allwinner-zh/bootloader | 4,990 | u-boot-2011.09/arch/powerpc/cpu/ppc4xx/cache.S | /*
* This file contains miscellaneous low-level functions.
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Largely rewritten by Cort Dougan (cort@cs.nmt.edu)
* and Paul Mackerras.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Pub... |
allwinner-zh/bootloader | 61,995 | u-boot-2011.09/arch/powerpc/cpu/ppc4xx/start.S | /*
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
* Copyright (C) 2000,2001,2002 Wolfgang Denk <wd@denx.de>
* Copyright (C) 2007 Stefan Roese <sr@denx.de>, DENX Software Engineering
* Copyright (c) 2008 Nuovation System Designs, LLC
* ... |
allwinner-zh/bootloader | 5,865 | u-boot-2011.09/arch/powerpc/cpu/ppc4xx/dcr.S | /*
* (C) Copyright 2001
* Erik Theisen, Wave 7 Optics, etheisen@mindspring.com
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free So... |
allwinner-zh/bootloader | 2,061 | u-boot-2011.09/arch/powerpc/cpu/ppc4xx/kgdb.S | /*
* Copyright (C) 2000 Murray Jensen <Murray.Jensen@cmst.csiro.au>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foun... |
allwinner-zh/bootloader | 7,487 | u-boot-2011.09/arch/powerpc/cpu/mpc86xx/cache.S | #include <config.h>
#include <mpc86xx.h>
#include <version.h>
#include <ppc_asm.tmpl>
#include <ppc_defs.h>
#include <asm/cache.h>
#include <asm/mmu.h>
#ifndef CACHE_LINE_SIZE
# define CACHE_LINE_SIZE L1_CACHE_BYTES
#endif
#if CACHE_LINE_SIZE == 128
#define LG_CACHE_LINE_SIZE 7
#elif CACHE_LINE_SIZE == 32
#define L... |
allwinner-zh/bootloader | 19,508 | u-boot-2011.09/arch/powerpc/cpu/mpc86xx/start.S | /*
* Copyright 2004, 2007 Freescale Semiconductor.
* Srikanth Srinivasan <srikanth.srinivaan@freescale.com>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License a... |
allwinner-zh/bootloader | 3,678 | u-boot-2011.09/arch/powerpc/cpu/mpc86xx/release.S | /*
* Copyright 2004, 2007, 2008 Freescale Semiconductor.
* Srikanth Srinivasan <srikanth.srinivaan@freescale.com>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Lic... |
allwinner-zh/bootloader | 8,217 | u-boot-2011.09/arch/powerpc/cpu/74xx_7xx/cache.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>
#ifndef CACHE_LINE_SIZE
# define CACHE_LINE_SIZE L1_CACHE_BYTES
#endif
#if CACHE_LINE_SIZE == 128
#define LG_CACHE_LINE_SIZE 7
#elif CACHE_LINE_SIZE == 32
#define ... |
allwinner-zh/bootloader | 19,502 | u-boot-2011.09/arch/powerpc/cpu/74xx_7xx/start.S | /*
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
* Copyright (C) 2000,2001,2002 Wolfgang Denk <wd@denx.de>
* Copyright (C) 2001 Josh Huber <huber@mclx.com>
*
* See file CREDITS for list of people who contributed to this
* project.
*
*... |
allwinner-zh/bootloader | 1,770 | u-boot-2011.09/arch/powerpc/cpu/74xx_7xx/kgdb.S | /*
* Copyright (C) 2000 Murray Jensen <Murray.Jensen@cmst.csiro.au>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foun... |
allwinner-zh/bootloader | 4,049 | u-boot-2011.09/arch/powerpc/cpu/74xx_7xx/io.S | /*
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
* Copyright (C) 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com>
* Andreas Heppel <aheppel@sysgo.de>
* Copyright (C) 2002 Wolfgang Denk <wd@denx.de>
*
* See file CREDITS for list of... |
allwinner-zh/bootloader | 27,048 | u-boot-2011.09/arch/powerpc/cpu/mpc8260/start.S | /*
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
* Copyright (C) 2000, 2001,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 redistribut... |
allwinner-zh/bootloader | 1,801 | u-boot-2011.09/arch/powerpc/cpu/mpc8260/kgdb.S | /*
* Copyright (C) 2000 Murray Jensen <Murray.Jensen@cmst.csiro.au>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foun... |
allwinner-zh/bootloader | 18,829 | u-boot-2011.09/arch/powerpc/cpu/mpc5xxx/start.S | /*
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
* Copyright (C) 2000 - 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... |
allwinner-zh/bootloader | 14,434 | u-boot-2011.09/arch/powerpc/cpu/mpc5xxx/firmware_sc_task_bestcomm.impl.S | /*
* Copyright (C) 2001, Software Center, Motorola China.
*
* This file contains microcode for the FEC controller of the MPC5200 CPU.
*/
#include <config.h>
/* sas/sccg, gas target */
.section smartdmaInitData,"aw",@progbits /* Initialized data for task variables */
.section smartdmaTaskTable,"aw",@... |
allwinner-zh/bootloader | 4,049 | u-boot-2011.09/arch/powerpc/cpu/mpc5xxx/io.S | /*
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
* Copyright (C) 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com>
* Andreas Heppel <aheppel@sysgo.de>
* Copyright (C) 2003 Wolfgang Denk <wd@denx.de>
*
* See file CREDITS for list of... |
allwinner-zh/bootloader | 26,653 | u-boot-2011.09/arch/powerpc/cpu/mpc85xx/start.S | /*
* Copyright 2004, 2007-2011 Freescale Semiconductor, Inc.
* Copyright (C) 2003 Motorola,Inc.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* publis... |
allwinner-zh/bootloader | 2,911 | u-boot-2011.09/arch/powerpc/cpu/mpc85xx/fixed_ivor.S | /*
* Copyright 2009 Freescale Semiconductor, Inc.
*
* Kumar Gala <kumar.gala@freescale.com>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published ... |
allwinner-zh/bootloader | 7,858 | u-boot-2011.09/arch/powerpc/cpu/mpc85xx/release.S | /*
* Copyright 2008-2011 Freescale Semiconductor, Inc.
* Kumar Gala <kumar.gala@freescale.com>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* publishe... |
allwinner-zh/bootloader | 16,943 | u-boot-2011.09/arch/powerpc/cpu/mpc824x/start.S | /*
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
* Copyright (C) 2000,2001,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... |
allwinner-zh/bootloader | 4,806 | u-boot-2011.09/arch/powerpc/cpu/mpc824x/drivers/epic/epic2.S | /**************************************
*
* copyright @ Motorola, 1999
*
**************************************/
#include <ppc_asm.tmpl>
#include <ppc_defs.h>
#include <asm/processor.h>
/*********************************************
* function: CoreExtIntEnable
*
* description: Enable 603e core external interr... |
allwinner-zh/bootloader | 1,275 | u-boot-2011.09/arch/powerpc/cpu/mpc824x/drivers/epic/epicutil.S | /**************************************
*
* copyright @ Motorola, 1999
*
*
* This file contains two commonly used
* lower level utility routines.
*
* The utility routines are also in other
* Kahlua device driver libraries. The
* need to be linked in only once.
**************************************/
#includ... |
AloUltraExt/sm64ex-alo | 5,430 | lib/rsp.s | #include "macros.inc"
.set UCODE_SIZE, 0x800
.section .text
.balign 16
glabel rspF3DBootStart
.incbin "rsp/rspboot.bin"
.balign 16
glabel rspF3DBootEnd
.balign 16
#ifndef F3DEX_GBI_SHARED
glabel rspF3DStart
#if SUPER3D_GBI == 1
.incbin "lib/PR/super3d/Super3D.bin"
#else
.incbin "rsp/fast3d.bin" /... |
AloUltraExt/sm64ex-alo | 48,534 | rsp/fast3d.s | .rsp
.include "rsp/rsp_defs.inc"
.include "rsp/gbi.inc"
// This file assumes DATA_FILE and CODE_FILE are set on the command line
.if version() < 110
.error "armips 0.11 or newer is required"
.endif
// Overlay table data member offsets
overlay_load equ 0x0000
overlay_len equ 0x0004
overlay_imem equ 0x0006
.macr... |
AloUltraExt/sm64ex-alo | 1,906 | rsp/rspboot.s | .rsp
.include "rsp/rsp_defs.inc"
// This file assumes CODE_FILE is set on the command line
.create CODE_FILE, 0x04001000
.if defined(VERSION_JP) || defined(VERSION_US)
ori $1, $1, 0x0001
.endif
j boot_04001068
addi $1, $zero, OSTask_addr
boot_load_ucode:
lw $2, OSTask_ucode($1)
addi $... |
AloUltraExt/sm64ex-alo | 49,523 | rsp/audio.s | .rsp
.include "rsp/rsp_defs.inc"
// This file assumes DATA_FILE and CODE_FILE are set on the command line
.if version() < 110
.error "armips 0.11 or newer is required"
.endif
.ifdef VERSION_SH
.definelabel VERSION_SH_CN, 1
.elseifdef VERSION_CN
.definelabel VERSION_SH_CN, 1
.endif
.macro jumpTableEntry, addr
... |
AloUltraExt/sm64ex-alo | 1,214 | asm/rom_header.s | /*
* Super Mario 64 ROM header
* Only the first 0x18 bytes matter to the console.
*/
.byte 0x80, 0x37, 0x12, 0x40 /* PI BSD Domain 1 register */
.word 0x0000000F /* Clockrate setting*/
.word entry_point /* Entrypoint */
/* Revision */
.half 0x0000
.byte 20 /* Major version 2.0 */
.a... |
AloUltraExt/sm64ex-alo | 2,337 | asm/ipl3_font.s | #include "macros.inc"
// 0xA4000B70-0xA4000FFF: IPL3 Font
glabel ipl3_font
.incbin "textures/ipl3_raw/ipl3_font_00.ia1"
.incbin "textures/ipl3_raw/ipl3_font_01.ia1"
.incbin "textures/ipl3_raw/ipl3_font_02.ia1"
.incbin "textures/ipl3_raw/ipl3_font_03.ia1"
.incbin "textures/ipl3_raw/ipl3_font_04.ia1"
.incbin "textures/i... |
AloUltraExt/sm64ex-alo | 24,927 | asm/boot.s | // assembler directives
.set noat // allow manual use of $at
.set noreorder // don't insert nops after branches
#include "macros.inc"
#include <PR/rcp.h>
#define PHYS_TO_CART(addr) ((addr) | 0xB0000000)
.equ CART_ENTRYPOINT, 0x00000008
.equ CART_CHECKSUM0, 0x00000010
.equ CART_CHECKSUM1, 0x00000014
// initial D... |
AloUltraExt/sm64ex-alo | 10,179 | lib/ultra/os/setintmask.s | #include "PR/R4300.h"
#include "PR/rcp.h"
#include "PR/os.h"
#include "sys/asm.h"
#include "sys/regdef.h"
#define MI_INTR_MASK ((1 << 6) - 1)
#ifdef BBPLAYER
#define XOR_VALUE 0xFFFFFFFF
#else
#define XOR_VALUE ~0
#endif
#if LIBULTRA_VERSION > OS_VER_D
#define RO_MOVE ta0
#else
#define RO_MOVE t1
#endif
#ifdef BBPL... |
AloUltraExt/sm64ex-alo | 1,092 | lib/ultra/os/maptlb.s | #include "PR/R4300.h"
#include "sys/asm.h"
#include "sys/regdef.h"
#define index a0
#define pm a1
#define vaddr a2
#define evenpaddr a3
#define oddpaddr 16(sp)
#define asid 20(sp)
.text
LEAF(osMapTLB)
STAY2(mfc0 t0, C0_ENTRYHI)
STAY2(mtc0 index, C0_INX)
STAY2(mtc0 pm, C0_PAGEMASK)
.set noreorder
lw t1,... |
AloUltraExt/sm64ex-alo | 20,892 | lib/ultra/os/exceptasm.s | /* Enforce registers to be 64 bits on modern GCC */
.set gp=64
#include "PR/R4300.h"
#include "sys/asm.h"
#include "sys/regdef.h"
#include "PR/os.h"
#include "PR/rcp.h"
#include "PR/rdb.h"
#include "exceptasm.h"
#include "threadasm.h"
#ifdef BBPLAYER
#include "PR/bcp.h"
#endif
#define KMC_CODE_ENTRY 0xBFF00014
#defi... |
AloUltraExt/sm64ex-alo | 3,639 | lib/ultra/libc/bcopy.s | #include "PR/R4300.h"
#include "sys/asm.h"
#include "sys/regdef.h"
#ifdef BBPLAYER
.set mips2
#endif
.text
LEAF(bcopy)
move a3, a1
beqz a2, ret
beq a0, a1, ret
blt a1, a0, goforwards
add v0, a0, a2
bge a1, v0, goforwards
b gobackwards
goforwards:
blt a2, 16, forwards_bytecopy
a... |
AloUltraExt/sm64ex-alo | 1,625 | lib/ultra/mgu/mtxident.s | /************************************************************************
Copyright (C) 1998,1999 NINTENDO CO,Ltd,
Copyright (C) 1998,1999 MONEGI CORPORATION,
All Rights Reserved
This program is a trade secret of NINTENDO CO,Ltd and MONEGI Corp.
and it is not to be reproduced, published, disclosed to others, copied... |
AloUltraExt/sm64ex-alo | 2,591 | lib/ultra/mgu/translate.s | /************************************************************************
Copyright (C) 1998,1999 NINTENDO CO,Ltd,
Copyright (C) 1998,1999 MONEGI CORPORATION,
All Rights Reserved
This program is a trade secret of NINTENDO CO,Ltd and MONEGI Corp.
and it is not to be reproduced, published, disclosed to others, copi... |
AloUltraExt/sm64ex-alo | 2,014 | lib/ultra/mgu/normalize.s | /************************************************************************
Copyright (C) 1998,1999 NINTENDO CO,Ltd,
Copyright (C) 1998,1999 MONEGI CORPORATION,
All Rights Reserved
This program is a trade secret of NINTENDO CO,Ltd and MONEGI Corp.
and it is not to be reproduced, published, disclosed to others, copi... |
AloUltraExt/sm64ex-alo | 2,162 | lib/ultra/mgu/scale.s | /************************************************************************
Copyright (C) 1998,1999 NINTENDO CO,Ltd,
Copyright (C) 1998,1999 MONEGI CORPORATION,
All Rights Reserved
This program is a trade secret of NINTENDO CO,Ltd and MONEGI Corp.
and it is not to be reproduced, published, disclosed to others, copi... |
AloUltraExt/sm64ex-alo | 1,748 | lib/ultra/mgu/mtxidentf.s | /************************************************************************
Copyright (C) 1998,1999 NINTENDO CO,Ltd,
Copyright (C) 1998,1999 MONEGI CORPORATION,
All Rights Reserved
This program is a trade secret of NINTENDO CO,Ltd and MONEGI Corp.
and it is not to be reproduced, published, disclosed to others, copi... |
AloUltraExt/sm64ex-alo | 2,166 | lib/ultra/mgu/mtxf2l.s | /************************************************************************
Copyright (C) 1998,1999 NINTENDO CO,Ltd,
Copyright (C) 1998,1999 MONEGI CORPORATION,
All Rights Reserved
This program is a trade secret of NINTENDO CO,Ltd and MONEGI Corp.
and it is not to be reproduced, published, disclosed to others, copi... |
AloUltraExt/sm64ex-alo | 1,341 | lib/ultra/bb/sk/skapi.s | #include "sys/asm.h"
#include "sys/regdef.h"
#include "PR/R4300.h"
#include "PR/ultratypes.h"
#include "PR/bcp.h"
#include "PR/rcp.h"
#ifdef BBPLAYER
#define SK_FUNC(name, num) \
LEAF(name) ;\
.set noreorder ;\
li v0, num ;\
... |
AloUltraExt/sm64ex-alo | 2,124 | src/boot/decompress.s | // assembler directives
.set noat // allow manual use of $at
.set noreorder // don't insert nops after branches
.set gp=64
#include "macros.inc"
.section .text, "ax"
// This file is handwritten.
glabel decompress
#if defined(VERSION_EU) || defined(VERSION_SH)
lw $a3, 8($a0)
lw $t9, 0xc($a0)
l... |
AloUltraExt/sm64ex-alo | 154,815 | sound/sequences/00_sound_player.s | #include "seq_macros.inc"
.section .rodata
.align 0
sequence_start:
seq_setmutebhv 0x60
seq_setmutescale 0
#if defined(VERSION_SH) || defined(VERSION_CN)
seq_setvol 100
#else
seq_setvol 127
#endif
seq_settempo 120
seq_initchannels 0x3ff
seq_startchannel 0, .channel0
seq_startchannel 1, .channel1
seq_startchannel ... |
alpertron/calculators | 51,809 | ClassicalMult_64.s | /*
This file is part of Alpertron Calculators.
Copyright 2025 Dario Alejandro Alpern
Alpertron Calculators 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 3 of the License, or
(at your optio... |
alpertron/calculators | 20,169 | ClassicalMult_32.s | /*
This file is part of Alpertron Calculators.
Copyright 2025 Dario Alejandro Alpern
Alpertron Calculators 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 3 of the License, or
(at your optio... |
alpertron/calculators | 8,766 | MontgomeryMult_32.s | @
@ This file is part of Alpertron Calculators.
@
@ Copyright 2025 Dario Alejandro Alpern
@
@ Alpertron Calculators 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 3 of the License, or
@ (at you... |
alpertron/calculators | 6,189 | MontMultGraphic_32.s | @
@ This file is part of Alpertron Calculators.
@
@ Copyright 2025 Dario Alejandro Alpern
@
@ Alpertron Calculators 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 3 of the License, or
@ (at you... |
alpertron/calculators | 8,429 | MontgomeryMult_64.s | /*
This file is part of Alpertron Calculators.
Copyright 2025 Dario Alejandro Alpern
Alpertron Calculators 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 3 of the License, or
(at your optio... |
alpertron/calculators | 5,363 | MontMultGraphic_64.s | /*
This file is part of Alpertron Calculators.
Copyright 2025 Dario Alejandro Alpern
Alpertron Calculators 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 3 of the License, or
(at your optio... |
alpine9000/amiga_examples | 10,317 | 028.bs/items.s | include "includes.i"
xdef __score
xdef __nextPlayerBonus
xdef beeUpSpeed
xdef beeDownSpeed
xdef SetupItemSpriteData
xdef ScrollItemSprites
xdef RenderItemSprite
xdef ResetItems
xdef EnableItemSprites
xdef DetectItemCollisions
xdef InitialiseItems
xdef SwitchItemSpriteBuffers
xdef PrepareItemSpriteData... |
alpine9000/amiga_examples | 3,813 | 028.bs/blitmtext85.s | include "includes.i"
xdef DrawMaskedText85
BLIT_LF_MINTERM equ $ca ; cookie cut
BLIT_WIDTH_WORDS equ 2 ; blit 2 words to allow shifting
BLIT_WIDTH_BYTES equ 4
FONT_HEIGHT equ 8
FONT_WIDTH equ 8
FONTMAP_WIDTH_BYTES equ 32
_SCREEN_BIT_DEPTH equ 5
_BITPLANE_WIDTH_BYTES equ 320/8
DrawMaskedText85:
;; a0 - bitpla... |
alpine9000/amiga_examples | 4,014 | 028.bs/trackloader.s | *** MFMLoader.S by Photon *** ;requires a6=$dff002
xdef LoadMFMB
MFMsync equ $4489 ;AmigaDOS standard sync marker.
MFMlen equ 12980 ;Legacy trackdata read length in bytes
ShortWt:MACRO ;CPU-independent nop;nop replacement
tst.w (a6)
ENDM
MFMcyl: dc.w 0
MFMhead: dc.w 0
MFMdrv: dc.w 0
MFMchk: dc.l 0
... |
alpine9000/amiga_examples | 4,845 | 028.bs/map.s | include "includes.i"
xdef RenderPathway
xdef ClearPathway
RenderPathway:
move.l pathwayLastSafeTileAddress,d5
;; add.l #2,d5
move.l d5,a4
moveq #0,d5
move.l foregroundScrollX,d3
lsr.w #FOREGROUND_SCROLL_SHIFT_CONVERT,d3 ; convert to pixels
lsr.w #3,d3 ; bytes to scroll
move.l foregroundOffscreen,a3... |
alpine9000/amiga_examples | 90,824 | 028.bs/P6112-Play.s | include "P6112-Options.i"
xdef P61_Init
xdef P61_Music
xdef P61_Master
xdef P61_End
; #-----+-----------------------------------------#
; |Name:| P6112 - Optimized Player 6.1 Playroutine|
; +-----+-----------------------------------------+
; |V1.06| P6112,E1x/E2x fix |
; |V1.05| P6111, EDx fix,better init/e... |
alpine9000/amiga_examples | 8,085 | 028.bs/menu.s | include "includes.i"
xdef ShowMenu
xdef levelCounter
SPLASH_COLOR_DEPTH equ 5
SPLASH_SCREEN_WIDTH_BYTES equ 40
PLAY_COPPER_WORD equ $aad1
MENU_SELECTED_TOP_COLOR equ $be0 ;$e71
MENU_SELECTED_BOTTOM_COLOR equ $9d4 ;$fe7
MENU_TEXT_COLOR equ $7ef
MENU_TEXT_BOTTOM_COLOR equ $5cd
MENU_OFFSET equ tutorialTo... |
alpine9000/amiga_examples | 5,347 | 028.bs/blittext.s | include "includes.i"
xdef DrawText8
xdef font
BLIT_LF_MINTERM equ $ca ; cookie cut
BLIT_WIDTH_WORDS equ 2 ; blit 2 words to allow shifting
BLIT_WIDTH_BYTES equ 4
FONT_HEIGHT equ 8
FONT_WIDTH equ 8
FONTMAP_WIDTH_BYTES equ 32
_SCREEN_BIT_DEPTH equ 4
_BITPLANE_WIDTH_BYTES equ 320/8
DrawText8:
;; a0 - bitplane... |
alpine9000/amiga_examples | 2,895 | 028.bs/blitchar.s | include "includes.i"
xdef BlitChar8
DESCENDING equ 1
BLIT_LF_MINTERM equ $ca ; cookie cut
BLIT_WIDTH_WORDS equ 1 ; blit 2 words to allow shifting
BLIT_WIDTH_BYTES equ BLIT_WIDTH_WORDS*2
FONTMAP_WIDTH_BYTES equ 32
_SCREEN_BIT_DEPTH equ 4
_BITPLANE_WIDTH_BYTES equ 320/8
MASKED_FONT equ 1
FONT_WIDTH equ 8
FONT_H... |
alpine9000/amiga_examples | 3,247 | 028.bs/splash.s | include "includes.i"
xdef ShowSplash
xdef ReloadSplashScreen
xdef RestoreSplashMenuSection
xdef splash
xdef splashInvalid
xdef versionText
SPLASH_COLOR_DEPTH equ 5
SPLASH_SCREEN_WIDTH_BYTES equ 40
RestoreSplashMenuSection:
move.l backgroundOffscreen,a0
lea splash,a2
add.l #(134*40*5)+((320-96)/16),a2
... |
alpine9000/amiga_examples | 2,119 | 028.bs/counter.s | xdef RenderCounter
xdef RenderCounterAtY
xdef ResetCounter
xdef IncrementCounter
xdef DecrementCounter
xdef RenderNumber5
xdef RenderNumber4
xdef RenderNumber3
xdef RenderNumber2
xdef ToAscii
RenderCounter:
;; d0.w x position
;; a1.l text
lea panel,a0
move.w #20,d1
jsr DrawText8
rts
RenderC... |
alpine9000/amiga_examples | 3,152 | 028.bs/sound.s | include "includes.i"
xdef PlayNextSound
xdef ResetSound
xdef fadeMusic
ResetSound:
move.l #0,blackoutFrame
rts
PlayNextSound:
cmp.w #0,fadeMusic
beq .dontFadeOutMusic
move.w fadeMusic,d0
add.w d0,P61_Master
cmp.w #0,P61_Master
beq .fadeComplete
cmp.w #64,P61_Master
beq .fadeComplete
bra .dontFadeO... |
alpine9000/amiga_examples | 5,626 | 028.bs/blit.s | include "includes.i"
xdef BlitFillColor
xdef BlitTile
xdef BlitBackgroundTile
xref BlueFill
xref SimpleBlit
;; A(mask) B(bob) C(bg) D(dest)
;; - - - -
;; 0 0 0 0
;; 0 0 1 1
;; 0 1 0 0
;; 0 1... |
alpine9000/amiga_examples | 1,340 | 028.bs/music.s | include "includes.i"
xdef StartMusic
p61Inited:
dc.w 0
StartMusic:
.wait: ; In case there is currently fade in progress
jsr WaitVerticalBlank
jsr PlayNextSound
cmp.w #0,P61_Master
beq .skip
cmp.w #64,P61_Master
blt .wait
cmp.w currentModule,d0
beq .skip
cmp.w #-1,currentModule
beq .fadeComplet... |
alpine9000/amiga_examples | 2,188 | 028.bs/image.s | include "includes.i"
xdef SwitchBuffers
xdef SwitchBackgroundBuffers
xdef SwitchBackgroundBuffers2
xdef PokePanelBitplanePointers
SwitchBuffers:
;; offscreen - bitplane address
move.l foregroundScrollX,d0
lsr.w #FOREGROUND_SCROLL_SHIFT_CONVERT,d0 ; convert to pixels
lsr.w #3,d0 ; bytes to scroll
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.