Home
last modified time | relevance | path

Searched +full:mips32 +full:- +full:linux (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/arch/mips/
H A DKconfig8 default "mips32" if CPU_MIPS32
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"
145 byte order. These modes require different U-Boot images. In general there
164 bool "MIPS32 Release 1"
168 Choose this option to build an U-Boot for release 1 through 5 of the
169 MIPS32 architecture.
[all …]
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dsgidefs.h6 * SPDX-License-Identifier: GPL-2.0
12 * Using a Linux compiler for building Linux seems logic but not to
16 #error Use a Linux compiler or give up.
22 * With the introduction of MIPS32 / MIPS64 instruction sets definitions
H A Dmipsregs.h9 * SPDX-License-Identifier: GPL-2.0
81 * by Linux. A future ELKS port might take make Linux run on them
128 /* MIPS32/64 EntryLo bit definitions */
130 #define MIPS_ENTRYLO_XI (_ULCAST_(1) << (BITS_PER_LONG - 2))
131 #define MIPS_ENTRYLO_RI (_ULCAST_(1) << (BITS_PER_LONG - 1))
190 /* MIPS32/64 EntryHI bit definitions */
454 /* Bits specific to the MIPS32/64 PRA. */
464 * Bits in the MIPS32/64 PRA coprocessor 0 config registers 1 and above.
543 /* bits 10:8 in FTLB-only configurations */
545 /* bits 12:8 in VTLB-FTLB only configurations */
[all …]
/rk3399_rockchip-uboot/doc/
H A DREADME.mips2 Notes for the MIPS architecture port of U-Boot
5 ----------
11 Embedded Debian -- Cross-development toolchains
17 ------------
23 incoherency in most cases, unless the code gets loaded after U-Boot
24 re-initializes the cache. The more common uImage 'bootm' command does
31 * Note that Linux users need to kill dcache_disable() in do_bootelf_exec()
32 or override do_bootelf_exec() not to disable I-/D-caches, because most
33 Linux/MIPS ports don't re-enable caches after entering kernel_entry.
36 -----
[all …]
H A DREADME.scrapyard1 Over time, support for more and more boards gets added to U-Boot -
6 be removed from the U-Boot source tree. The remainders rest in peace
15 ocotea powerpc ppc4xx 29155e73 2015-10-27 Stefan Roese <sr@denx.de>
16 taishan powerpc ppc4xx bb5553c6 2015-10-27 Stefan Roese <sr@denx.de>
17 ebony powerpc ppc4xx 9d9e2f5d 2015-10-27 Stefan Roese <sr@denx.de>
18 taihu powerpc ppc4xx 123b6cd7 2015-10-27 John Otken <jotken@softadvances…
19 lcd4_lwmon5 powerpc ppc4xx b6b5e394 2015-10-02 Stefan Roese <sr@denx.de>
20 da830evm arm arm926ejs d7e8b2b9 2015-09-12 Nick Thompson <nick.thompson@ge…
21 wireless_space arm arm926ejs b352182a 2015-09-12 Albert ARIBAUD <albert.u.boot@a…
22 stxgp3 powerpc mpc85xx 2ec69b88 2015-09-02 Dan Malek <dan@embeddedalley.co…
[all …]
/rk3399_rockchip-uboot/arch/mips/cpu/
H A Dstart.S2 * Startup Code for MIPS32 CPU-core
6 * SPDX-License-Identifier: GPL-2.0+
9 #include <asm-offsets.h>
56 li t0, -16
79 PTR_S sp, GD_MALLOC_BASE(k0) # gd->malloc_base offset
84 /* U-Boot entry point */
94 * device with correct parameters. This config option is board-specific.
102 * Linux expects the Board ID here.
275 move a0, zero # a0 <-- boot_flags = 0
/rk3399_rockchip-uboot/
H A DREADME2 # (C) Copyright 2000 - 2013
5 # SPDX-License-Identifier: GPL-2.0+
11 This directory contains the source code for U-Boot, a boot loader for
17 The development of U-Boot is closely related to Linux: some parts of
18 the source code originate in the Linux source tree, we have some
20 support booting of Linux images.
39 scattered throughout the U-Boot source identifying the people or
43 actual U-Boot source tree; however, it can be created dynamically
53 U-Boot, you should send a message to the U-Boot mailing list at
54 <u-boot@lists.denx.de>. There is also an archive of previous traffic
[all …]