u-boot-brain/cpu/i386
Graeme Russ ead056bc20 Added MMCR reset functionality
Reset function specific to AMD SC520 microcontroller - Is more of a
'hard reset' that the triple fault.

Requires CONFIG_SYS_RESET_SC520 to be defined in config

I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
but ld requires that a object file in a library arhive MUST contain
at least one function which does not override a weak function (and is
called from outside the object file) in order for that object file to
be extracted from the archive. This would be the only function on the
new file, and hence, will never get linked in.

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2009-01-24 01:13:25 +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 Added MMCR reset functionality 2009-01-24 01:13:25 +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