Home
last modified time | relevance | path

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

1234567891011

/openbmc/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
/openbmc/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()
/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/
H A Dn1sdp-grub.cfg7 …linux /Image earlycon=pl011,0x2A400000 console=ttyAMA0,115200 root=PARTUUID=6a60524d-061d-454a-bfd…
12 …linux /Image earlycon=pl011,0x2A400000 console=ttyAMA0,115200 root=PARTUUID=6a60524d-061d-454a-bfd…
17 …linux /Image earlycon=pl011,0x2A400000 console=ttyAMA0,115200 root=PARTUUID=6a60524d-061d-454a-bfd…
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/tc/
H A Dbootargs.cfg2 CONFIG_BOOTARGS="console=ttyAMA0 debug earlycon=pl011,0x7ff80000"
/openbmc/u-boot/arch/xtensa/dts/
H A Dml605.dts8 …bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
H A Dkc705.dts8 …bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
H A Dkc705_nommu.dts8 …bootargs = "earlycon=uart8250,mmio32native,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
H A Dml605_nommu.dts8 …bootargs = "earlycon=uart8250,mmio32native,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root…
/openbmc/linux/arch/arc/boot/dts/
H A Dvdk_hs38.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 Dvdk_hs38_smp.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…
/openbmc/linux/arch/mips/boot/dts/realtek/
H A Dcisco_sg220-26.dts14 bootargs = "earlycon console=ttyS0,9600";
/openbmc/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…
/openbmc/linux/arch/arm/boot/dts/socionext/
H A Dmilbeaut-m10v-evb.dts15 bootargs = "rootwait earlycon";
/openbmc/linux/arch/arm64/boot/dts/sprd/
H A Dsp9863a-1h10.dts29 bootargs = "earlycon";
/openbmc/linux/arch/arm/boot/dts/airoha/
H A Den7523-evb.dts18 bootargs = "console=ttyS0,115200 earlycon";
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra234-sim-vdk.dts16 bootargs = "console=ttyS0,115200n8 earlycon=uart8250,mmio32,0x03100000";
/openbmc/u-boot/arch/arm/dts/
H A Dk3-am654-base-board.dts16 bootargs = "earlycon=ns16550a,mmio32,0x02800000";
/openbmc/linux/arch/sh/configs/
H A Dj2_defconfig14 CONFIG_CMDLINE="console=ttyUL0 earlycon"
/openbmc/linux/arch/riscv/boot/dts/canaan/
H A Dk210_generic.dts19 bootargs = "earlycon console=ttySIF0";
/openbmc/linux/arch/openrisc/boot/dts/
H A Dor1ksim.dts14 bootargs = "earlycon";

1234567891011