Searched refs:earlycon (Results 1 – 25 of 99) sorted by relevance
1234
| /Linux-v5.10/drivers/tty/serial/ |
| D | earlycon.c | 58 struct console *earlycon = device->con; in earlycon_init() local 68 earlycon->index = simple_strtoul(s, NULL, 10); in earlycon_init() 70 strlcpy(earlycon->name, name, min(len + 1, sizeof(earlycon->name))); in earlycon_init() 71 earlycon->data = &early_console_dev; in earlycon_init() 76 struct console *earlycon = device->con; in earlycon_print_info() local 82 earlycon->name, earlycon->index, in earlycon_print_info() 89 earlycon->name, earlycon->index, in earlycon_print_info()
|
| D | Makefile | 8 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.10/arch/riscv/boot/dts/kendryte/ |
| D | k210.dts | 15 bootargs = "earlycon console=ttySIF0";
|
| /Linux-v5.10/arch/arc/boot/dts/ |
| D | vdk_hs38.dts | 17 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 conso…
|
| D | axs101.dts | 17 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 conso…
|
| D | vdk_hs38_smp.dts | 17 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 conso…
|
| D | axs103.dts | 20 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-…
|
| D | axs103_idu.dts | 20 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 print…
|
| D | nsim_700.dts | 17 …bootargs = "earlycon=uart8250,mmio32,0xf0000000,115200n8 console=ttyS0,115200n8 print-fatal-signal…
|
| /Linux-v5.10/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-v5.10/arch/arm/boot/dts/ |
| D | milbeaut-m10v-evb.dts | 15 bootargs = "rootwait earlycon";
|
| D | bcm47189-luxul-xap-1440.dts | 15 bootargs = "earlycon";
|
| D | bcm47094-luxul-xap-1610.dts | 15 bootargs = "earlycon";
|
| D | bcm47094-luxul-xbr-4500.dts | 16 bootargs = "earlycon";
|
| D | bcm47094-luxul-xwc-2000.dts | 16 bootargs = "earlycon";
|
| D | bcm47094-luxul-abr-4500.dts | 16 bootargs = "earlycon";
|
| /Linux-v5.10/arch/arm64/boot/dts/sprd/ |
| D | sp9863a-1h10.dts | 29 bootargs = "earlycon";
|
| /Linux-v5.10/arch/arm64/boot/dts/nvidia/ |
| D | tegra234-sim-vdk.dts | 16 bootargs = "console=ttyS0,115200n8 earlycon=uart8250,mmio32,0x03100000";
|
| /Linux-v5.10/arch/arm64/boot/dts/xilinx/ |
| D | zynqmp-zc1254-revA.dts | 26 bootargs = "earlycon";
|
| D | zynqmp-zc1275-revA.dts | 26 bootargs = "earlycon";
|
| /Linux-v5.10/arch/sh/configs/ |
| D | j2_defconfig | 14 CONFIG_CMDLINE="console=ttyUL0 earlycon"
|
| /Linux-v5.10/arch/openrisc/boot/dts/ |
| D | or1ksim.dts | 14 bootargs = "earlycon";
|
| /Linux-v5.10/arch/arm64/boot/dts/qcom/ |
| D | msm8992-msft-lumia-talkman.dts | 27 bootargs = "earlycon=efifb console=efifb acpi=no";
|
1234