summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bsps/xqspipsu: Add SFDP config space read abilityHEADmasterKinsey Moore40 hours3-0/+69
* bsps/xqspipsu: Break out RDIDKinsey Moore40 hours2-16/+44
* build: Remove enabled-by special caseSebastian Huber3 days6-18/+30
* libdl: Use _CPU_Get_TLS_thread_pointer()Sebastian Huber10 days1-67/+6
* score: Add _CPU_Get_TLS_thread_pointer()Sebastian Huber10 days20-0/+184
* build: Add target to build scriptsSebastian Huber10 days13-0/+13
* rtems: rtems_configuration_get_interrupt_stack_size()Sebastian Huber10 days3-2/+16
* score: Fix TLS support for some code modelsSebastian Huber10 days4-60/+109
* bsp/stm32h7: Exclude some testsSebastian Huber10 days1-0/+2
* arm/lm3s69xx: Exclude monitor test programSebastian Huber10 days1-0/+1
* validation: Add RTEMS_DEFINE_GLOBAL_SYMBOL() testSebastian Huber11 days1-1/+29
* sp37: Check ISR level of system initSebastian Huber11 days1-0/+18
* build: Merge regulator build into library itemSebastian Huber12 days2-20/+3
* tests: Improve RTEMS_DEFINE_GLOBAL_SYMBOL() testsSebastian Huber12 days2-5/+24
* score: Fix RTEMS_DEFINE_GLOBAL_SYMBOL()Sebastian Huber12 days1-2/+3
* microblaze: Fix relocation targetsAlex White13 days1-9/+10
* build: Use build context for custom commandsSebastian Huber14 days13-28/+20
* bsps/zynqmp: Add locking around JFFS2 NAND adapterKinsey Moore2023-09-061-4/+26
* bsps/xnandpsu: Ensure correct cache maintenanceKinsey Moore2023-09-061-0/+21
* cpukit/jffs2: Avoid delayed work lock inversionKinsey Moore2023-09-061-1/+13
* microblaze: Add link options to dl07, dl08, and dl09Alex White2023-08-303-3/+12
* build: Allow enabled-by in ldflags for link_cc and link_cxxAlex White2023-08-301-3/+10
* microblaze: Add dl05 to expected failuresAlex White2023-08-301-0/+6
* microblaze: Add dl06 to expected failuresAlex White2023-08-301-1/+3
* microblaze: Align exception-related sectionsAlex White2023-08-301-4/+4
* microblaze: Add libdl supportAlex White2023-08-307-1/+402
* cpukit/libdl: Fix incorrect operator precedence access the nameChris Johns2023-08-281-1/+2
* cpukit/libdl: Correctly account for section alignmentsChris Johns2023-08-282-19/+13
* libdl: Realloc text memory if there are trampolinesChris Johns2023-08-2720-196/+525
* spec/testsuite/dl: Fix optimization flagsChris Johns2023-08-2712-11/+23
* cpukit/score/aarch64: Use correct MAIR indexKinsey Moore2023-08-221-2/+2
* x86_64/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-5/+9
* v850/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* sparc64/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* sh/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* moxie/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* mips/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* m68k/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* lm32/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* i386/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* bfin/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* bsps/arm/imxrt: Optimize nocache memory settingsChristian Mauderer2023-08-211-2/+2
* bsps/arm/imxrt1166: Enable USBChristian Mauderer2023-08-213-46/+85
* bsps/imxrt: Fix enabling USBPHY in fsl_clockChristian Mauderer2023-08-211-0/+8
* libdl: Add support to import base image TLS symbolsChris Johns2023-08-2113-59/+421
* spec/cpukit: Omit Cortex-M from libdebugger buildKinsey Moore2023-08-181-1/+9
* Address Regulator warning for no prototype for memset()zack2023-08-151-0/+1
* build: Make gzip archives reproducibleSebastian Huber2023-08-141-1/+1
* cpukit/libdl: AARCH64 unwind uses DWARF 2 tablesChris Johns2023-08-122-1/+17
* Add the Regulator Interface and testJoel Sherrill2023-08-1110-0/+2795