Go to file
Andrew Boie 2d5645e57a nios2: add minimal crt0.S
At the moment this just jumps into prep_c, with comments left
on other things that need to be done. Having this here ensures that
the early boot code isn't discarded by gc-sections.

vector_table.c removed, it isn't the right approach for this CPU.
Proper method for initializing reset and exception vectors still
being investigated.

Change-Id: Id7965c671f1a55c42ecfb65119497405a646bec4
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-05-09 18:09:26 +00:00
arch nios2: add minimal crt0.S 2016-05-09 18:09:26 +00:00
boards
doc
drivers drivers/nble: Fix passing uninitialized write request structure 2016-05-09 16:34:19 +03:00
include nios2: add minimal crt0.S 2016-05-09 18:09:26 +00:00
kernel kernel: _MOVE_INSTR needs to be defined for CONFIG_ARC 2016-05-05 00:06:03 -07:00
lib libc: newlib: fix RAM config names for ARC 2016-05-05 14:08:50 +00:00
misc
net Bluetooth: BR/EDR: Reset pairing context when needed 2016-05-09 16:54:14 +00:00
samples samples: shell now emits a banner 2016-05-05 11:24:30 +00:00
scripts checkpatch: Remove Change-Id warning 2016-05-05 11:24:06 +00:00
tests Bluetooth: shell: Add BR/EDR PSM server registration 2016-05-07 07:07:10 +00:00
.checkpatch.conf
.gitattributes
.gitignore build: rename non-generated linker scripts to .ld extension 2016-05-09 18:09:26 +00:00
.gitreview
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
Makefile build: rename non-generated linker scripts to .ld extension 2016-05-09 18:09:26 +00:00
Makefile.inc
zephyr-env.sh