summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bsp/riscv: Use CPU counter btimerSebastian Huber2018-07-252-69/+1
* bsp/riscv: Add basic SMP startupSebastian Huber2018-07-258-28/+299
* riscv: Add CLINT and PLIC supportSebastian Huber2018-07-254-67/+49
* riscv: Use wfi instruction for idle taskSebastian Huber2018-07-252-12/+3
* bsps/riscv: Update linker-symbols.hSebastian Huber2018-07-252-16/+16
* bsp/riscv: Add reset via for SiFive Test FinisherSebastian Huber2018-07-251-5/+18
* bsp/riscv: Add and use riscv_fdt_get_address()Sebastian Huber2018-07-255-25/+81
* bsp/riscv: Disable HTIF support by defaultSebastian Huber2018-07-251-2/+2
* bsp/riscv: Fix HTIF warningsSebastian Huber2018-07-255-5/+62
* riscv: Rework exception handlingSebastian Huber2018-07-2515-170/+120
* 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-259-19/+74
* _SMP_Start_multitasking_on_secondary_processor()Sebastian Huber2018-07-257-17/+28
* bsps: bsp_start_on_secondary_processor()Sebastian Huber2018-07-257-15/+23
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2018-07-257-11/+12
* tm27: Fix prototype warningsSebastian Huber2018-07-251-3/+4
* powerpc: Fix _CPU_Instruction_illegal()Sebastian Huber2018-07-251-1/+1
* bsps: Fix function declaration warningsSebastian Huber2018-07-2410-17/+20
* smptests: Fix format warningsSebastian Huber2018-07-242-14/+36
* block05: Remove unused variableSebastian Huber2018-07-241-5/+0
* psxthreadname01: Fix out of bounds memory accessSebastian Huber2018-07-241-6/+6
* psxtimer02: Fix parameter type castSebastian Huber2018-07-241-1/+1
* sptests/sp20: Remove unused variableSebastian Huber2018-07-241-1/+0
* samples: Fix warningsSebastian Huber2018-07-242-2/+6
* bsp/beagle: Fix warningsSebastian Huber2018-07-241-5/+5
* score: Add _CPU_Instruction_illegal()Sebastian Huber2018-07-2320-34/+106
* score: Add _CPU_Instruction_no_operation()Sebastian Huber2018-07-2020-5/+102
* score: Move context validation declarationsSebastian Huber2018-07-2039-204/+202
* 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