Home
last modified time | relevance | path

Searched full:microblaze (Results 1 – 25 of 36) sorted by relevance

12

/rk3399_rockchip-uboot/arch/microblaze/
H A DKconfig1 menu "MicroBlaze architecture"
2 depends on MICROBLAZE
5 default "microblaze"
12 bool "Support microblaze-generic"
22 source "board/xilinx/microblaze-generic/Kconfig"
25 default "arch/microblaze/cpu/u-boot-spl.lds"
H A DMakefile5 head-y := arch/microblaze/cpu/start.o
7 libs-y += arch/microblaze/cpu/
8 libs-y += arch/microblaze/lib/
/rk3399_rockchip-uboot/board/xilinx/microblaze-generic/
H A DMAINTAINERS1 MICROBLAZE-GENERIC BOARD
4 F: board/xilinx/microblaze-generic/
5 F: include/configs/microblaze-generic.h
6 F: configs/microblaze-generic_defconfig
H A Dxparameters.h9 * There is no real target for the microblaze-generic
14 #define XILINX_BOARD_NAME microblaze-generic
16 /* Microblaze is microblaze_0 */
H A DKconfig4 default "microblaze-generic"
11 default "microblaze-generic"
H A DMakefile8 obj-y = microblaze-generic.o
/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dsystem.h2 * include/asm-microblaze/system.h -- Low-level interrupt/thread ops
5 * based upon microblaze version
14 * Microblaze port by John Williams
15 * Microblaze port by John Williams
111 * Not really required on microblaze...
H A Dptrace.h2 * include/asm-microblaze/ptrace.h -- Access to CPU registers
13 * Microblaze port by John Williams
20 /* Microblaze general purpose registers with special meanings. */
42 /* Note these are old v850 values, microblaze has many fewer */
H A Dstring.h2 * include/asm-microblaze/string.h -- Architecture specific string routines
13 * Microblaze port by John Williams
H A Dbyteorder.h2 * include/asm-microblaze/byteorder.h -- Endian id and conversion ops
13 * Microblaze port by John Williams
H A Dposix_types.h2 * include/asm-microblaze/posix_types.h -- Kernel versions of standard types
13 * Microblaze port by John Williams
H A Dprocessor.h15 /* Microblaze board initialization function */
H A Dcache.h11 * The microblaze can have either a 4 or 16 byte cacheline depending on whether
H A Dio.h2 * include/asm-microblaze/io.h -- Misc I/O operations
13 * Microblaze port by John Williams
/rk3399_rockchip-uboot/arch/
H A DKconfig30 config MICROBLAZE config in Architecture select
31 bool "MicroBlaze architecture"
194 source "arch/microblaze/Kconfig"
/rk3399_rockchip-uboot/arch/microblaze/cpu/
H A Du-boot.lds9 OUTPUT_ARCH(microblaze)
17 arch/microblaze/cpu/start.o (.text)
H A Du-boot-spl.lds11 OUTPUT_ARCH(microblaze)
19 arch/microblaze/cpu/start.o (.text)
H A Dtimer.c101 * On Microblaze it just returns the timer value.
110 * On Microblaze it returns the number of timer ticks per second.
/rk3399_rockchip-uboot/doc/
H A Dgit-mailrc57 alias arch arc, arm, bfin, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh…
89 alias microblaze uboot, monstr
90 alias mb microblaze
/rk3399_rockchip-uboot/drivers/net/
H A DKconfig256 depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP)
261 This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs.
264 depends on DM_ETH && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP || MIPS)
269 This MAC is present in Xilinx Microblaze, Zynq and ZynqMP SoCs.
/rk3399_rockchip-uboot/
H A D.travis.yml61 …- if [[ "${TOOLCHAIN}" == *microblaze* ]]; then ./tools/buildman/buildman --fetch-arch microblaze
197 - BUILDMAN="microblaze"
198 TOOLCHAIN="microblaze"
246 BUILDMAN="xilinx -x microblaze"
H A DMAINTAINERS237 T: git git://git.denx.de/u-boot-microblaze.git
286 T: git git://git.denx.de/u-boot-microblaze.git
367 MICROBLAZE
370 T: git git://git.denx.de/u-boot-microblaze.git
371 F: arch/microblaze/
/rk3399_rockchip-uboot/configs/
H A Dmicroblaze-generic_defconfig11 CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic"
/rk3399_rockchip-uboot/include/configs/
H A Dmicroblaze-generic.h12 #include "../board/xilinx/microblaze-generic/xparameters.h"
14 /* MicroBlaze CPU */
/rk3399_rockchip-uboot/tools/buildman/
H A DREADME254 - scanning path '/toolchains/gcc-4.9.0-nolibc/microblaze-linux'
255 - looking in '/toolchains/gcc-4.9.0-nolibc/microblaze-linux/.'
256 - looking in '/toolchains/gcc-4.9.0-nolibc/microblaze-linux/bin'
257 - found '/toolchains/gcc-4.9.0-nolibc/microblaze-linux/bin/microblaze-linux-gcc'
258 - looking in '/toolchains/gcc-4.9.0-nolibc/microblaze-linux/usr/bin'
259 Tool chain test: OK, arch='microblaze', priority 4
390 microblaze: /toolchains/gcc-4.9.0-nolibc/microblaze-linux/bin/microblaze-linux-gcc
469 arc, arm, blackfin, m68k, microblaze, mips, nds32, nios2, openrisc

12