Simple diff required for booting on MALTA

View: New views
1 Messages — Rating Filter:   Alert me  

Simple diff required for booting on MALTA

by Neelkanth Natu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I am attaching a couple of simple diffs I had to make to get the mips
port booted on MALTA hardware with a MIPS 4Kc processor.

The change to uart_cpu_maltausart.c is to retain the baudrate set up by
YAMON instead of hardcoding it to 115200 (the baudrate set up by YAMON
is 38400).

The change to malta_machdep.c is to make sure that we call mips_timer_early_init() before the first write to console. This is necessary because the ns8250 driver calls DELAY() and without this change we hit a
divide-by-zero error.

Can somebody review these changes and commit them if they look alright?

best
Neel


     

_______________________________________________
freebsd-mips@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mips
To unsubscribe, send any mail to "freebsd-mips-unsubscribe@..."

diff.out (4K) Download Attachment