Searched refs:earlycon (Results 1 – 25 of 81) sorted by relevance
1234
/Linux-v4.19/drivers/tty/serial/ |
D | earlycon.c | 58 struct console *earlycon = device->con; in earlycon_init() local 69 earlycon->index = simple_strtoul(s, NULL, 10); in earlycon_init() 71 strlcpy(earlycon->name, name, min(len + 1, sizeof(earlycon->name))); in earlycon_init() 72 earlycon->data = &early_console_dev; in earlycon_init() 77 earlycon->name, earlycon->index, in earlycon_init() 84 earlycon->name, earlycon->index, in earlycon_init()
|
D | Makefile | 8 obj-$(CONFIG_SERIAL_EARLYCON) += earlycon.o 9 obj-$(CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST) += earlycon-arm-semihost.o
|
/Linux-v4.19/arch/xtensa/boot/dts/ |
D | kc705_nommu.dts | 9 …bootargs = "earlycon=uart8250,mmio32,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/…
|
D | kc705.dts | 9 …bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
|
D | csp.dts | 11 …bootargs = "earlycon=cdns,0xfd000000,115200 console=tty0 console=ttyPS0,115200 root=/dev/ram0 rw e…
|
/Linux-v4.19/arch/arc/boot/dts/ |
D | vdk_hs38.dts | 20 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 conso…
|
D | vdk_hs38_smp.dts | 20 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 conso…
|
D | axs101.dts | 20 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 conso…
|
D | axs103.dts | 23 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-…
|
D | axs103_idu.dts | 23 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 print…
|
/Linux-v4.19/arch/arm64/boot/dts/ti/ |
D | k3-am654-base-board.dts | 16 bootargs = "earlycon=ns16550a,mmio32,0x02800000";
|
/Linux-v4.19/arch/arm64/boot/dts/xilinx/ |
D | zynqmp-zc1254-revA.dts | 26 bootargs = "earlycon";
|
D | zynqmp-zc1275-revA.dts | 26 bootargs = "earlycon";
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | bcm47189-luxul-xap-1440.dts | 16 bootargs = "earlycon";
|
D | bcm47094-luxul-xap-1610.dts | 15 bootargs = "earlycon";
|
D | bcm4708-luxul-xap-1510.dts | 15 bootargs = "console=ttyS0,115200 earlycon";
|
D | bcm4708-luxul-xwc-1000.dts | 19 bootargs = "console=ttyS0,115200 earlycon";
|
D | bcm47094-luxul-abr-4500.dts | 16 bootargs = "earlycon";
|
D | bcm47094-luxul-xbr-4500.dts | 16 bootargs = "earlycon";
|
D | zynq-microzed.dts | 24 bootargs = "earlycon";
|
D | bcm47094-luxul-xwr-3150-v1.dts | 16 bootargs = "earlycon";
|
D | bcm47189-luxul-xap-810.dts | 16 bootargs = "earlycon";
|
/Linux-v4.19/arch/sh/configs/ |
D | j2_defconfig | 14 CONFIG_CMDLINE="console=ttyUL0 earlycon"
|
/Linux-v4.19/arch/openrisc/boot/dts/ |
D | or1ksim.dts | 14 bootargs = "earlycon";
|
D | simple_smp.dts | 13 bootargs = "earlycon";
|
1234