u-boot-brain/cpu/i386
Graeme Russ 3f5f18d12d Moved generic (triple fault) reset code
Moved from interrupts.c to cpu.c and made into a weak function to
allow vendor specific override

Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
added to the vendor specific code without the need to remember to
#undef usage of the generic method and if you forget to include your
custom reset method, you will always get the default.

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2009-01-24 01:12:20 +01:00
..
config.mk * Code cleanup: 2003-06-27 21:31:46 +00:00
cpu.c Moved generic (triple fault) reset code 2009-01-24 01:12:20 +01:00
interrupts.c Moved generic (triple fault) reset code 2009-01-24 01:12:20 +01:00
Makefile Renamed cpu/i386/reset.S to resetvec.S 2009-01-24 01:06:25 +01:00
resetvec.S Renamed cpu/i386/reset.S to resetvec.S 2009-01-24 01:06:25 +01:00
sc520_asm.S rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
sc520.c Fixed path to sc520 SSI include file 2008-12-10 00:34:09 +01:00
serial.c cpu/i386/serial.c: Fix syntax errors 2008-07-14 21:19:08 +02:00
start.S i386: Renamed show_boot_progress in assembler code 2008-10-28 00:26:35 +01:00
start16.S Big white-space cleanup. 2008-05-21 00:14:08 +02:00
timer.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00