Initialize an 8250 serial port to 8N1 parameters
void init_8250 (unsigned address, unsigned baud, unsigned clk, unsigned divisor);
The init_8250() function initializes an 8250 serial port to 8N1 parameters. Use this function before calling image_download_8250() to get an IFS over a serial port.
None