On Jun 20, 2018, at 12:29 PM, Jared McNeill <jmcneill%invisible.ca@localhost> wrote:Sure, but where is the code for the brcm2835 platform that *processes* it? I see stuff for parsing console / fb options, but not for standard boot flags.Firmware puts the string in /chosen/bootargs and we pick it up here: https://nxr.netbsd.org/xref/src/sys/arch/evbarm/fdt/fdt_machdep.c#378The standard args are then processed here: https://nxr.netbsd.org/xref/src/sys/arch/evbarm/fdt/fdt_machdep.c#491
Sure, but where is the code for the brcm2835 platform that *processes* it? I see stuff for parsing console / fb options, but not for standard boot flags.