Home
last modified time | relevance | path

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

1234567

/linux/drivers/tty/serial/
H A Dearlycon.c58 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 DMakefile9 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 Dconfig.c110 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 Darm-cca.rst55 (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 Dvdk_hs38.dts17 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 conso…
H A Dvdk_hs38_smp.dts17 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 conso…
H A Daxs101.dts17 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 conso…
H A Daxs103.dts20 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-…
H A Daxs103_idu.dts20 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=tty0 console=ttyS3,115200n8 print…
H A Dnsim_700.dts17 …bootargs = "earlycon=uart8250,mmio32,0xf0000000,115200n8 console=ttyS0,115200n8 print-fatal-signal…
/linux/arch/xtensa/boot/dts/
H A Dkc705_nommu.dts9 …bootargs = "earlycon=uart8250,mmio32,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/…
H A Dkc705.dts9 …bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
H A Dcsp.dts11 …bootargs = "earlycon=cdns,0xfd000000,115200 console=tty0 console=ttyPS0,115200 root=/dev/ram0 rw e…
/linux/arch/arm/boot/dts/socionext/
H A Dmilbeaut-m10v-evb.dts15 bootargs = "rootwait earlycon";
/linux/arch/mips/boot/dts/realtek/
H A Dcisco_sg220-26.dts15 bootargs = "earlycon console=ttyS0,9600";
/linux/arch/arm64/boot/dts/sprd/
H A Dsp9863a-1h10.dts29 bootargs = "earlycon";
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra234-sim-vdk.dts15 bootargs = "console=ttyS0,115200n8 earlycon=uart8250,mmio32,0x03100000";
/linux/arch/arm/boot/dts/airoha/
H A Den7523-evb.dts18 bootargs = "console=ttyS0,115200 earlycon";
/linux/arch/sh/configs/
H A Dj2_defconfig14 CONFIG_CMDLINE="console=ttyUL0 earlycon"
/linux/arch/riscv/boot/dts/canaan/
H A Dk210_generic.dts23 bootargs = "earlycon console=ttySIF0";
/linux/arch/openrisc/boot/dts/
H A Dor1ksim.dts14 bootargs = "earlycon";
H A Dsimple-smp.dtsi12 bootargs = "earlycon";
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm47189-luxul-xap-1440.dts15 bootargs = "earlycon";
/linux/arch/arm64/boot/dts/xilinx/
H A Dzynqmp-zcu1275-revA.dts27 bootargs = "earlycon";
H A Dzynqmp-zc1254-revA.dts27 bootargs = "earlycon";

1234567