| /linux/drivers/tty/serial/ |
| H A 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 strscpy(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()
|
| H A D | Makefile | 9 obj-$(CONFIG_SERIAL_EARLYCON) += earlycon.o 10 obj-$(CONFIG_SERIAL_EARLYCON_SEMIHOST) += earlycon-semihost.o 11 obj-$(CONFIG_SERIAL_EARLYCON_RISCV_SBI) += earlycon-riscv-sbi.o
|
| /linux/arch/m68k/virt/ |
| H A D | config.c | 110 char earlycon[24]; in config_virt() local 112 snprintf(earlycon, sizeof(earlycon), "early_gf_tty,0x%08x", in config_virt() 114 setup_earlycon(earlycon); in config_virt()
|
| /linux/Documentation/arch/arm64/ |
| H A D | arm-cca.rst | 55 (specifically earlycon) must be specified in the upper half of IPA. 56 For earlycon this can be done by specifying the address on the 58 of the emulated UART at 0x1000000: ``earlycon=uart,mmio,0x101000000``
|
| /linux/arch/arc/boot/dts/ |
| H A D | vdk_hs38.dts | 17 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 conso…
|
| H A D | vdk_hs38_smp.dts | 17 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 conso…
|
| H A D | axs101.dts | 17 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 conso…
|
| H A D | axs103.dts | 20 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-…
|
| H A D | axs103_idu.dts | 20 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 print…
|
| H A D | nsim_700.dts | 17 …bootargs = "earlycon=uart8250,mmio32,0xf0000000,115200n8 console=ttyS0,115200n8 print-fatal-signal…
|
| /linux/arch/xtensa/boot/dts/ |
| H A D | kc705_nommu.dts | 9 …bootargs = "earlycon=uart8250,mmio32,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/…
|
| H A D | kc705.dts | 9 …bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
|
| H A D | csp.dts | 11 …bootargs = "earlycon=cdns,0xfd000000,115200 console=tty0 console=ttyPS0,115200 root=/dev/ram0 rw e…
|
| /linux/arch/arm/boot/dts/socionext/ |
| H A D | milbeaut-m10v-evb.dts | 15 bootargs = "rootwait earlycon";
|
| /linux/arch/mips/boot/dts/realtek/ |
| H A D | cisco_sg220-26.dts | 15 bootargs = "earlycon console=ttyS0,9600";
|
| /linux/arch/arm64/boot/dts/sprd/ |
| H A D | sp9863a-1h10.dts | 29 bootargs = "earlycon";
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra234-sim-vdk.dts | 15 bootargs = "console=ttyS0,115200n8 earlycon=uart8250,mmio32,0x03100000";
|
| /linux/arch/arm/boot/dts/airoha/ |
| H A D | en7523-evb.dts | 18 bootargs = "console=ttyS0,115200 earlycon";
|
| /linux/arch/sh/configs/ |
| H A D | j2_defconfig | 14 CONFIG_CMDLINE="console=ttyUL0 earlycon"
|
| /linux/arch/riscv/boot/dts/canaan/ |
| H A D | k210_generic.dts | 23 bootargs = "earlycon console=ttySIF0";
|
| /linux/arch/openrisc/boot/dts/ |
| H A D | or1ksim.dts | 14 bootargs = "earlycon";
|
| H A D | simple-smp.dtsi | 12 bootargs = "earlycon";
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm47189-luxul-xap-1440.dts | 15 bootargs = "earlycon";
|
| /linux/arch/arm64/boot/dts/xilinx/ |
| H A D | zynqmp-zcu1275-revA.dts | 27 bootargs = "earlycon";
|
| H A D | zynqmp-zc1254-revA.dts | 27 bootargs = "earlycon";
|