summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-09imfs: Replace devfs with an IMFS specializationSebastian Huber18-816/+213
2020-03-09imfs: Simplify code generationSebastian Huber1-11/+17
2020-03-09imfs: Remove unused handlersSebastian Huber1-6/+1
2020-03-09imfs: Constify imfs_memfile_bytes_per_blockSebastian Huber4-40/+2
2020-03-09imfs: Use _IMFS_get_time()Sebastian Huber1-6/+5
2020-03-09libio: Constify some functionsSebastian Huber1-4/+4
2020-03-04console: Use IMFS_add_node() for simple task consSebastian Huber1-20/+50
2020-03-04console: Use IMFS_add_node() for simple consoleSebastian Huber1-17/+38
2020-03-04imfs: Add IMFS_add_node()Sebastian Huber5-16/+312
2020-03-04imfs: Simplify IMFS_create_node()Sebastian Huber1-3/+4
2020-03-04imfs: Remove IMFS_NODE_FLAG_NAME_ALLOCATEDSebastian Huber3-17/+39
2020-03-04rtems: rtems_scheduler_get_processor_maximum()Sebastian Huber4-54/+3
2020-03-04config: Remove <rtems/btimer.h> includeSebastian Huber1-4/+0
2020-03-03rtems: Add rtems_scheduler_map_priority_from_posix()Sebastian Huber3-0/+89
2020-03-03rtems: Add rtems_scheduler_map_priority_to_posix()Sebastian Huber3-0/+89
2020-03-02dtc: Update VERSIONSebastian Huber1-3/+3
2020-03-02libfdt: Allow exclusion of fdt_check_full()Simon Glass1-63/+0
2020-03-02libfdt: Add support for disabling ordering check/fixupSimon Glass1-1/+2
2020-03-02libfdt: Add support for disabling version checksSimon Glass3-24/+32
2020-03-02libfdt: Add support for disabling rollback handlingSimon Glass1-3/+15
2020-03-02libfdt: Add support for disabling sanity checksSimon Glass2-24/+48
2020-03-02libfdt: Add support for disabling dtb checksSimon Glass4-29/+45
2020-03-02Add a way to control the level of checks in the codeSimon Glass1-0/+104
2020-03-02libfdt: De-inline fdt_header_size()Simon Glass2-4/+10
2020-03-02libfdt: Correct prototype for fdt_ro_probe_()David Gibson1-2/+2
2020-03-02libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_stLuc Michel1-2/+2
2020-03-02libfdt: Allow #size-cells of 0David Gibson1-3/+5
2020-03-02libfdt: Tweak data handling to satisfy CoverityDavid Gibson3-12/+18
2020-03-02libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring12-551/+12
2020-03-02libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speedNicholas Piggin2-14/+33
2020-03-02libfdt: Introduce fdt_create_with_flags()Nicholas Piggin3-3/+66
2020-03-02libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin2-6/+39
2020-03-02libfdt: Make fdt_get_max_phandle() an inlineDavid Gibson2-13/+11
2020-03-02libfdt: Add phandle generation helperThierry Reding2-0/+37
2020-03-02libfdt: Add new maximum phandle lookup functionThierry Reding3-15/+46
2020-03-02libfdt: add fdt_append_addrrange()AKASHI Takahiro2-0/+108
2020-03-02Revert "libfdt: Add phandle generation helper"David Gibson3-51/+0
2020-03-02libfdt: Add phandle generation helperThierry Reding3-0/+51
2020-03-02libfdt: Fix FDT_ERR_NOTFOUND typos in documentationGeert Uytterhoeven1-2/+2
2020-03-02libfdt: Fix fdt_getprop_by_offset() parameter name in documentationGeert Uytterhoeven1-1/+1
2020-03-02libfdt: Don't use memcpy to handle unaligned reads on ARMDavid Gibson1-7/+15
2020-03-02libfdt: return correct value if #size-cells property is not presentJohn Clarke2-4/+14
2020-02-28score: Fix context switch extensions (SMP)Sebastian Huber7-3/+74
2020-02-26config: Initialize IO drivers on demandSebastian Huber4-13/+75
2020-02-25score: Fix label defined but not used warningSebastian Huber1-0/+2
2020-02-25config: Resurrect NULL_DRIVER_TABLE_ENTRYSebastian Huber1-1/+3
2020-02-25config: Add <rtems/confdefs/wkspace.h>Sebastian Huber3-263/+232
2020-02-25config: Add <rtems/confdefs/objectsposix.h>Sebastian Huber3-198/+200
2020-02-25config: Add <rtems/confdefs/wkspacesupport.h>Sebastian Huber3-25/+66
2020-02-25config: Add <rtems/confdefs/objectsclassic.h>Sebastian Huber3-113/+129