summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* riscv: Fix CPU_ALIGNMENTSebastian Huber2018-08-021-1/+3
* confdefs: Fix uniprocessor configurationSebastian Huber2018-07-302-43/+44
* riscv: Rework CPU counter supportSebastian Huber2018-07-274-5/+91
* riscv: Add CLINT and PLIC supportSebastian Huber2018-07-251-5/+45
* riscv: Use wfi instruction for idle taskSebastian Huber2018-07-252-12/+3
* riscv: Rework exception handlingSebastian Huber2018-07-256-144/+54
* riscv: New CPU_Exception_frameSebastian Huber2018-07-254-64/+203
* riscv: Add exception codesSebastian Huber2018-07-251-0/+39
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2018-07-251-1/+1
* score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber2018-07-258-19/+49
* _SMP_Start_multitasking_on_secondary_processor()Sebastian Huber2018-07-252-11/+22
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2018-07-251-5/+4
* tm27: Fix prototype warningsSebastian Huber2018-07-251-3/+4
* powerpc: Fix _CPU_Instruction_illegal()Sebastian Huber2018-07-251-1/+1
* score: Add _CPU_Instruction_illegal()Sebastian Huber2018-07-2319-0/+100
* score: Add _CPU_Instruction_no_operation()Sebastian Huber2018-07-2019-0/+100
* score: Move context validation declarationsSebastian Huber2018-07-2038-203/+199
* score: Remove obsolete CPU port definesSebastian Huber2018-07-203-34/+0
* dtc: Update VERSIONSebastian Huber2018-07-201-3/+3
* libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber2018-07-202-23/+14
* capture: Include missing header fileSebastian Huber2018-07-191-0/+2
* jffs2: Rename README to VERSIONSebastian Huber2018-07-191-0/+0
* dtc: Add VERSION fileSebastian Huber2018-07-191-0/+19
* libfdt: Add necessary header padding in fdt_create()David Gibson2018-07-191-3/+7
* libfdt: Copy the struct region in fdt_resize()Simon Glass2018-07-191-1/+1
* libfdt: Add helpers for accessing unaligned wordsDavid Gibson2018-07-192-10/+33
* pylibfdt: Add functions to update propertiesSimon Glass2018-07-191-0/+3
* libfdt: Add fdt_check_full() functionDavid Gibson2018-07-192-0/+65
* libfdt: Add fdt_header_size()David Gibson2018-07-192-4/+27
* libfdt: Safer access to memory reservationsDavid Gibson2018-07-191-6/+27
* libfdt: Propagate name errors in fdt_getprop_by_offset()David Gibson2018-07-191-2/+12
* libfdt: Safer access to strings sectionDavid Gibson2018-07-192-4/+75
* libfdt: Make fdt_check_header() more thoroughDavid Gibson2018-07-193-7/+66
* libfdt: Improve sequential write state checkingDavid Gibson2018-07-191-14/+75
* libfdt: Clean up header checking functionsDavid Gibson2018-07-195-36/+47
* Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn2018-07-193-16/+92
* implement strnlen for systems that need itJohn Arbuckle2018-07-191-0/+27
* libfdt: Remove leading underscores from identifiersDavid Gibson2018-07-199-120/+120
* Fix some errors in commentsDavid Gibson2018-07-191-1/+1
* Introduce fdt_setprop_placeholder() methodPantelis Antoniou2018-07-192-3/+48
* Fix a few whitespace and style nitsSimon Glass2018-07-194-7/+6
* Add a libfdt function to write a property placeholderSimon Glass2018-07-192-2/+30
* Adjust libfdt.h to work with swigSimon Glass2018-07-191-1/+20
* libfdt: Change names of sparse helper macrosDavid Gibson2018-07-191-13/+13
* libfdt: Add fdt_setprop_empty()David Gibson2018-07-191-0/+30
* libfdt: Remove undefined behaviour setting empty propertiesDavid Gibson2018-07-191-1/+2
* libfdt: add missing errors to fdt_strerror()Benjamin Fair2018-07-191-0/+3
* libfdt: fix fdt_stringlist_search()Masahiro Yamada2018-07-191-1/+1
* libfdt: fix fdt_stringlist_count()Masahiro Yamada2018-07-191-1/+1
* fdt: strerr: Remove spurious BADOVERLAYMaxime Ripard2018-07-191-1/+0