| /rk3399_rockchip-uboot/arch/microblaze/ |
| H A D | Kconfig | 1 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 D | Makefile | 5 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 D | MAINTAINERS | 1 MICROBLAZE-GENERIC BOARD 4 F: board/xilinx/microblaze-generic/ 5 F: include/configs/microblaze-generic.h 6 F: configs/microblaze-generic_defconfig
|
| H A D | xparameters.h | 9 * There is no real target for the microblaze-generic 14 #define XILINX_BOARD_NAME microblaze-generic 16 /* Microblaze is microblaze_0 */
|
| H A D | Kconfig | 4 default "microblaze-generic" 11 default "microblaze-generic"
|
| H A D | Makefile | 8 obj-y = microblaze-generic.o
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | system.h | 2 * 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 D | ptrace.h | 2 * 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 D | string.h | 2 * include/asm-microblaze/string.h -- Architecture specific string routines 13 * Microblaze port by John Williams
|
| H A D | byteorder.h | 2 * include/asm-microblaze/byteorder.h -- Endian id and conversion ops 13 * Microblaze port by John Williams
|
| H A D | posix_types.h | 2 * include/asm-microblaze/posix_types.h -- Kernel versions of standard types 13 * Microblaze port by John Williams
|
| H A D | processor.h | 15 /* Microblaze board initialization function */
|
| H A D | cache.h | 11 * The microblaze can have either a 4 or 16 byte cacheline depending on whether
|
| H A D | io.h | 2 * include/asm-microblaze/io.h -- Misc I/O operations 13 * Microblaze port by John Williams
|
| /rk3399_rockchip-uboot/arch/ |
| H A D | Kconfig | 30 config MICROBLAZE config in Architecture select 31 bool "MicroBlaze architecture" 194 source "arch/microblaze/Kconfig"
|
| /rk3399_rockchip-uboot/arch/microblaze/cpu/ |
| H A D | u-boot.lds | 9 OUTPUT_ARCH(microblaze) 17 arch/microblaze/cpu/start.o (.text)
|
| H A D | u-boot-spl.lds | 11 OUTPUT_ARCH(microblaze) 19 arch/microblaze/cpu/start.o (.text)
|
| H A D | timer.c | 101 * 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 D | git-mailrc | 57 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 D | Kconfig | 256 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.yml | 61 …- if [[ "${TOOLCHAIN}" == *microblaze* ]]; then ./tools/buildman/buildman --fetch-arch microblaze … 197 - BUILDMAN="microblaze" 198 TOOLCHAIN="microblaze" 246 BUILDMAN="xilinx -x microblaze"
|
| H A D | MAINTAINERS | 237 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 D | microblaze-generic_defconfig | 11 CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic"
|
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | microblaze-generic.h | 12 #include "../board/xilinx/microblaze-generic/xparameters.h" 14 /* MicroBlaze CPU */
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | README | 254 - 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
|