
2013/11/26 Paul Burton paul.burton@imgtec.com:
This series fixes a few issues with the MIPS Malta board. The first 2 patches correct the handling of the UART baudrate and allow Linux to correctly inherit that used by U-boot. The third patch enables an interrupt which Linux relies upon but does not enable itself. I will submit a patch to Linux in due course but enabling it in U-boot is required in order for current Linux kernels to function correctly. The final patch isn't a fix but allows larger kernel images to be booted which improves the experience of using U-boot on a Malta.
Paul Burton (4): mips: don't hardcode Malta env baudrate malta: correct UART baudrate malta: enable PIIX4 SERIRQ malta: set CONFIG_SYS_BOOTM_LEN to 64MB
arch/mips/include/asm/malta.h | 7 +++++++ arch/mips/lib/bootm.c | 6 ++++-- board/imgtec/malta/malta.c | 12 ++++++++++++ include/configs/malta.h | 3 ++- 4 files changed, 25 insertions(+), 3 deletions(-)
-- 1.8.4.2
all patches applied to u-boot-mips/master, thanks