Displaying 2 results from an estimated 2 matches for "dt_uart_init".
Did you mean:
do_part_init
2013 Aug 29
2
Re: [PATCH V1 17/29] xen/arm: Mark each device used by Xen as disabled in DOM0 FDT
...for the UART. If the path
> + * doesn''t start with ''/'', we assuming that it''s an alias.
> * @options: UART speficic options (see in each UART driver)
> */
> static char __initdata opt_dtuart[30] = "";
> @@ -38,7 +39,7 @@ void __init dt_uart_init(void)
> {
> struct dt_device_node *dev;
> int ret;
> - const char *devalias = opt_dtuart;
> + const char *devpath = opt_dtuart;
> char *options;
>
> if ( !console_has("dtuart") || !strcmp(opt_dtuart, "") )
> @@ -53,12 +54,1...
2013 Jun 18
3
Help on getting serial output on the arndale board
Hi,
Now that the Arndale board is supported in upstream Xen I don''t get any
output on the serial console. I followed the instructions on the wiki
with no luck:
The xen repository I''m using is:
git://xenbits.xen.org/xen.git
last commit: 61c6dfce3296da2643c4c4f90eaab6fa3c1cf8b3
The linux repository is:
git://xenbits.xen.org/people/julieng/linux-arm.git
last commit: