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)
Tue, Apr 16, 4:50 PM
Unknown Object (File)
Mar 19 2024, 4:25 PM
Unknown Object (File)
Feb 20 2024, 5:44 PM
Unknown Object (File)
Dec 20 2023, 2:24 AM
Unknown Object (File)
Nov 15 2023, 4:26 PM
Unknown Object (File)
Nov 14 2023, 2:43 AM
Unknown Object (File)
Nov 10 2023, 2:41 PM
Unknown Object (File)
Nov 8 2023, 2:49 PM
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.