[U-Boot] [PATCH v4 07/12] SPEAr : Support added for SPEAr600 board

Vipin Kumar hasherror at gmail.com
Thu Jan 14 12:03:47 CET 2010


Hello Tom,

> diff --git a/include/configs/spear.h b/include/configs/spear.h
> new file mode 100755
> index 0000000..a625c31
> --- /dev/null
> +++ b/include/configs/spear.h
> @@ -0,0 +1,251 @@
>
> <snip>
>
> +/*
> + * Serial Configuration (PL011)
> + */
> +#define CONFIG_PL011_SERIAL
> +#define CONFIG_PL011_CLOCK                     (48 * 1000 * 1000)
> +#define CONFIG_PL01x_PORTS                     { (void *)CONFIG_SYS_SERIAL0, \
> +                                               (void *)CONFIG_SYS_SERIAL1 }
> +#define CONFIG_CONS_INDEX                      0
> +#define CONFIG_BAUDRATE                                115200
> +#define CONFIG_SYS_BAUDRATE_TABLE              { 9600, 19200, 38400, \
> +                                               57600, 115200 }
> +#define CONFIG_SYS_SERIAL0                     0xD0000000
> +#define CONFIG_SYS_SERIAL1                     0xD0080000
>
> Is serial config and usbtty mutually exclusive ?
>

Yes, serial is working over UART and USBTTY gives a TTY port
over USB device

Regards
Vipin


More information about the U-Boot mailing list