commit | dcf57599a61f2c57c6491292b7d1b7d59aa8e4d3 | [log] [tgz] |
---|---|---|
author | Harald Welte <laforge@openmoko.org> | Wed Dec 19 14:19:38 2007 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Mon Feb 04 23:49:13 2008 +0100 |
tree | 965f1a57e000fa705c64f82659a938084e1f4a50 | |
parent | e6c8528bc78997cfbad476bb838e61490686e4f5 [diff] |
ARM: arm920/s3c24xx: IRQ demulitplexer callback This patch adds a IRQ demultiplexer callback to the arm920 cpu core code, plus a stub implementation of it for the S3C2410. The purpose is to allow arm920t implementations such as the s3c24x0 to implement interrupt handlers in u-boot without having to touch core arm920t code. Signed-off-by: Harald Welte <laforge@openmoko.org>