Home
last modified time | relevance | path

Searched refs:earlycon (Results 1 – 25 of 87) sorted by relevance

1234

/Linux-v5.4/drivers/tty/serial/
Dearlycon.c58 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()
DMakefile8 obj-$(CONFIG_SERIAL_EARLYCON) += earlycon.o
9 obj-$(CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST) += earlycon-arm-semihost.o
10 obj-$(CONFIG_SERIAL_EARLYCON_RISCV_SBI) += earlycon-riscv-sbi.o
/Linux-v5.4/arch/arc/boot/dts/
Dvdk_hs38.dts17 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 conso…
Dvdk_hs38_smp.dts17 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 conso…
Daxs101.dts17 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 conso…
Daxs103.dts20 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-…
Daxs103_idu.dts20 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 print…
Dnsim_hs_idu.dts15 …bootargs = "earlycon=arc_uart,mmio32,0xc0fc1000,115200n8 console=ttyARC0,115200n8 print-fatal-sign…
Dnsim_700.dts17 …bootargs = "earlycon=arc_uart,mmio32,0xc0fc1000,115200n8 console=ttyARC0,115200n8 print-fatal-sign…
/Linux-v5.4/arch/xtensa/boot/dts/
Dkc705_nommu.dts9 …bootargs = "earlycon=uart8250,mmio32,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/…
Dkc705.dts9 …bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
Dcsp.dts11 …bootargs = "earlycon=cdns,0xfd000000,115200 console=tty0 console=ttyPS0,115200 root=/dev/ram0 rw e…
/Linux-v5.4/arch/arm/boot/dts/
Dmilbeaut-m10v-evb.dts15 bootargs = "rootwait earlycon";
Dbcm47189-luxul-xap-1440.dts15 bootargs = "earlycon";
Dbcm47094-luxul-xap-1610.dts15 bootargs = "earlycon";
Dbcm4708-luxul-xap-1510.dts15 bootargs = "console=ttyS0,115200 earlycon";
Dbcm47094-luxul-xbr-4500.dts16 bootargs = "earlycon";
Dbcm4708-luxul-xwc-1000.dts19 bootargs = "console=ttyS0,115200 earlycon";
Dbcm47094-luxul-abr-4500.dts16 bootargs = "earlycon";
/Linux-v5.4/arch/arm64/boot/dts/xilinx/
Dzynqmp-zc1254-revA.dts26 bootargs = "earlycon";
Dzynqmp-zc1275-revA.dts26 bootargs = "earlycon";
/Linux-v5.4/arch/sh/configs/
Dj2_defconfig14 CONFIG_CMDLINE="console=ttyUL0 earlycon"
/Linux-v5.4/arch/openrisc/boot/dts/
Dor1ksim.dts14 bootargs = "earlycon";
Dsimple_smp.dts13 bootargs = "earlycon";
/Linux-v5.4/drivers/firmware/efi/
DMakefile34 obj-$(CONFIG_EFI_EARLYCON) += earlycon.o

1234