f802ff1e28
This query copies the kernel command line into the message buffer. It was previously stubbed out to return empty, this commit makes it reflect the arguments specified with `-append`. I observed the following peculiarities on my Pi 3B+: - If the buffer is shorter than the string, the response header gives the full length, but no data is actually copied. - No NUL terminator is added: even if the buffer is long enough to fit one, the buffer's original contents are preserved past the string's end. - The VC firmware adds the following extra parameters beside the user-supplied ones (via /boot/cmdline.txt): `video`, `vc_mem.mem_base` and `vc_mem.mem_size`. This is currently not implemented in qemu. Signed-off-by: Daniel Bertalan <dani@danielbertalan.dev> Message-id: 20230425103250.56653-1-dani@danielbertalan.dev Reviewed-by: Peter Maydell <peter.maydell@linaro.org> [PMM: added comment about NUL and short-buffer behaviour] Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
||
---|---|---|
.. | ||
macio | ||
a9scu.c | ||
allwinner-a10-ccm.c | ||
allwinner-a10-dramc.c | ||
allwinner-cpucfg.c | ||
allwinner-h3-ccu.c | ||
allwinner-h3-dramc.c | ||
allwinner-h3-sysctrl.c | ||
allwinner-sid.c | ||
applesmc.c | ||
arm11scu.c | ||
arm_integrator_debug.c | ||
arm_l2x0.c | ||
arm_sysctl.c | ||
armsse-cpu-pwrctrl.c | ||
armsse-cpuid.c | ||
armsse-mhu.c | ||
armv7m_ras.c | ||
aspeed_hace.c | ||
aspeed_i3c.c | ||
aspeed_lpc.c | ||
aspeed_peci.c | ||
aspeed_sbc.c | ||
aspeed_scu.c | ||
aspeed_sdmc.c | ||
aspeed_xdma.c | ||
auxbus.c | ||
avr_power.c | ||
axp209.c | ||
bcm2835_cprman.c | ||
bcm2835_mbox.c | ||
bcm2835_mphi.c | ||
bcm2835_powermgt.c | ||
bcm2835_property.c | ||
bcm2835_rng.c | ||
bcm2835_thermal.c | ||
cbus.c | ||
debugexit.c | ||
eccmemctl.c | ||
edu.c | ||
empty_slot.c | ||
exynos4210_clk.c | ||
exynos4210_pmu.c | ||
exynos4210_rng.c | ||
grlib_ahb_apb_pnp.c | ||
i2c-echo.c | ||
imx6_ccm.c | ||
imx6_src.c | ||
imx6ul_ccm.c | ||
imx7_ccm.c | ||
imx7_gpr.c | ||
imx7_snvs.c | ||
imx25_ccm.c | ||
imx31_ccm.c | ||
imx_ccm.c | ||
imx_rngc.c | ||
iotkit-secctl.c | ||
iotkit-sysctl.c | ||
iotkit-sysinfo.c | ||
ivshmem.c | ||
Kconfig | ||
lasi.c | ||
led.c | ||
mac_via.c | ||
mchp_pfsoc_dmc.c | ||
mchp_pfsoc_ioscb.c | ||
mchp_pfsoc_sysreg.c | ||
meson.build | ||
mips_cmgcr.c | ||
mips_cpc.c | ||
mips_itu.c | ||
mos6522.c | ||
mps2-fpgaio.c | ||
mps2-scc.c | ||
msf2-sysreg.c | ||
mst_fpga.c | ||
npcm7xx_clk.c | ||
npcm7xx_gcr.c | ||
npcm7xx_mft.c | ||
npcm7xx_pwm.c | ||
npcm7xx_rng.c | ||
nrf51_rng.c | ||
omap_clk.c | ||
omap_gpmc.c | ||
omap_l4.c | ||
omap_sdrc.c | ||
omap_tap.c | ||
pc-testdev.c | ||
pca9552.c | ||
pci-testdev.c | ||
pvpanic-isa.c | ||
pvpanic-pci.c | ||
pvpanic.c | ||
sbsa_ec.c | ||
sifive_e_prci.c | ||
sifive_test.c | ||
sifive_u_otp.c | ||
sifive_u_prci.c | ||
slavio_misc.c | ||
stm32f2xx_syscfg.c | ||
stm32f4xx_exti.c | ||
stm32f4xx_syscfg.c | ||
trace-events | ||
trace.h | ||
tz-mpc.c | ||
tz-msc.c | ||
tz-ppc.c | ||
unimp.c | ||
virt_ctrl.c | ||
vmcoreinfo.c | ||
xlnx-versal-crl.c | ||
xlnx-versal-pmc-iou-slcr.c | ||
xlnx-versal-xramc.c | ||
xlnx-zynqmp-apu-ctrl.c | ||
xlnx-zynqmp-crf.c | ||
zynq_slcr.c |