/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/ |
H A D | feature-microblaze-versions.inc | 1 # MicroBlaze versions are defined as features, the features are setup to 5 # Versions before v9.0 of MicroBlaze use a versioning scheme of "vX.YY.Z" 6 # (where Z = [abc]). For v8.* versions of MicroBlaze the revision (Z) changes 11 # Since v9.0 of MicroBlaze the revision (Z) part of versions was entirely 32 # MicroBlaze versions 33 TUNEVALID[v8.00] = "MicroBlaze version 8.00" 34 TUNEVALID[v8.10] = "MicroBlaze version 8.10" 35 TUNEVALID[v8.20] = "MicroBlaze version 8.20" 36 TUNEVALID[v8.30] = "MicroBlaze version 8.30" 37 TUNEVALID[v8.40] = "MicroBlaze version 8.40" [all …]
|
H A D | arch-microblaze.inc | 1 # MicroBlaze architecture tune feature configuration 4 TUNEVALID[microblaze] = "MicroBlaze" 5 MACHINEOVERRIDES =. "${@bb.utils.contains("TUNE_FEATURES", "microblaze", "microblaze:", "", d)}" 8 TUNEVALID[64-bit] = "64-bit MicroBlaze" 13 TUNEVALID[bigendian] = "Use Microblaze Big Endian" 51 require conf/machine/include/microblaze/feature-microblaze-versions.inc 52 require conf/machine/include/microblaze/feature-microblaze-math.inc 54 # Architecture name, either 'microblaze' or 'microblazeel' depending on endianess 55 TUNE_ARCH = "microblaze${@bb.utils.contains("TUNE_FEATURES", "bigendian", "", "el", d)}" 61 TUNE_PKGARCH = "microblaze${MBPKGARCH_SIZE}${MBPKGARCH_ENDIAN}${MBPKGARCH_VERSION}${MBPKGARCH_TUNE}…
|
H A D | tune-microblaze.inc | 1 DEFAULTTUNE ?= "microblaze" 3 require conf/machine/include/microblaze/arch-microblaze.inc 5 AVAILTUNES += "microblaze" 6 TUNE_FEATURES:tune-microblaze = "microblaze" 7 PACKAGE_EXTRA_ARCHS:tune-microblaze = "${TUNE_PKGARCH}"
|
/openbmc/u-boot/arch/microblaze/ |
H A D | Kconfig | 1 menu "MicroBlaze architecture" 2 depends on MICROBLAZE 5 default "microblaze" 12 bool "Support microblaze-generic" 23 source "board/xilinx/microblaze-generic/Kconfig" 26 default "arch/microblaze/cpu/u-boot-spl.lds"
|
H A D | Makefile | 3 head-y := arch/microblaze/cpu/start.o 5 libs-y += arch/microblaze/cpu/ 6 libs-y += arch/microblaze/lib/
|
/openbmc/linux/arch/microblaze/ |
H A D | Kconfig | 2 config MICROBLAZE config 54 microblaze architectures can be configured for either little or 86 source "arch/microblaze/Kconfig.platform" 143 The address space of Microblaze processors is only 4 Gigabytes large 169 hex "Microblaze reset vector address setup" 173 If zero, no change will be made to the MicroBlaze reset vector at 209 bool "Support for Microblaze Manager" 212 This option enables API for configuring the MicroBlaze manager
|
H A D | Makefile | 21 # 2. MicroBlaze v3.x always uses them, except in Spartan 2 51 libs-y += arch/microblaze/lib/ 53 boot := arch/microblaze/boot 63 $(Q)$(MAKE) $(build)=arch/microblaze/kernel/syscalls all 89 echo ' name of a dts file from the arch/microblaze/boot/dts/ directory'
|
/openbmc/u-boot/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 | 8 * There is no real target for the microblaze-generic 13 /* Microblaze is microblaze_0 */
|
H A D | Kconfig | 4 default "microblaze-generic" 11 default "microblaze-generic"
|
/openbmc/u-boot/drivers/sysreset/ |
H A D | Kconfig | 23 example on Microblaze where reset logic can be controlled via GPIO 27 bool "Enable support for Microblaze soft reset" 28 depends on MICROBLAZE 30 This is soft reset on Microblaze which does jump to 0x0 address.
|
/openbmc/qemu/configs/targets/ |
H A D | microblazeel-linux-user.mak | 1 TARGET_ARCH=microblaze 5 TARGET_XML_FILES=gdb-xml/microblaze-core.xml gdb-xml/microblaze-stack-protect.xml
|
H A D | microblazeel-softmmu.mak | 1 TARGET_ARCH=microblaze 5 TARGET_XML_FILES=gdb-xml/microblaze-core.xml gdb-xml/microblaze-stack-protect.xml
|
H A D | microblaze-linux-user.mak | 1 TARGET_ARCH=microblaze 6 TARGET_XML_FILES=gdb-xml/microblaze-core.xml gdb-xml/microblaze-stack-protect.xml
|
H A D | microblaze-softmmu.mak | 1 TARGET_ARCH=microblaze 6 TARGET_XML_FILES=gdb-xml/microblaze-core.xml gdb-xml/microblaze-stack-protect.xml
|
/openbmc/qemu/hw/microblaze/ |
H A D | Kconfig | 4 depends on MICROBLAZE 14 depends on MICROBLAZE 26 depends on MICROBLAZE
|
/openbmc/u-boot/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 */
|
/openbmc/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/ |
H A D | build-toolchain.sh | 5 TARGET=microblaze-linux-musl 6 LINUX_ARCH=microblaze 13 …x/meta-xilinx/refs/tags/xlnx-rel-v2024.1/meta-microblaze/recipes-devtools/gcc/gcc-12/0009-Patch-mi…
|
/openbmc/linux/arch/microblaze/include/uapi/asm/ |
H A D | elf.h | 18 * Note there is no "official" ELF designation for Microblaze. 19 * I've snaffled the value from the microblaze binutils source code 20 * /binutils/microblaze/include/elf/microblaze.h
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | run_wrapper.rst | 193 - ``$HOME/toolchains/microblaze/gcc-9.2.0-nolibc/microblaze-linux/bin/microblaze-linux`` 194 if we have downloaded the microblaze toolchain from the 0-day 294 - ``$HOME/toolchains/microblaze/gcc-9.2.0-nolibc/microblaze-linux/bin/microblaze-linux`` 295 if we have downloaded the microblaze toolchain from the 0-day
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | page.h | 37 * CONFIG_KERNEL_START is defined in arch/microblaze/config.in and used 38 * in arch/microblaze/Makefile. 78 * | asm-microblaze/page.h 110 /* Handle MicroBlaze processor with virtual memory. */
|
/openbmc/qemu/linux-user/microblaze/ |
H A D | target_mman.h | 2 * arch/microblaze/include/asm/processor.h: 9 /* arch/microblaze/include/uapi/asm/elf.h */
|
/openbmc/qemu/target/microblaze/ |
H A D | meson.build | 19 target_arch += {'microblaze': microblaze_ss} 20 target_system_arch += {'microblaze': microblaze_system_ss}
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | unwind.c | 2 * Backtrace support for Microblaze 33 * On Microblaze, finding the previous stack frame is a little tricky. 34 * At this writing (3/2010), Microblaze does not support CONFIG_FRAME_POINTERS, 40 * Microblaze stores the stack pointer in r1, and creates a frame via 59 * @instr : Microblaze instruction 267 * microblaze_unwind - Stack unwinder for Microblaze (external entry point)
|