search for: opt_com1

Displaying 3 results from an estimated 3 matches for "opt_com1".

Did you mean: opt_com2
2009 Aug 28
0
[PATCH] properly __initdata-annotate command line option string buffers
...-- 2009-08-18.orig/xen/drivers/char/ns16550.c 2009-07-30 16:50:59.000000000 +0200 +++ 2009-08-18/xen/drivers/char/ns16550.c 2009-08-24 17:49:42.000000000 +0200 @@ -25,7 +25,8 @@ * can be specified in place of a numeric baud rate. Polled mode is specified * by requesting irq 0. */ -static char opt_com1[30] = "", opt_com2[30] = ""; +static char __initdata opt_com1[30] = ""; +static char __initdata opt_com2[30] = ""; string_param("com1", opt_com1); string_param("com2", opt_com2); --- 2009-08-18.orig/xen/drivers/video/vga.c 2009-08-18 1...
2013 Sep 13
10
[PATCH RFC 0/8] xen/arm: initial cubieboard2 support.
See http://www.gossamer-threads.com/lists/xen/devel/297170 for some information on how to get this going. I''ve rebased and addressed the review comments. As before several of the patches are not to be applied because they can be done better using infrastructure from Julien''s "Allow Xen to boot with a raw Device Tree" patch. They are included for completeness. With
2013 Sep 20
20
[PATCH v3 0/7] support for cubieboard2 / sunxi processors
See http://www.gossamer-threads.com/lists/xen/devel/297170 for some information on how to get this going. I''ve rebased and addressed the review comments. With this rebase I''ve picked up some patches from Julien which were required to do things properly, so the gic v7 and device blacklisting patches have been changed to use the proper mechanisms. Previously I was able to boot