zephyr/misc
Anas Nashif ecf96d2cfa arduino 101: make factory bootloader config the default
The Arduino 101 comes with a bootloader that supports DFU
and flashing of all cores using the dfu-util package.

This changes the memory layout of the image built for the
Arduino 101 and remove previous work-arounds to allow booting,
including the version-header section in the linker script.

The bootloader expects the text section at +0x30 from the physical
load address and thus requires special treatment in the linker
script.

Other changes by Andrew Boie:
The flash size parameters were both wrong. X86 side has 192K
of flash from 0x4003000 - 0x40060000, the entire span of
sys_flash1.

ARC side is now the span from 0x40010000 - 0x40030000, 128K.

Change-Id: Iecfa5d2b84a3f522d9eca06268d6b8b71a094aaa
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-09-17 11:13:59 +00:00
..
debug x86: improve exception APIs 2016-07-28 18:13:24 +00:00
generated unified/build: allow building the unified kernel 2016-09-13 17:12:55 -04:00
Kconfig arduino 101: make factory bootloader config the default 2016-09-17 11:13:59 +00:00
Makefile build: Add C++ support 2016-02-05 20:25:23 -05:00
cpp_ctors.c build: Add C++ support 2016-02-05 20:25:23 -05:00
cpp_dtors.c build: Add C++ support 2016-02-05 20:25:23 -05:00
cpp_init_array.c build: Add C++ support 2016-02-05 20:25:23 -05:00
cpp_virtual.c build: Add C++ support 2016-02-05 20:25:23 -05:00
cpp_vtable.cpp build: Add C++ support 2016-02-05 20:25:23 -05:00
printk.c printk: make _char_out globally accessible 2016-08-28 07:47:28 -04:00
reboot.c reboot: add reboot infrastructure 2016-02-05 20:24:43 -05:00