]> git.ipfire.org Git - people/ms/u-boot.git/commit
malta: enable PIIX4 SERIRQ
authorPaul Burton <paul.burton@imgtec.com>
Tue, 26 Nov 2013 17:45:27 +0000 (17:45 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 26 Nov 2013 20:49:34 +0000 (21:49 +0100)
commitbea12b782337105feeb3aeb0875d110eed007803
treef2f850e5ab8953d093ca212d7f5f8f02083133ac
parent72117dadcbbdffda447daa1e26b4cc4007f61160
malta: enable PIIX4 SERIRQ

Whilst U-boot does not require this itself, Linux currently relies upon
it having been muxed and enabled by the bootloader. Thus in order to
preserve compatibility with current kernels before a fix is merged in
Linux we will enable the SERIRQ interrupt and mux it to its pin.

Without doing this current kernels will never receive serial port
interrupts and the end result is typically that userland appears to
hang.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
arch/mips/include/asm/malta.h
board/imgtec/malta/malta.c