mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
3f5f18d12d
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> |
||
---|---|---|
.. | ||
config.mk | ||
cpu.c | ||
interrupts.c | ||
Makefile | ||
resetvec.S | ||
sc520.c | ||
sc520_asm.S | ||
serial.c | ||
start.S | ||
start16.S | ||
timer.c |