Home
last modified time | relevance | path

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

/Kernel-v11.1.0/.github/workflows/
Dkernel-demos.yml164 MicroBlaze-GCC:
165 name: GCC MicroBlaze Toolchain
208 …://github.com/mdednev/mb-gcc/releases/download/2021-0623%2B2/libnewlib-microblaze-dev_3.3.0-2021-0…
209 …://github.com/mdednev/mb-gcc/releases/download/2021-0623%2B2/libnewlib-microblaze-doc_3.3.0-2021-0…
214 sudo apt install -y ./binutils-microblaze*.deb;
215 sudo apt install -y ./gcc-microblaze*.deb;
216 sudo apt install -y ./libnewlib-microblaze-dev*.deb;
217 sudo apt install -y ./libnewlib-microblaze-doc*.deb;
218 sudo apt install -y ./libnewlib-microblaze*.deb;
228 stepName: Compile Microblaze Port
[all …]
/Kernel-v11.1.0/portable/GCC/MicroBlazeV8/
Dport_exceptions.c60 /* The number of bytes a MicroBlaze instruction consumes. */
63 /* Exclude this entire file if the MicroBlaze is not configured to handle
72 /* This is the structure that is filled with the MicroBlaze context as it
107 /* Fill an xPortRegisterDump structure with the MicroBlaze context as it in vPortExceptionHandler()
173 * The string uses the same ID names as defined in the MicroBlaze standard in vPortExceptionHandler()
275 /* Exclude the entire file if the MicroBlaze is not configured to handle
Dportmacro.h171 * filled with the MicroBlaze context as it was at the time the exception occurred.
175 /* The following structure members hold the values of the MicroBlaze
314 * kernel will run on lots of different MicroBlaze and FPGA configurations - not
328 * different MicroBlaze and FPGA configurations - not all of which will have the
337 * vPortExceptionsInstallHandlers() is only available when the MicroBlaze
361 * in portmacro.h) with the MicroBlaze context, as it was at the time the
Dport.c30 * Implementation of functions defined in portable.h for the MicroBlaze port.
56 /* If the floating point unit is included in the MicroBlaze build, then the
117 * This is essential for the Microblaze port and these lines must in pxPortInitialiseStack()
249 * MicroBlaze and FPGA configurations - not all of which will have the same in xPortStartScheduler()
400 * interrupt because the kernel will run on lots of different MicroBlaze and in vPortTickISR()
430 /* Install exception handlers if the MicroBlaze is configured to handle in prvInitialiseInterruptController()
/Kernel-v11.1.0/portable/GCC/MicroBlazeV9/
Dport_exceptions.c60 /* The number of bytes a MicroBlaze instruction consumes. */
63 /* Exclude this entire file if the MicroBlaze is not configured to handle
72 /* This is the structure that is filled with the MicroBlaze context as it
106 /* Fill an xPortRegisterDump structure with the MicroBlaze context as it in vPortExceptionHandler()
172 * The string uses the same ID names as defined in the MicroBlaze standard in vPortExceptionHandler()
274 /* Exclude the entire file if the MicroBlaze is not configured to handle
Dportmacro.h186 * filled with the MicroBlaze context as it was at the time the exception occurred.
190 /* The following structure members hold the values of the MicroBlaze
329 * kernel will run on lots of different MicroBlaze and FPGA configurations - not
343 * different MicroBlaze and FPGA configurations - not all of which will have the
352 * vPortExceptionsInstallHandlers() is only available when the MicroBlaze
376 * in portmacro.h) with the MicroBlaze context, as it was at the time the
Dport.c30 * Implementation of functions defined in portable.h for the MicroBlaze port.
57 /* If the floating point unit is included in the MicroBlaze build, then the
135 * This is essential for the Microblaze port and these lines must in pxPortInitialiseStack()
275 * MicroBlaze and FPGA configurations - not all of which will have the same in xPortStartScheduler()
466 * interrupt because the kernel will run on lots of different MicroBlaze and in vPortTickISR()
497 /* Install exception handlers if the MicroBlaze is configured to handle in prvInitialiseInterruptController()
/Kernel-v11.1.0/
DCMakeLists.txt101 " GCC_MICROBLAZE - Compiler: GCC Target: MicroBlaze\n"
102 " GCC_MICROBLAZE_V8 - Compiler: GCC Target: MicroBlaze V8\n"
103 " GCC_MICROBLAZE_V9 - Compiler: GCC Target: MicroBlaze V9\n"
DHistory.txt39 + Add support for 64-bit Microblaze processor to the MicroblazeV9 port. We
305 + Add portMEMORY_BARRIER to Microblaze port. Contributed by @bbain.
762 + Bug fix in vPortEnableInterrupt() for the GCC Microblaze port to protect
763 the read modify write access to an internal Microblaze register.
1114 + Microblaze port: Added option for port optimised task selection.
1115 + Microblaze port: Previously tasks inherited the exception enable state
1117 exceptions enabled if the Microblaze design supports exceptions.
1138 + Remove Microblaze demos that were using obsolete tools.
1161 + Some updates to the Xilinx Microblaze GCC port.
1182 + Added Microblaze demo that uses the 2014.4 version of the Xilinx SDK and
[all …]
Dsbom.spdx1698 FileName: ./portable/GCC/MicroBlaze/port.c
1699 SPDXID: SPDXRef-File-portable-GCC-MicroBlaze-port.c
/Kernel-v11.1.0/portable/GCC/MicroBlaze/
Dport.c30 * Implementation of functions defined in portable.h for the MicroBlaze port.
99 * This is essential for the Microblaze port and these lines must in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/
DCMakeLists.txt280 # Xilinx MicroBlaze soft core ports for GCC
282 GCC/MicroBlaze/port.c
283 GCC/MicroBlaze/portasm.s>
882 # Xilinx MicroBlaze soft core ports for GCC
883 $<$<STREQUAL:${FREERTOS_PORT},GCC_MICROBLAZE>:${CMAKE_CURRENT_LIST_DIR}/GCC/MicroBlaze>
/Kernel-v11.1.0/include/
Ddeprecated_definitions.h177 #include "../../Source/portable/GCC/MicroBlaze/portmacro.h"