> On Jun 20, 2018, at 12:29 PM, Jared McNeill <jmcne...@invisible.ca> 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#378 
> <https://nxr.netbsd.org/xref/src/sys/arch/evbarm/fdt/fdt_machdep.c#378>
> 
> The standard args are then processed here: 
> https://nxr.netbsd.org/xref/src/sys/arch/evbarm/fdt/fdt_machdep.c#491 
> <https://nxr.netbsd.org/xref/src/sys/arch/evbarm/fdt/fdt_machdep.c#491>
Ok, got it, thanks.

-- thorpej

Reply via email to