summaryrefslogtreecommitdiff
path: root/include/linker-defs.h
AgeCommit message (Expand)Author
2017-04-20Introduce new sized integer typedefsKumar Gala
2017-04-07kernel: remove deprecated init levelsAndrew Boie
2017-02-13Xtensa port: Added support for Xtensa architecture to linker-defs.h.Mazen NEIFER
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2017-01-13arch: added support for the riscv32 architectureJean-Paul Etienne
2016-11-12kernel/arch: consolidate tTCS and TNANO definitionsBenjamin Walsh
2016-11-09kernel: deprecate old init levelsAndrew Boie
2016-11-02console: shell: Support multiple modulesYael Avramovich
2016-10-21x86: remove unused linker-defs-arch.hAndrew Boie
2016-07-08nanokernel: move dataCopy() and bssZero() to common codeAndrew Boie
2016-07-06nios2: support more global pointer scenariosAndrew Boie
2016-05-03nios2: basic build, non-functionalAndrew Boie
2016-04-23power_mgmt: APIs for devices to signal busyJithu Joseph
2016-02-05init: Add protection against incorrect levels or prioritiesDmitriy Korovkin
2016-02-05kconfig: define architecture as a kconfig variableAnas Nashif
2016-02-05linker scripts: add _image_text_start/end symbolsBenjamin Walsh
2016-02-05linker scripts: add symbols for ROM/RAM boundariesBenjamin Walsh
2016-02-05x86: Rename PHYS_ADDR/VIRT_ADDR to paddr_t/vaddr_tBenjamin Walsh
2016-02-05checkpatch: warning - block_comment_styleDan Kalowsky
2016-02-05init: Support fine-grained device initialization prioritiesAllan Stephens
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05doxygen: change comment style to match javadocAnas Nashif
2016-02-05Rename VXMICRO_ARCH_arc -> CONFIG_ARCAnas Nashif
2016-02-05Rename VXMICRO_ARCH_arm -> CONFIG_ARMAnas Nashif
2016-02-05Rename VXMICRO_ARCH_x86 -> CONFIG_X86_32Anas Nashif
2016-02-05Eliminate unnecessary references to cpu.h and cputype.hAllan Stephens
2016-02-05Renaming include/nanokernel to include/archDan Kalowsky
2016-02-05Remove VIRT_ADDR_xxx macrosPeter Mitsis
2015-04-10First commitInaky Perez-Gonzalez