Page MenuHomeFreeBSD

Add support for boot arguments specification via fdt
ClosedPublic

Authored by sgalabov on Apr 16 2016, 7:28 PM.
Tags
Referenced Files
Unknown Object (File)
Sun, Jun 1, 10:23 AM
Unknown Object (File)
Sun, Jun 1, 3:30 AM
Unknown Object (File)
Sat, May 31, 9:58 AM
Unknown Object (File)
Sat, May 31, 1:54 AM
Unknown Object (File)
Fri, May 30, 1:15 PM
Unknown Object (File)
Thu, May 29, 4:02 PM
Unknown Object (File)
Apr 15 2025, 8:15 PM
Unknown Object (File)
Apr 12 2025, 5:38 AM
Subscribers

Details

Summary

Add suppport for passing boot arguments via FDT for mediatek/ralink SoCs.
This was taken from kan's work on CI20.

Since most OpenWRT dts files have bootargs defined, we use bsdbootargs to specify FreeBSD specific arguments.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sgalabov retitled this revision from to Add support for boot arguments specification via fdt.
sgalabov updated this object.
sgalabov edited the test plan for this revision. (Show Details)
sgalabov added a reviewer: adrian.
sgalabov set the repository for this revision to rS FreeBSD src repository - subversion.
sgalabov added a project: MIPS.
adrian edited edge metadata.
This revision is now accepted and ready to land.Apr 16 2016, 7:37 PM
This revision was automatically updated to reflect the committed changes.
head/sys/mips/mediatek/mtk_machdep.c
196

CAn we please *STOP* copying this over and over again?

Yeah, I think we should break this out into something in sys/kern/ that we can optionally include where appropriate.