u-boot/arch/arc
Alexey Brodkin 89576072cb arc: make sure _start is in the beginning of .text section
This is important to have entry point in the beginning of .text section
because it allows simple loading and execution of U-Boot.

For example pre-bootloader loads U-Boot in memory starting from offset
0x81000000 and then just jumps to the same address.

Otherwise pre-bootloader would need to find-out where entry-point is. In
its turn if it deals with binary image of U-Boot there's no way for
pre-bootloader to get required value.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
2015-04-10 18:45:34 +03:00
..
cpu arc: make sure _start is in the beginning of .text section 2015-04-10 18:45:34 +03:00
dts board: Switch Abilis TB-100 board to Driver Model for serial port 2015-04-03 09:47:49 +03:00
include/asm arc: add support for SLC (System Level Cache, AKA L2-cache) 2015-04-03 09:47:50 +03:00
lib arc: make sure _start is in the beginning of .text section 2015-04-10 18:45:34 +03:00
Kconfig arc: minor fixes in Kconfig 2015-04-03 09:47:49 +03:00
Makefile arc: introduce separate section for interrupt vector table 2015-01-15 22:38:42 +03:00
config.mk generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig 2015-03-28 09:03:08 -04:00