Home
last modified time | relevance | path

Searched full:mips (Results 1 – 25 of 130) sorted by relevance

123456

/rk3399_rockchip-uboot/doc/
H A DREADME.boston1 MIPS Boston Development Board
7 The MIPS Boston development board is built around an FPGA & 3 PCIe controllers,
11 the successor of the older MIPS Malta board.
19 branch of git://git.linux-mips.org/pub/scm/paul/qemu.git and used like so:
21 $ git clone git://git.linux-mips.org/pub/scm/paul/qemu.git -b boston
42 http://codescape-mips-sdk.imgtec.com/components/toolchain/2015.06-05/
44 The "IMG GNU Linux Toolchain" is capable of building for all current MIPS ISAs,
H A DREADME.qemu-mips9 Supports the "-M mips" configuration of qemu: serial,NE2000,IDE.
18 Notes for the Qemu MIPS port
27 # qemu-system-mips -M mips -bios u-boot.bin -nographic
31 # qemu-system-mipsel -M mips -bios u-boot.bin -nographic
35 # qemu-system-mips64 -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic
39 # qemu-system-mips64el -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic
49 # qemu-system-mips[64][el] [-cpu MIPS64R2-generic] -M mips -pflash flash -nographic
58 #patch to fix mips interrupt init on 2.6.24.y kernel
67 # tools/mkimage -A mips -O linux -T kernel -C gzip -a 0x80010000 -e 0x80245650 -n "Linux 2.6.24.y" …
133 # qemu-system-mips -M mips -pflash flash -monitor null -nographic -net nic -net user -tftp `pwd` -h…
[all …]
H A DREADME.mips2 Notes for the MIPS architecture port of U-Boot
33 Linux/MIPS ports don't re-enable caches after entering kernel_entry.
46 * Limited testing across different MIPS variants
H A DREADME.malta1 MIPS Malta board
3 How to flash using a MIPS Navigator Probe:
H A DREADME.standalone22 machine-dependent way. PowerPC, ARM, MIPS, Blackfin and Nios II
24 'global_data' structure: r2 on PowerPC, r9 on ARM, k0 on MIPS,
57 MIPS 0x80200000 0x80200000
/rk3399_rockchip-uboot/arch/mips/
H A DKconfig1 menu "MIPS architecture"
2 depends on MIPS
5 default "mips"
16 bool "Support qemu-mips"
134 source "board/qemu-mips/Kconfig"
135 source "arch/mips/mach-ath79/Kconfig"
136 source "arch/mips/mach-bmips/Kconfig"
137 source "arch/mips/mach-pic32/Kconfig"
139 if MIPS
144 Some MIPS boards can be configured for either little or big endian
[all …]
H A DMakefile5 head-y := arch/mips/cpu/start.o
13 libs-y += arch/mips/cpu/
14 libs-y += arch/mips/lib/
21 machdirs := $(patsubst %,arch/mips/mach-%/,$(machine-y))
26 # Optimize for MIPS architectures
42 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
H A Dconfig.mk40 PLATFORM_ELFFLAGS += -B mips $(OBJCOPYFLAGS)
43 # From Linux arch/mips/Makefile
50 # The DECStation requires an ECOFF kernel for remote booting, other MIPS
/rk3399_rockchip-uboot/board/qemu-mips/
H A DMAINTAINERS1 QEMU-MIPS BOARD
4 F: board/qemu-mips/
5 F: include/configs/qemu-mips.h
H A DKconfig4 default "qemu-mips"
7 default "qemu-mips" if 32BIT
H A DMakefile8 obj-y = qemu-mips.o
/rk3399_rockchip-uboot/arch/mips/cpu/
H A Du-boot.lds14 OUTPUT_ARCH(mips)
52 * .rel must come last so that the mips-relocs tool can shrink
100 .MIPS.stubs : {
101 *(.MIPS.stubs)
H A Du-boot-spl.lds10 OUTPUT_ARCH(mips)
83 .MIPS.stubs : {
84 *(.MIPS.stubs)
/rk3399_rockchip-uboot/arch/mips/lib/
H A Dasm-offsets.c8 * Kevin Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com
9 * Copyright (C) 2000 MIPS Technologies, Inc.
20 COMMENT("MIPS pt_regs offsets."); in output_ptreg_defines()
H A Dtraps.c6 * Kevin D. Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com
8 * Copyright (C) 2000, 2001, 2012 MIPS Technologies, Inc. All rights reserved.
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dasm.h4 * Copyright (C) 2001 MIPS Technologies, Inc.
7 * Some useful macros for MIPS assembler code
144 * MIPS IV pref instruction.
147 * MIPS IV implementations are free to treat this as a nop. The R5000
180 * MIPS ISA IV/V movn/movz instructions and equivalents for older CPUs.
220 #endif /* MIPS IV, MIPS V, MIPS32 or MIPS64 */
404 * Some cp0 registers were extended to 64bit for MIPS III.
H A Dsections.h12 * __rel_start: Relocation data generated by the mips-relocs tool
14 * See arch/mips/lib/reloc.c for details on the format & use of this data.
H A Dunaligned.h2 * Copyright (C) 2007 Ralf Baechle (ralf@linux-mips.org)
17 #error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"
H A Dsgidefs.h4 * Copyright (C) 2001 MIPS Technologies, Inc.
23 * MIPS ISAs are no longer subsets of each other. Therefore comparisons
H A Daddrspace.h33 * 32-bit MIPS address spaces
60 * the R8000 doesn't have them so don't reference these in generic MIPS code.
144 * The ultimate limited of the 64-bit MIPS architecture: 2 bits for selecting
H A Dptrace.h19 * arch/mips/kernel/ptrace.c.
54 * sense on MIPS. We rather want an error if they get invoked.
/rk3399_rockchip-uboot/
H A D.travis.yml62 - if [[ "${TOOLCHAIN}" == *mips* ]]; then ./tools/buildman/buildman --fetch-arch mips ; fi
200 - BUILDMAN="mips"
201 TOOLCHAIN="mips"
314 QEMU_TARGET="mips-softmmu"
316 TOOLCHAIN="mips"
322 TOOLCHAIN="mips"
328 TOOLCHAIN="mips"
334 TOOLCHAIN="mips"
/rk3399_rockchip-uboot/arch/
H A DKconfig35 config MIPS config in Architecture select
36 bool "MIPS architecture"
195 source "arch/mips/Kconfig"
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_gt64120.c5 * Copyright (C) 1999, 2000, 2004 MIPS Technologies, Inc.
6 * Authors: Carsten Langgaard <carstenl@mips.com>
7 * Maciej W. Rozycki <macro@mips.com>
/rk3399_rockchip-uboot/tools/buildman/
H A DREADME285 - scanning path '/toolchains/gcc-4.9.0-nolibc/mips-linux'
286 - looking in '/toolchains/gcc-4.9.0-nolibc/mips-linux/.'
287 - looking in '/toolchains/gcc-4.9.0-nolibc/mips-linux/bin'
288 - found '/toolchains/gcc-4.9.0-nolibc/mips-linux/bin/mips-linux-gcc'
289 - looking in '/toolchains/gcc-4.9.0-nolibc/mips-linux/usr/bin'
290 Tool chain test: OK, arch='mips', priority 4
325 - scanning path '/toolchains/gcc-4.6.3-nolibc/mips-linux'
326 - looking in '/toolchains/gcc-4.6.3-nolibc/mips-linux/.'
327 - looking in '/toolchains/gcc-4.6.3-nolibc/mips-linux/bin'
328 - found '/toolchains/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux-gcc'
[all …]

123456