[U-Boot] [PATCH 06/15] Moved generic (triple fault) reset code
Wolfgang Denk
wd at denx.de
Sat Jan 24 01:12:33 CET 2009
Dear Graeme Russ,
In message <1228606151-10839-7-git-send-email-graeme.russ at gmail.com> you wrote:
> Moved from interrupts.c to cpu.c and made into a weak function to allow
> vendor specific override
>
> Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
> ---
> 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
> ---
> cpu/i386/cpu.c | 17 +++++++++++++++++
> cpu/i386/interrupts.c | 16 ----------------
> 2 files changed, 17 insertions(+), 16 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Though a program be but three lines long,
someday it will have to be maintained."
- The Tao of Programming
More information about the U-Boot
mailing list