u-boot-brain/board/atmel/atstk1000
Haavard Skinnemoen caf83ea888 avr32: Use the same entry point for reset and exception handling
Since the reset vector is always aligned to a very large boundary, we
can save a couple of KB worth of alignment padding by placing the
exception vectors at the same address.

Deciding which one it is is easy: If we're handling an exception, the
CPU is in Exception mode. If we're starting up after reset, the CPU is
in Supervisor mode. So this adds a very minimal overhead to the reset
path (only executed once) and the exception handling path (normally
never executed at all.)

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2008-05-27 15:27:30 +02:00
..
atstk1000.c avr32: Clean up the HMATRIX code 2008-05-27 15:27:29 +02:00
config.mk Move atstk1000 files into vendor specific directory. 2006-10-24 14:51:36 +02:00
eth.c board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS 2007-07-09 18:47:45 -05:00
flash.c avr32: Get rid of the .flashprog section 2008-05-27 15:27:29 +02:00
Makefile AVR32: Enable networking 2007-04-14 16:14:06 +02:00
u-boot.lds avr32: Use the same entry point for reset and exception handling 2008-05-27 15:27:30 +02:00